]> git.pld-linux.org Git - packages/libopenraw-thumbnailer.git/commitdiff
- added libopenraw patch (adjust for libopenraw 0.1.x)
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 11 Dec 2016 20:49:21 +0000 (21:49 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 11 Dec 2016 20:49:21 +0000 (21:49 +0100)
- release 2

libopenraw-thumbnailer-libopenraw.patch [new file with mode: 0644]
libopenraw-thumbnailer.spec

diff --git a/libopenraw-thumbnailer-libopenraw.patch b/libopenraw-thumbnailer-libopenraw.patch
new file mode 100644 (file)
index 0000000..823f768
--- /dev/null
@@ -0,0 +1,11 @@
+--- raw-thumbnailer-3.0.0/configure.ac.orig    2011-12-17 07:43:11.000000000 +0100
++++ raw-thumbnailer-3.0.0/configure.ac 2016-12-11 20:12:44.661416746 +0100
+@@ -22,7 +22,7 @@
+ AC_SUBST(GNOME_CFLAGS)
+ AC_SUBST(GNOME_LIBS)
+-PKG_CHECK_MODULES(OPENRAW, libopenraw-gnome-1.0 >= 0.0.9)
++PKG_CHECK_MODULES(OPENRAW, libopenraw-gnome-0.1 >= 0.0.9)
+ AC_SUBST(OPENRAW_CFLAGS)
+ AC_SUBST(OPENRAW_LIBS)
index d27a34983df621bd456e79e8a9e7e2d3b668c056..419b5ef586965a86703cdb3e668ef1330a84275a 100644 (file)
@@ -2,11 +2,12 @@ Summary:      RawThumbnailer - RAW files thumbnailer for the GNOME Nautilus file mana
 Summary(pl.UTF-8):     RawThumbnailer - program do miniaturek plików RAW dla zarządcy plików Nautilus
 Name:          libopenraw-thumbnailer
 Version:       3.0.0
-Release:       1
+Release:       2
 License:       GPL v2+
 Group:         X11/Applications/Graphics
 Source0:       http://libopenraw.freedesktop.org/download/raw-thumbnailer-%{version}.tar.bz2
 # Source0-md5: fc56f327b3e2b2c647abd99b728b27a2
+Patch0:                %{name}-libopenraw.patch
 URL:           http://libopenraw.freedesktop.org/wiki/RawThumbnailer
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake >= 1:1.11
@@ -31,6 +32,7 @@ z zarządcą plików Nautilus ze środowiska GNOME.
 
 %prep
 %setup -q -n raw-thumbnailer-%{version}
+%patch0 -p1
 
 %build
 %{__libtoolize}
This page took 0.077056 seconds and 4 git commands to generate.