]> git.pld-linux.org Git - packages/exact-image.git/commitdiff
- new swig does not like language specific comments auto/th/exact-image-0.8.9-8
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 27 Dec 2015 12:55:16 +0000 (13:55 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 27 Dec 2015 12:55:16 +0000 (13:55 +0100)
- rel 8

exact-image.spec
swig.patch [new file with mode: 0644]

index 97cd50e2954233730d9b52ccad47501d665f2a1d..8a83482771f7a593ac7cff72654c2e61905b5ee2 100644 (file)
@@ -15,7 +15,7 @@ Summary:      A fast, modern and generic image processing library
 Summary(pl.UTF-8):     Szybka, nowoczesna i ogólna biblioteka do przetwarzania obrazu
 Name:          exact-image
 Version:       0.8.9
-Release:       7
+Release:       8
 License:       GPL v2
 Group:         Applications/Graphics
 Source0:       http://dl.exactcode.de/oss/exact-image/%{name}-%{version}.tar.bz2
@@ -25,6 +25,7 @@ Patch1:               exactimage_0.8.5-1.patch
 Patch2:                %{name}-giflib.patch
 Patch3:                %{name}-evas.patch
 Patch4:                %{name}-install.patch
+Patch5:                swig.patch
 URL:           http://www.exactcode.de/site/open_source/exactimage/
 BuildRequires: OpenEXR-devel >= 1.2.0
 BuildRequires: agg-devel >= 2.3
@@ -117,6 +118,7 @@ API ExactImage dla Pythona.
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 %build
 ./configure \
diff --git a/swig.patch b/swig.patch
new file mode 100644 (file)
index 0000000..dcf9fe6
--- /dev/null
@@ -0,0 +1,11 @@
+--- exact-image-0.8.9/api/api-swig.hh~ 2009-03-19 14:00:11.000000000 +0100
++++ exact-image-0.8.9/api/api-swig.hh  2015-12-27 13:53:37.704789844 +0100
+@@ -22,7 +22,7 @@
+ %include "cstring.i"
+ %include "std_string.i"
+-# manually include it, otherwise SWIG will not source it
++/* manually include it, otherwise SWIG will not source it */
+ %include "config.h"
+ %{
This page took 0.109385 seconds and 4 git commands to generate.