]> git.pld-linux.org Git - packages/FreeImage.git/commitdiff
- updated to 3.15.4 auto/th/FreeImage-3.15.4-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 13 Jul 2013 13:52:21 +0000 (15:52 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 13 Jul 2013 13:52:21 +0000 (15:52 +0200)
- added includes patch (fixes internal OpenEXR build)

FreeImage-includes.patch [new file with mode: 0644]
FreeImage.spec

diff --git a/FreeImage-includes.patch b/FreeImage-includes.patch
new file mode 100644 (file)
index 0000000..7fddd59
--- /dev/null
@@ -0,0 +1,10 @@
+--- FreeImage/Source/OpenEXR/IlmImf/ImfAutoArray.h.orig        2012-07-18 07:27:26.000000000 +0200
++++ FreeImage/Source/OpenEXR/IlmImf/ImfAutoArray.h     2013-07-13 15:19:38.316772285 +0200
+@@ -44,6 +44,7 @@
+ //
+ //-----------------------------------------------------------------------------
++#include <cstring>
+ #include "OpenEXRConfig.h"
+ namespace Imf {
index f86df94eb8c1e83eaa67ca018903925c3fb57e87..c7e0d186783ed743edd3bdfc6ef9da4f21ea0fde 100644 (file)
@@ -1,15 +1,17 @@
+# TODO: use system libraries (if possible)
 %define        fver    %(echo %{version} | tr -d .)
 Summary:       Library for handling different graphics files formats
 Summary(pl.UTF-8):     Biblioteka do manipulacji różnymi formatami plików graficznych
 Name:          FreeImage
-Version:       3.15.3
+Version:       3.15.4
 Release:       1
 License:       GPL and FIPL v1.0 (see the license-fi.txt)
 Group:         Libraries
 Source0:       http://downloads.sourceforge.net/freeimage/%{name}%{fver}.zip
-# Source0-md5: 6c305b4086500ff8541c596ea6fc7cd7
+# Source0-md5: 9f9a3b2c3c1b4fd24fe479e8aaee86b1
 Source1:       http://downloads.sourceforge.net/freeimage/%{name}%{fver}.pdf
-# Source1-md5: 37bfb61df9051b204f40ef7fb9f92fb8
+# Source1-md5: acfbb9bcf5f5ee5ab77824c666a39a15
+Patch0:                %{name}-includes.patch
 URL:           http://freeimage.sourceforge.net/index.html
 BuildRequires: libstdc++-devel
 BuildRequires: unzip
@@ -53,6 +55,7 @@ Statyczna biblioteka FreeImage.
 
 %prep
 %setup -q -n %{name}
+%patch0 -p1
 
 %build
 %{__make} \
This page took 0.032816 seconds and 4 git commands to generate.