From 97e2948519d0c21f5596cb68408b4f5c49be84ca Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Sun, 9 Aug 2020 14:35:02 +0200 Subject: tumbler: upgrade 0.2.8 -> 0.2.9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Release notes for 0.2.9 ======================= This is a bugfix release from the stable xfce-4.14 branch. This release addresses the issue described in Bug #28 and partially solved by the previous release 0.2.8. The issue now is completely solved by adding the correct orientation handling when fallback code for generating jpeg thumbnail takes place. Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- meta-xfce/recipes-xfce/tumbler/tumbler_0.2.8.bb | 31 ------------------------- meta-xfce/recipes-xfce/tumbler/tumbler_0.2.9.bb | 30 ++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 31 deletions(-) delete mode 100644 meta-xfce/recipes-xfce/tumbler/tumbler_0.2.8.bb create mode 100644 meta-xfce/recipes-xfce/tumbler/tumbler_0.2.9.bb (limited to 'meta-xfce') diff --git a/meta-xfce/recipes-xfce/tumbler/tumbler_0.2.8.bb b/meta-xfce/recipes-xfce/tumbler/tumbler_0.2.8.bb deleted file mode 100644 index e0d4845a0e..0000000000 --- a/meta-xfce/recipes-xfce/tumbler/tumbler_0.2.8.bb +++ /dev/null @@ -1,31 +0,0 @@ -DESCRIPTION = "Thumbnail service implementing the thumbnail management D-Bus specification" -SECTION = "x11/libs" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" -DEPENDS = "freetype gdk-pixbuf poppler curl xfce4-dev-tools-native libxml2 libgsf" - -inherit xfce gtk-doc - -SRC_URI[md5sum] = "5d541608b3962fd2b16e23a266fd7a10" -SRC_URI[sha256sum] = "0999b9a3deb57010956db6630ae7205813999147043171049a7b6c333be93e96" - -INSANE_SKIP_${PN} = "dev-so" - -PACKAGECONFIG ??= "" -PACKAGECONFIG[gstreamer-thumbnailer] = "--enable-gstreamer-thumbnailer,--disable-gstreamer-thumbnailer,gstreamer1.0 gstreamer1.0-plugins-base" - -do_install_append() { - # Makefile seems to race on creation of symlink. So ensure creation here - # until fixed properly - ln -sf tumbler-xdg-cache.so ${D}${libdir}/tumbler-1/plugins/cache/tumbler-cache-plugin.so -} - -FILES_${PN} += "${datadir}/dbus-1/services \ - ${libdir}/tumbler-1/tumblerd \ - ${libdir}/tumbler-1/plugins/*.so \ - ${libdir}/tumbler-1/plugins/cache/*.so \ -" - -FILES_${PN}-dev += "${libdir}/tumbler-1/plugins/*.la \ - ${libdir}/tumbler-1/plugins/cache/*.la \ -" diff --git a/meta-xfce/recipes-xfce/tumbler/tumbler_0.2.9.bb b/meta-xfce/recipes-xfce/tumbler/tumbler_0.2.9.bb new file mode 100644 index 0000000000..d364c80335 --- /dev/null +++ b/meta-xfce/recipes-xfce/tumbler/tumbler_0.2.9.bb @@ -0,0 +1,30 @@ +DESCRIPTION = "Thumbnail service implementing the thumbnail management D-Bus specification" +SECTION = "x11/libs" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" +DEPENDS = "freetype gdk-pixbuf poppler curl xfce4-dev-tools-native libxml2 libgsf" + +inherit xfce gtk-doc + +SRC_URI[sha256sum] = "6508906f03e5a6ae3f6503b71b056df47d336d5504f39df6ce0bb9c5248007b6" + +INSANE_SKIP_${PN} = "dev-so" + +PACKAGECONFIG ??= "" +PACKAGECONFIG[gstreamer-thumbnailer] = "--enable-gstreamer-thumbnailer,--disable-gstreamer-thumbnailer,gstreamer1.0 gstreamer1.0-plugins-base" + +do_install_append() { + # Makefile seems to race on creation of symlink. So ensure creation here + # until fixed properly + ln -sf tumbler-xdg-cache.so ${D}${libdir}/tumbler-1/plugins/cache/tumbler-cache-plugin.so +} + +FILES_${PN} += "${datadir}/dbus-1/services \ + ${libdir}/tumbler-1/tumblerd \ + ${libdir}/tumbler-1/plugins/*.so \ + ${libdir}/tumbler-1/plugins/cache/*.so \ +" + +FILES_${PN}-dev += "${libdir}/tumbler-1/plugins/*.la \ + ${libdir}/tumbler-1/plugins/cache/*.la \ +" -- cgit 1.2.3-korg