changeset 1563:515b27b044d1

upgrade package freeimage
author Mark Brand <mabrand@mabrand.nl>
date Sun, 23 Jan 2011 20:57:31 +0100
parents ab133f5b6eb3
children 7b4b58355124
files src/freeimage-2-fix-missing-include.patch src/freeimage.mk
diffstat 2 files changed, 2 insertions(+), 19 deletions(-) [+]
line wrap: on
line diff
--- a/src/freeimage-2-fix-missing-include.patch	Sat Jan 22 23:52:13 2011 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-This file is part of mingw-cross-env.
-See doc/index.html for further information.
-
-This patch has been taken from:
-http://sourceforge.net/tracker/?func=detail&aid=3072582&group_id=11504&atid=311504
-
-diff -urN a/Source/OpenEXR/Imath/ImathMatrix.h b/Source/OpenEXR/Imath/ImathMatrix.h
---- a/Source/OpenEXR/Imath/ImathMatrix.h	2010-07-17 12:48:40.000000000 +0200
-+++ b/Source/OpenEXR/Imath/ImathMatrix.h	2010-09-03 18:38:37.138598422 +0200
-@@ -49,6 +49,7 @@
- #include "ImathVec.h"
- #include "ImathShear.h"
- 
-+#include <string.h>
- #include <iostream>
- #include <iomanip>
- 
--- a/src/freeimage.mk	Sat Jan 22 23:52:13 2011 +0100
+++ b/src/freeimage.mk	Sun Jan 23 20:57:31 2011 +0100
@@ -4,8 +4,8 @@
 # FreeImage
 PKG             := freeimage
 $(PKG)_IGNORE   :=
-$(PKG)_VERSION  := 3.14.1
-$(PKG)_CHECKSUM := cc09671e16460c27242280c2b6100f39974c89e1
+$(PKG)_VERSION  := 3.15.0
+$(PKG)_CHECKSUM := ec2faa01d1b312aab68d77afe62861759c790100
 $(PKG)_SUBDIR   := FreeImage
 $(PKG)_FILE     := FreeImage$(subst .,,$($(PKG)_VERSION)).zip
 $(PKG)_WEBSITE  := http://freeimage.sourceforge.net/