[Pkg-xfce-commits] [Git][xfce-team/desktop/tumbler][debian/master] 2 commits: Allow libgepub 0.7 as well

Unit 193 (@unit193) gitlab at salsa.debian.org
Fri Sep 16 10:05:10 BST 2022



Unit 193 pushed to branch debian/master at xfce / desktop / tumbler


Commits:
440187c9 by Jakob Haufe at 2022-09-14T20:48:12+02:00
Allow libgepub 0.7 as well

- - - - -
c2a5b7a8 by Unit 193 at 2022-09-16T04:56:21-04:00
Update changelog for release.

- - - - -


4 changed files:

- debian/changelog
- debian/control
- + debian/patches/Allow-libgepub-0.7-as-well
- + debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+tumbler (4.17.2-2) experimental; urgency=medium
+
+  * Team upload.
+
+  [ Jakob Haufe ]
+  * Allow libgepub 0.7 as well
+
+ -- Unit 193 <unit193 at debian.org>  Fri, 16 Sep 2022 04:37:38 -0400
+
 tumbler (4.17.2-1) experimental; urgency=medium
 
   * Team upload.


=====================================
debian/control
=====================================
@@ -9,7 +9,7 @@ Build-Depends: debhelper-compat (= 13),
                libcurl4-gnutls-dev,
                libffmpegthumbnailer-dev,
                libgdk-pixbuf2.0-dev,
-               libgepub-0.6-dev,
+               libgepub-0.7-dev | libgepub-0.6-dev,
                libglib2.0-dev,
                libgsf-1-dev,
                libgstreamer-plugins-base1.0-dev,


=====================================
debian/patches/Allow-libgepub-0.7-as-well
=====================================
@@ -0,0 +1,19 @@
+Description: Allow libgepub 0.7 as well
+Author: Jakob Haufe <sur5r at debian.org>
+Bug-Debian: https://bugs.debian.org/1019268
+Forwarded: no
+Last-Update: 2022-09-14
+
+--- tumbler-4.17.2.orig/acinclude.m4
++++ tumbler-4.17.2/acinclude.m4
+@@ -336,7 +336,9 @@ if test x"$ac_tumbler_gepub_thumbnailer"
+   PKG_CHECK_MODULES([GDK_PIXBUF], [gdk-pixbuf-2.0 >= 2.36.2],
+   [
+     dnl Check for libgepub
+-    PKG_CHECK_MODULES([GEPUB], [libgepub-0.6 >= 0.6.0], [], [ac_tumbler_gepub_thumbnailer=no])
++    PKG_CHECK_MODULES([GEPUB], [libgepub-0.7 >= 0.7.0], [], [
++      PKG_CHECK_MODULES([GEPUB], [libgepub-0.6 >= 0.6.0], [], [ac_tumbler_gepub_thumbnailer=no])
++    ])
+   ], [ac_tumbler_gepub_thumbnailer=no])
+ fi
+ 


=====================================
debian/patches/series
=====================================
@@ -0,0 +1 @@
+Allow-libgepub-0.7-as-well



View it on GitLab: https://salsa.debian.org/xfce-team/desktop/tumbler/-/compare/cc9f0fba22997966386a6e27332d8d08760da0d7...c2a5b7a8afe09a53a9e4ad273007c7411c56d1ff

-- 
View it on GitLab: https://salsa.debian.org/xfce-team/desktop/tumbler/-/compare/cc9f0fba22997966386a6e27332d8d08760da0d7...c2a5b7a8afe09a53a9e4ad273007c7411c56d1ff
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-xfce-commits/attachments/20220916/6f74589d/attachment-0001.htm>


More information about the Pkg-xfce-commits mailing list