]> git.pld-linux.org Git - packages/tumbler.git/commitdiff
- updated to 0.3.0 auto/th/tumbler-0.3.0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 18 Oct 2020 16:11:01 +0000 (18:11 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 18 Oct 2020 16:11:01 +0000 (18:11 +0200)
- added libopenraw0.2 patch (support also libopenraw 0.2.x)

tumbler-libopenraw0.2.patch [new file with mode: 0644]
tumbler.spec

diff --git a/tumbler-libopenraw0.2.patch b/tumbler-libopenraw0.2.patch
new file mode 100644 (file)
index 0000000..b631449
--- /dev/null
@@ -0,0 +1,17 @@
+--- tumbler-0.3.0/acinclude.m4.orig    2020-08-06 13:53:57.000000000 +0200
++++ tumbler-0.3.0/acinclude.m4 2020-10-18 16:01:49.419470593 +0200
+@@ -216,12 +216,14 @@
+   dnl Check for gdk-pixbuf
+   PKG_CHECK_MODULES([GDK_PIXBUF], [gdk-pixbuf-2.0 >= 2.14],
+   [
++   PKG_CHECK_MODULES([LIBOPENRAW_GNOME], [libopenraw-gnome-0.2 >= 0.2.0], [],[
+     dnl Check for libopenraw
+     dnl Note: 0.1.0 release changed the pkg-config name from -1.0 to -0.1
+     PKG_CHECK_MODULES([LIBOPENRAW_GNOME], [libopenraw-gnome-0.1 >= 0.0.4], [],
+     [
+       PKG_CHECK_MODULES([LIBOPENRAW_GNOME], [libopenraw-gnome-1.0 >= 0.0.4], [], [ac_tumbler_raw_thumbnailer=no])
+     ])
++   ])
+   ], [ac_tumbler_raw_thumbnailer=no])
+ fi
index 9658eae28601594a78ebdf466ccbd6cfabcb9787..d8158cf41d50da67514814c229f810dfd33650b7 100644 (file)
@@ -1,13 +1,14 @@
 Summary:       D-Bus service for applications to request thumbnails
 Summary(pl.UTF-8):     Serwis D-Bus do udostÄ™pniania miniaturek
 Name:          tumbler
-Version:       0.2.9
+Version:       0.3.0
 Release:       1
 License:       GPL v2
 Group:         Applications/Graphics
-Source0:       http://archive.xfce.org/src/xfce/tumbler/0.2/%{name}-%{version}.tar.bz2
-# Source0-md5: 35ec0077a4b6d0a1899756519e894324
-URL:           http://www.xfce.org/
+Source0:       https://archive.xfce.org/src/xfce/tumbler/0.3/%{name}-%{version}.tar.bz2
+# Source0-md5: b7408f75ca192555ceae0613b982bd1d
+Patch0:                %{name}-libopenraw0.2.patch
+URL:           https://www.xfce.org/
 BuildRequires: autoconf >= 2.60
 BuildRequires: automake >= 1:1.11
 BuildRequires: curl-devel >= 7.25
@@ -87,6 +88,7 @@ Dokumentacja API biblioteki tumbler.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 install -d m4
This page took 0.145603 seconds and 4 git commands to generate.