[packages/tumbler] - updated to 0.3.0 - added libopenraw0.2 patch (support also libopenraw 0.2.x)

qboosh qboosh at pld-linux.org
Sun Oct 18 18:11:02 CEST 2020


commit 5cfa17cf1186cd1f99b07411ffd63b57e810351a
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Oct 18 18:11:01 2020 +0200

    - updated to 0.3.0
    - added libopenraw0.2 patch (support also libopenraw 0.2.x)

 tumbler-libopenraw0.2.patch | 17 +++++++++++++++++
 tumbler.spec                | 10 ++++++----
 2 files changed, 23 insertions(+), 4 deletions(-)
---
diff --git a/tumbler.spec b/tumbler.spec
index 9658eae..d8158cf 100644
--- a/tumbler.spec
+++ b/tumbler.spec
@@ -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
diff --git a/tumbler-libopenraw0.2.patch b/tumbler-libopenraw0.2.patch
new file mode 100644
index 0000000..b631449
--- /dev/null
+++ b/tumbler-libopenraw0.2.patch
@@ -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
+ 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/tumbler.git/commitdiff/5cfa17cf1186cd1f99b07411ffd63b57e810351a



More information about the pld-cvs-commit mailing list