All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] Recipe updates
@ 2017-11-02 10:31 Andreas Müller
  2017-11-02 10:31 ` [PATCH 01/10] tumbler: make thumbnails work again Andreas Müller
                   ` (9 more replies)
  0 siblings, 10 replies; 17+ messages in thread
From: Andreas Müller @ 2017-11-02 10:31 UTC (permalink / raw)
  To: openembedded-devel

On the xfce part I played around with further updates for libxfce4ui /
libxfce4util / xfce4-panel but XFCE has started to use (and require)
gobject-introspection (sigh) so these updates need further activities.

The following changes since commit 5d6d21e98ed594809169d2b2f6964e90a3369a96:

  libreport: fix Nothing RPROVIDES 'lib32-python3-libreport' (2017-10-27 16:39:34 +0000)

are available in the git repository at:

  https://github.com/schnitzeltony/meta-openembedded.git patches

for you to fetch changes up to 880125ddf4686aa1d52061fe04a07353ad04b228:

  gparted: update 0.28.1 -> 0.30.0 (2017-11-02 11:14:54 +0100)

----------------------------------------------------------------
Andreas Müller (10):
      tumbler: make thumbnails work again
      xfce4-settings: update to 4.12.1
      libgphoto2: update 2.5.8 -> 2.5.14
      gphoto2: update 2.5.8 -> 2.5.14
      xfce4-notifyd: update 0.3.6 -> 0.4.0
      xfce4-pulseaudio-plugin: update 0.2.4 -> 0.3.2
      xfce4-weather-plugin: update 0.8.9 -> 0.8.10
      xfce4-xkb-plugin: update 0.8.0 -> 0.8.1
      xfce4-appfinder: update 4.12.0 -> 4.13.0
      gparted: update 0.28.1 -> 0.30.0

 meta-gnome/recipes-extended/gparted/{gparted_0.28.1.bb => gparted_0.30.0.bb}                                        |   4 ++--
 meta-oe/recipes-graphics/gphoto2/{gphoto2-2.5.8 => gphoto2}/0001-configure.ac-remove-AM_PO_SUBDIRS.patch            |   0
 meta-oe/recipes-graphics/gphoto2/{gphoto2-2.5.8 => gphoto2}/0002-Look-for-popt-with-GP_CHECK_LIBRARY-function.patch |   0
 meta-oe/recipes-graphics/gphoto2/{gphoto2_2.5.8.bb => gphoto2_2.5.14.bb}                                            |   4 ++--
 meta-oe/recipes-graphics/gphoto2/libgphoto2-2.5.8/0001-scripts-remove-bashisms.patch                                | 149 ----------------------------------------------------------------------------------------------------------------------------------------------------
 meta-oe/recipes-graphics/gphoto2/libgphoto2-2.5.8/0002-correct-jpeg-memsrcdest-support.patch                        |  54 ------------------------------------------------------
 meta-oe/recipes-graphics/gphoto2/libgphoto2-2.5.8/avoid_using_sprintf.patch                                         | 133 ------------------------------------------------------------------------------------------------------------------------------------
 meta-oe/recipes-graphics/gphoto2/{libgphoto2-2.5.8 => libgphoto2}/0001-configure.ac-remove-AM_PO_SUBDIRS.patch      |   0
 meta-oe/recipes-graphics/gphoto2/{libgphoto2-2.5.8 => libgphoto2}/10-camera-libgphoto2-device.fdi                   |   0
 meta-oe/recipes-graphics/gphoto2/{libgphoto2-2.5.8 => libgphoto2}/10-camera-libgphoto2.fdi                          |   0
 meta-oe/recipes-graphics/gphoto2/{libgphoto2-2.5.8 => libgphoto2}/40-libgphoto2.rules                               |   0
 meta-oe/recipes-graphics/gphoto2/{libgphoto2_2.5.8.bb => libgphoto2_2.5.14.bb}                                      |   8 +++-----
 meta-xfce/recipes-apps/xfce4-notifyd/{xfce4-notifyd_0.3.6.bb => xfce4-notifyd_0.4.0.bb}                             |  16 ++++++++++++----
 meta-xfce/recipes-panel-plugins/pulseaudio/{xfce4-pulseaudio-plugin_0.2.4.bb => xfce4-pulseaudio-plugin_0.3.2.bb}   |   4 ++--
 meta-xfce/recipes-panel-plugins/weather/{xfce4-weather-plugin_0.8.9.bb => xfce4-weather-plugin_0.8.10.bb}           |   4 ++--
 meta-xfce/recipes-panel-plugins/xkb/{xfce4-xkb-plugin_0.8.0.bb => xfce4-xkb-plugin_0.8.1.bb}                        |   4 ++--
 meta-xfce/recipes-xfce/tumbler/tumbler_0.1.31.bb                                                                    |   4 ++++
 meta-xfce/recipes-xfce/xfce4-appfinder/{xfce4-appfinder_4.12.0.bb => xfce4-appfinder_4.13.0.bb}                     |   6 +++---
 meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_git.bb                                                         |   6 +++---
 19 files changed, 35 insertions(+), 361 deletions(-)
 rename meta-gnome/recipes-extended/gparted/{gparted_0.28.1.bb => gparted_0.30.0.bb} (90%)
 rename meta-oe/recipes-graphics/gphoto2/{gphoto2-2.5.8 => gphoto2}/0001-configure.ac-remove-AM_PO_SUBDIRS.patch (100%)
 rename meta-oe/recipes-graphics/gphoto2/{gphoto2-2.5.8 => gphoto2}/0002-Look-for-popt-with-GP_CHECK_LIBRARY-function.patch (100%)
 rename meta-oe/recipes-graphics/gphoto2/{gphoto2_2.5.8.bb => gphoto2_2.5.14.bb} (79%)
 delete mode 100644 meta-oe/recipes-graphics/gphoto2/libgphoto2-2.5.8/0001-scripts-remove-bashisms.patch
 delete mode 100644 meta-oe/recipes-graphics/gphoto2/libgphoto2-2.5.8/0002-correct-jpeg-memsrcdest-support.patch
 delete mode 100644 meta-oe/recipes-graphics/gphoto2/libgphoto2-2.5.8/avoid_using_sprintf.patch
 rename meta-oe/recipes-graphics/gphoto2/{libgphoto2-2.5.8 => libgphoto2}/0001-configure.ac-remove-AM_PO_SUBDIRS.patch (100%)
 rename meta-oe/recipes-graphics/gphoto2/{libgphoto2-2.5.8 => libgphoto2}/10-camera-libgphoto2-device.fdi (100%)
 rename meta-oe/recipes-graphics/gphoto2/{libgphoto2-2.5.8 => libgphoto2}/10-camera-libgphoto2.fdi (100%)
 rename meta-oe/recipes-graphics/gphoto2/{libgphoto2-2.5.8 => libgphoto2}/40-libgphoto2.rules (100%)
 rename meta-oe/recipes-graphics/gphoto2/{libgphoto2_2.5.8.bb => libgphoto2_2.5.14.bb} (85%)
 rename meta-xfce/recipes-apps/xfce4-notifyd/{xfce4-notifyd_0.3.6.bb => xfce4-notifyd_0.4.0.bb} (58%)
 rename meta-xfce/recipes-panel-plugins/pulseaudio/{xfce4-pulseaudio-plugin_0.2.4.bb => xfce4-pulseaudio-plugin_0.3.2.bb} (73%)
 rename meta-xfce/recipes-panel-plugins/weather/{xfce4-weather-plugin_0.8.9.bb => xfce4-weather-plugin_0.8.10.bb} (72%)
 rename meta-xfce/recipes-panel-plugins/xkb/{xfce4-xkb-plugin_0.8.0.bb => xfce4-xkb-plugin_0.8.1.bb} (75%)
 rename meta-xfce/recipes-xfce/xfce4-appfinder/{xfce4-appfinder_4.12.0.bb => xfce4-appfinder_4.13.0.bb} (54%)

-- 
2.9.5



^ permalink raw reply	[flat|nested] 17+ messages in thread

* [PATCH 01/10] tumbler: make thumbnails work again
  2017-11-02 10:31 [PATCH 00/10] Recipe updates Andreas Müller
@ 2017-11-02 10:31 ` Andreas Müller
  2017-11-02 16:30   ` Khem Raj
  2017-11-02 10:31 ` [PATCH 02/10] xfce4-settings: update to 4.12.1 Andreas Müller
                   ` (8 subsequent siblings)
  9 siblings, 1 reply; 17+ messages in thread
From: Andreas Müller @ 2017-11-02 10:31 UTC (permalink / raw)
  To: openembedded-devel

fixes:
| Failed to load the cache plugin "tumbler-cache-plugin.so": /usr/lib/tumbler-1/plugins/cache/tumbler-cache-plugin.so: cannot open shared object file: No such file or directory

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 meta-xfce/recipes-xfce/tumbler/tumbler_0.1.31.bb | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.31.bb b/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.31.bb
index 1f5419a..fe331cb 100644
--- a/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.31.bb
+++ b/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.31.bb
@@ -15,6 +15,10 @@ INSANE_SKIP_${PN} = "dev-so"
 PACKAGECONFIG ??= ""
 PACKAGECONFIG[gstreamer-thumbnailer] = "--enable-gstreamer-thumbnailer,--disable-gstreamer-thumbnailer,gstreamer1.0 gstreamer1.0-plugins-base"
 
+do_install_appen() {
+    ln -sf tumbler-cache-plugin.so ${D}${libdir}/tumbler-1/plugins/cache/tumbler-xdg-cache.so
+}
+
 FILES_${PN} += "${datadir}/dbus-1/services \
                 ${libdir}/tumbler-1/tumblerd \
                 ${libdir}/tumbler-1/plugins/*.so \
-- 
2.9.5



^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [PATCH 02/10] xfce4-settings: update to 4.12.1
  2017-11-02 10:31 [PATCH 00/10] Recipe updates Andreas Müller
  2017-11-02 10:31 ` [PATCH 01/10] tumbler: make thumbnails work again Andreas Müller
@ 2017-11-02 10:31 ` Andreas Müller
  2017-11-02 10:31 ` [PATCH 03/10] libgphoto2: update 2.5.8 -> 2.5.14 Andreas Müller
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 17+ messages in thread
From: Andreas Müller @ 2017-11-02 10:31 UTC (permalink / raw)
  To: openembedded-devel

Same as before: Sources from my repo are based on XFCE-git plus:

* invisible mouse pointer configurable for certein input devices
* date/time/region setter

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_git.bb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_git.bb b/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_git.bb
index 771da2c..b98d8a7 100644
--- a/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_git.bb
+++ b/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_git.bb
@@ -13,12 +13,12 @@ REQUIRED_DISTRO_FEATURES = "x11"
 # + minor bugfixes - sent mainline but no response
 # + option to hide mousepointer for a specific (touch) input device - sent mainline but no response
 SRC_URI = " \
-    git://github.com/schnitzeltony/xfce4-settings.git;protocol=git;branch=for-oe-4.12.0-1 \
+    git://github.com/schnitzeltony/xfce4-settings.git;protocol=git;branch=for-oe-4.12.1 \
     file://0001-xsettings.xml-Set-default-themes.patch \
 "
-SRCREV = "c6683cb2cff489c16c2c7b5eab4017bb461f07f1"
+SRCREV = "0766cf81daa9d41d0d0fed2fb73a8a26709a3bca"
 S = "${WORKDIR}/git"
-PV = "4.12.0+git${SRCPV}"
+PV = "4.12.1+git${SRCPV}"
 
 EXTRA_OECONF += "--enable-maintainer-mode --disable-debug"
 
-- 
2.9.5



^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [PATCH 03/10] libgphoto2: update 2.5.8 -> 2.5.14
  2017-11-02 10:31 [PATCH 00/10] Recipe updates Andreas Müller
  2017-11-02 10:31 ` [PATCH 01/10] tumbler: make thumbnails work again Andreas Müller
  2017-11-02 10:31 ` [PATCH 02/10] xfce4-settings: update to 4.12.1 Andreas Müller
@ 2017-11-02 10:31 ` Andreas Müller
  2017-11-02 10:31 ` [PATCH 04/10] gphoto2: " Andreas Müller
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 17+ messages in thread
From: Andreas Müller @ 2017-11-02 10:31 UTC (permalink / raw)
  To: openembedded-devel

changes from patches

* 0001-scripts-remove-bashisms.patch
* 0002-correct-jpeg-memsrcdest-support.patch
* avoid_using_sprintf.patch

were found in the code so assume they are upstream

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 .../0001-scripts-remove-bashisms.patch             | 149 ---------------------
 .../0002-correct-jpeg-memsrcdest-support.patch     |  54 --------
 .../libgphoto2-2.5.8/avoid_using_sprintf.patch     | 133 ------------------
 .../0001-configure.ac-remove-AM_PO_SUBDIRS.patch   |   0
 .../10-camera-libgphoto2-device.fdi                |   0
 .../10-camera-libgphoto2.fdi                       |   0
 .../40-libgphoto2.rules                            |   0
 .../{libgphoto2_2.5.8.bb => libgphoto2_2.5.14.bb}  |   8 +-
 8 files changed, 3 insertions(+), 341 deletions(-)
 delete mode 100644 meta-oe/recipes-graphics/gphoto2/libgphoto2-2.5.8/0001-scripts-remove-bashisms.patch
 delete mode 100644 meta-oe/recipes-graphics/gphoto2/libgphoto2-2.5.8/0002-correct-jpeg-memsrcdest-support.patch
 delete mode 100644 meta-oe/recipes-graphics/gphoto2/libgphoto2-2.5.8/avoid_using_sprintf.patch
 rename meta-oe/recipes-graphics/gphoto2/{libgphoto2-2.5.8 => libgphoto2}/0001-configure.ac-remove-AM_PO_SUBDIRS.patch (100%)
 rename meta-oe/recipes-graphics/gphoto2/{libgphoto2-2.5.8 => libgphoto2}/10-camera-libgphoto2-device.fdi (100%)
 rename meta-oe/recipes-graphics/gphoto2/{libgphoto2-2.5.8 => libgphoto2}/10-camera-libgphoto2.fdi (100%)
 rename meta-oe/recipes-graphics/gphoto2/{libgphoto2-2.5.8 => libgphoto2}/40-libgphoto2.rules (100%)
 rename meta-oe/recipes-graphics/gphoto2/{libgphoto2_2.5.8.bb => libgphoto2_2.5.14.bb} (85%)

diff --git a/meta-oe/recipes-graphics/gphoto2/libgphoto2-2.5.8/0001-scripts-remove-bashisms.patch b/meta-oe/recipes-graphics/gphoto2/libgphoto2-2.5.8/0001-scripts-remove-bashisms.patch
deleted file mode 100644
index 0e0dc87..0000000
--- a/meta-oe/recipes-graphics/gphoto2/libgphoto2-2.5.8/0001-scripts-remove-bashisms.patch
+++ /dev/null
@@ -1,149 +0,0 @@
-From c00e63e97d8718836ba011d9172128732eecf001 Mon Sep 17 00:00:00 2001
-From: Ismo Puustinen <ismo.puustinen@intel.com>
-Date: Tue, 24 Jan 2017 22:24:05 +0200
-Subject: [PATCH] scripts: remove bashisms.
-
-Convert bash scripts to more generic shell scripts. This removes the
-strict bash dependency and the scripts should now run with any posix
-shell. Also fix the issues reported by shellcheck while at it.
-
-Upstream-status: Accepted [https://github.com/gphoto/libgphoto2/commit/39b4395532058c0edb9a56d0ff04e48a472e4743]
-
----
- packaging/generic/check-ptp-camera          | 12 ++++++------
- packaging/linux-hotplug/gphoto-set-procperm | 14 +++++++-------
- packaging/linux-hotplug/usbcam.console      |  4 ++--
- packaging/linux-hotplug/usbcam.group        |  2 +-
- packaging/linux-hotplug/usbcam.user         |  2 +-
- packaging/linux-hotplug/usbcam.x11-app      |  4 ++--
- 6 files changed, 19 insertions(+), 19 deletions(-)
-
-diff --git a/packaging/generic/check-ptp-camera b/packaging/generic/check-ptp-camera
-index 1793fc8..bc3c6ac 100644
---- a/packaging/generic/check-ptp-camera
-+++ b/packaging/generic/check-ptp-camera
-@@ -1,4 +1,4 @@
--#!/bin/bash
-+#!/bin/sh
- # This program is free software; you can redistribute it and/or
- # modify it under the terms of the GNU Lesser General Public
- # License as published by the Free Software Foundation; either
-@@ -20,13 +20,13 @@ INTERFACE="${1:-06/01/01}"
- 
- BASENAME=${DEVPATH##*/}
- for d in /sys/${DEVPATH}/${BASENAME}:*; do
--	[[ -d ${d} ]] || continue
--	INTERFACEID="$(< ${d}/bInterfaceClass)"
--	INTERFACEID="${INTERFACEID}/$(< ${d}/bInterfaceSubClass)"
--	INTERFACEID="${INTERFACEID}/$(< ${d}/bInterfaceProtocol)"
-+	[ -d "${d}" ] || continue
-+	INTERFACEID="$(cat "${d}"/bInterfaceClass)"
-+	INTERFACEID="${INTERFACEID}/$(cat "${d}"/bInterfaceSubClass)"
-+	INTERFACEID="${INTERFACEID}/$(cat "${d}"/bInterfaceProtocol)"
- 
- 	#echo ${d}: ${INTERFACEID}
--	if [[ ${INTERFACE} == ${INTERFACEID} ]]; then
-+	if [ "${INTERFACE}" = "${INTERFACEID}" ]; then
- 		# Found interface
- 		exit 0
- 	fi
-diff --git a/packaging/linux-hotplug/gphoto-set-procperm b/packaging/linux-hotplug/gphoto-set-procperm
-index d72ee68..977cbf5 100644
---- a/packaging/linux-hotplug/gphoto-set-procperm
-+++ b/packaging/linux-hotplug/gphoto-set-procperm
-@@ -1,4 +1,4 @@
--#!/bin/bash
-+#!/bin/sh
- # This program is free software; you can redistribute it and/or
- # modify it under the terms of the GNU Lesser General Public
- # License as published by the Free Software Foundation; either
-@@ -18,22 +18,22 @@
- # This is taken from Fedora Core gphoto2 package.
- # http://cvs.fedora.redhat.com/viewcvs/*checkout*/devel/gphoto2/gphoto-set-procperm
- 
--console_user=`cat /var/run/console/console.lock` 
-+console_user=$(cat /var/run/console/console.lock)
- 
- if [ -z "$console_user" ] ; then
-   exit 1 
- fi
- 
--if [ -z "$HAL_PROP_USB_BUS_NUMBER" -o -z "$HAL_PROP_USB_LINUX_DEVICE_NUMBER" ] ; then
-+if [ -z "$HAL_PROP_USB_BUS_NUMBER" ] || [ -z "$HAL_PROP_USB_LINUX_DEVICE_NUMBER" ] ; then
-   exit 1 
- fi
- 
--if [ $HAL_PROP_USB_BUS_NUMBER -lt 0 -o  $HAL_PROP_USB_LINUX_DEVICE_NUMBER -lt 0 ] ; then
-+if [ "$HAL_PROP_USB_BUS_NUMBER" -lt 0 ] || [ "$HAL_PROP_USB_LINUX_DEVICE_NUMBER" -lt 0 ] ; then
-   exit 1 
- fi
- 
- 
--bus_num=`printf %.3u $HAL_PROP_USB_BUS_NUMBER`
--dev_num=`printf %.3u $HAL_PROP_USB_LINUX_DEVICE_NUMBER`
-+bus_num=$(printf %.3u "$HAL_PROP_USB_BUS_NUMBER")
-+dev_num=$(printf %.3u "$HAL_PROP_USB_LINUX_DEVICE_NUMBER")
- 
--chown $console_user /proc/bus/usb/$bus_num/$dev_num 
-+chown "$console_user" /proc/bus/usb/"$bus_num"/"$dev_num"
-diff --git a/packaging/linux-hotplug/usbcam.console b/packaging/linux-hotplug/usbcam.console
-index d72128f..7ac6dc5 100755
---- a/packaging/linux-hotplug/usbcam.console
-+++ b/packaging/linux-hotplug/usbcam.console
-@@ -1,4 +1,4 @@
--#!/bin/bash
-+#!/bin/sh
- # This program is free software; you can redistribute it and/or
- # modify it under the terms of the GNU Lesser General Public
- # License as published by the Free Software Foundation; either
-@@ -50,7 +50,7 @@ then
-         /var/lock/console.lock
-     do
-         if [ -f "$conlock" ]; then
--	    CONSOLEOWNER=`cat $conlock`
-+            CONSOLEOWNER=$(cat $conlock)
-         fi
-     done
-     if [ -n "$CONSOLEOWNER" ]
-diff --git a/packaging/linux-hotplug/usbcam.group b/packaging/linux-hotplug/usbcam.group
-index f96c33d..8761fac 100755
---- a/packaging/linux-hotplug/usbcam.group
-+++ b/packaging/linux-hotplug/usbcam.group
-@@ -1,4 +1,4 @@
--#!/bin/bash
-+#!/bin/sh
- # This program is free software; you can redistribute it and/or
- # modify it under the terms of the GNU Lesser General Public
- # License as published by the Free Software Foundation; either
-diff --git a/packaging/linux-hotplug/usbcam.user b/packaging/linux-hotplug/usbcam.user
-index c46f155..a3ba71a 100644
---- a/packaging/linux-hotplug/usbcam.user
-+++ b/packaging/linux-hotplug/usbcam.user
-@@ -1,4 +1,4 @@
--#!/bin/bash
-+#!/bin/sh
- # This program is free software; you can redistribute it and/or
- # modify it under the terms of the GNU Lesser General Public
- # License as published by the Free Software Foundation; either
-diff --git a/packaging/linux-hotplug/usbcam.x11-app b/packaging/linux-hotplug/usbcam.x11-app
-index 023ae9b..618e7db 100644
---- a/packaging/linux-hotplug/usbcam.x11-app
-+++ b/packaging/linux-hotplug/usbcam.x11-app
-@@ -1,4 +1,4 @@
--#!/bin/bash
-+#!/bin/sh
- # This program is free software; you can redistribute it and/or
- # modify it under the terms of the GNU Lesser General Public
- # License as published by the Free Software Foundation; either
-@@ -69,7 +69,7 @@ then
-     if [ "${USER}" != "root" ]
-     then
- 	# we don't want to run this as root. definitely not.
--	cd "${DIRECTORY}"
-+	cd "${DIRECTORY}" || exit 1
- 	usrhome=~${USER}
- 	"${SU}" "${USER}" -c "${ENV} DISPLAY=${DISPLAY} HOME=${usrhome} ${X11_APP}"
-     fi
--- 
-2.9.3
-
diff --git a/meta-oe/recipes-graphics/gphoto2/libgphoto2-2.5.8/0002-correct-jpeg-memsrcdest-support.patch b/meta-oe/recipes-graphics/gphoto2/libgphoto2-2.5.8/0002-correct-jpeg-memsrcdest-support.patch
deleted file mode 100644
index cf2d86d..0000000
--- a/meta-oe/recipes-graphics/gphoto2/libgphoto2-2.5.8/0002-correct-jpeg-memsrcdest-support.patch
+++ /dev/null
@@ -1,54 +0,0 @@
---- libgphoto2-2.5.8/camlibs/ax203/jpeg_memsrcdest.h.orig	2016-06-15 09:03:20.625774684 -0400
-+++ libgphoto2-2.5.8/camlibs/ax203/jpeg_memsrcdest.h	2016-06-15 09:03:47.049774148 -0400
-@@ -1,5 +1,7 @@
- #include <jpeglib.h>
- 
-+#if JPEG_LIB_VERSION < 80 && !defined(MEM_SRCDST_SUPPORTED)
-+
- void
- jpeg_mem_src (j_decompress_ptr cinfo, unsigned char * buffer,
- 	unsigned long bufsize);
-@@ -7,3 +9,5 @@
- void
- jpeg_mem_dest (j_compress_ptr cinfo, unsigned char ** outbuffer,
- 	unsigned long * outsize);
-+
-+#endif
---- libgphoto2-2.5.8/camlibs/ax203/jpeg_memsrcdest.c.orig	2016-06-15 09:03:58.689773913 -0400
-+++ libgphoto2-2.5.8/camlibs/ax203/jpeg_memsrcdest.c	2016-06-15 09:04:17.769773526 -0400
-@@ -26,7 +26,7 @@
- 
- /* libjpeg8 and later come with their own (API compatible) memory source
-    and dest */
--#if JPEG_LIB_VERSION < 80
-+#if JPEG_LIB_VERSION < 80  && !defined(MEM_SRCDST_SUPPORTED)
- 
- /* Expanded data source object for memory input */
- 
---- libgphoto2-2.5.8/camlibs/jl2005c/jpeg_memsrcdest.h.orig	2016-06-15 09:05:01.893772632 -0400
-+++ libgphoto2-2.5.8/camlibs/jl2005c/jpeg_memsrcdest.h	2016-06-15 09:05:17.433772318 -0400
-@@ -1,5 +1,7 @@
- #include <jpeglib.h>
- 
-+#if JPEG_LIB_VERSION < 80 && !defined(MEM_SRCDST_SUPPORTED)
-+
- void
- jpeg_mem_src (j_decompress_ptr cinfo, unsigned char * buffer,
- 	unsigned long bufsize);
-@@ -7,3 +9,5 @@
- void
- jpeg_mem_dest (j_compress_ptr cinfo, unsigned char ** outbuffer,
- 	unsigned long * outsize);
-+
-+#endif
---- libgphoto2-2.5.8/camlibs/jl2005c/jpeg_memsrcdest.c.orig	2016-06-15 09:04:42.641773022 -0400
-+++ libgphoto2-2.5.8/camlibs/jl2005c/jpeg_memsrcdest.c	2016-06-15 09:04:48.657772901 -0400
-@@ -26,7 +26,7 @@
- 
- /* libjpeg8 and later come with their own (API compatible) memory source
-    and dest */
--#if JPEG_LIB_VERSION < 80
-+#if JPEG_LIB_VERSION < 80  && !defined(MEM_SRCDST_SUPPORTED)
- 
- /* Expanded data source object for memory input */
- 
diff --git a/meta-oe/recipes-graphics/gphoto2/libgphoto2-2.5.8/avoid_using_sprintf.patch b/meta-oe/recipes-graphics/gphoto2/libgphoto2-2.5.8/avoid_using_sprintf.patch
deleted file mode 100644
index fba4c69..0000000
--- a/meta-oe/recipes-graphics/gphoto2/libgphoto2-2.5.8/avoid_using_sprintf.patch
+++ /dev/null
@@ -1,133 +0,0 @@
-From 4adfe5a6c9db07537df302f3c17713515bf23a2e Mon Sep 17 00:00:00 2001
-From: Marcus Meissner <marcus@jet.franken.de>
-Date: Sat, 11 Jul 2015 09:38:13 +0000
-Subject: [PATCH] avoid use of sprintf to convert %% to %, duplicate the macro
-
-git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@15490 67ed7778-7388-44ab-90cf-0a291f65f57c
----
- camlibs/ptp2/chdk.c     |  8 ++---
- camlibs/ptp2/chdk_ptp.h | 82 +++++++++++++++++++++++++++++++++++++++++++++++++
- 2 files changed, 84 insertions(+), 6 deletions(-)
-
-diff --git a/camlibs/ptp2/chdk.c b/camlibs/ptp2/chdk.c
-index 5fb84ea..3b8a995 100644
---- a/camlibs/ptp2/chdk.c
-+++ b/camlibs/ptp2/chdk.c
-@@ -1119,18 +1119,14 @@ chdk_camera_capture (Camera *camera, CameraCaptureType type, CameraFilePath *pat
- 	int		ret, retint;
- 	char		*table, *s;
- 	PTPParams	*params = &camera->pl->params;
--	char		*lua;
--	const char	*luascript =	PTP_CHDK_LUA_SERIALIZE_MSGS \
-+	const char	*luascript = PTP_CHDK_LUA_SERIALIZE_MSGS_SIMPLEQUOTE \
- 				PTP_CHDK_LUA_RLIB_SHOOT	\
- 				"return rlib_shoot({info=true});\n";
- 
- 	ret =  camera_prepare_chdk_capture(camera, context);
- 	if (ret != GP_OK) return ret;
- 
--	lua = malloc(strlen(luascript)+1);
--	sprintf(lua,luascript); /* This expands the %q inside the string too ... do not optimize away. */
--	ret = chdk_generic_script_run (params, lua, &table, &retint, context);
--	free (lua);
-+	ret = chdk_generic_script_run (params, luascript, &table, &retint, context);
- 	GP_LOG_D("rlib_shoot returned table %s, retint %d\n", table, retint);
- 	s = strstr(table, "exp=");
- 	if (s) {
-diff --git a/camlibs/ptp2/chdk_ptp.h b/camlibs/ptp2/chdk_ptp.h
-index d11e0b7..65dcfd7 100644
---- a/camlibs/ptp2/chdk_ptp.h
-+++ b/camlibs/ptp2/chdk_ptp.h
-@@ -198,10 +198,92 @@ function serialize(v,opts)\n\
- 	return table.concat(r)\n\
- end\n"
- 
-+#define PTP_CHDK_LUA_SERIALIZE_SIMPLEQUOTE "\n\
-+serialize_r = function(v,opts,r,seen,depth)\n\
-+	local vt = type(v)\n\
-+	if vt == 'nil' or  vt == 'boolean' or vt == 'number' then\n\
-+		table.insert(r,tostring(v))\n\
-+		return\n\
-+	end\n\
-+	if vt == 'string' then\n\
-+		table.insert(r,string.format('%q',v))\n\
-+		return\n\
-+	end\n\
-+	if vt == 'table' then\n\
-+		if not depth then\n\
-+			depth = 1\n\
-+		end\n\
-+		if depth >= opts.maxdepth then\n\
-+			error('serialize: max depth')\n\
-+		end\n\
-+		if not seen then\n\
-+			seen={}\n\
-+		elseif seen[v] then\n\
-+			if opts.err_cycle then\n\
-+				error('serialize: cycle')\n\
-+			else\n\
-+				table.insert(r,'\"cycle:'..tostring(v)..'\"')\n\
-+				return\n\
-+			end\n\
-+		end\n\
-+		seen[v] = true;\n\
-+		table.insert(r,'{')\n\
-+		for k,v1 in pairs(v) do\n\
-+			if opts.pretty then\n\
-+				table.insert(r,'\\n'..string.rep(' ',depth))\n\
-+			end\n\
-+			if type(k) == 'string' and string.match(k,'^[_%a][%a%d_]*$') then\n\
-+				table.insert(r,k)\n\
-+			else\n\
-+				table.insert(r,'[')\n\
-+				serialize_r(k,opts,r,seen,depth+1)\n\
-+				table.insert(r,']')\n\
-+			end\n\
-+			table.insert(r,'=')\n\
-+			serialize_r(v1,opts,r,seen,depth+1)\n\
-+			table.insert(r,',')\n\
-+		end\n\
-+		if opts.pretty then\n\
-+			table.insert(r,'\\n'..string.rep(' ',depth-1))\n\
-+		end\n\
-+		table.insert(r,'}')\n\
-+		return\n\
-+	end\n\
-+	if opts.err_type then\n\
-+		error('serialize: unsupported type ' .. vt, 2)\n\
-+	else\n\
-+		table.insert(r,'\"'..tostring(v)..'\"')\n\
-+	end\n\
-+end\n\
-+serialize_defaults = {\n\
-+	maxdepth=10,\n\
-+	err_type=true,\n\
-+	err_cycle=true,\n\
-+	pretty=false,\n\
-+}\n\
-+function serialize(v,opts)\n\
-+	if opts then\n\
-+		for k,v in pairs(serialize_defaults) do\n\
-+			if not opts[k] then\n\
-+				opts[k]=v\n\
-+			end\n\
-+		end\n\
-+	else\n\
-+		opts=serialize_defaults\n\
-+	end\n\
-+	local r={}\n\
-+	serialize_r(v,opts,r)\n\
-+	return table.concat(r)\n\
-+end\n"
-+
- #define PTP_CHDK_LUA_SERIALIZE_MSGS \
- PTP_CHDK_LUA_SERIALIZE\
- "usb_msg_table_to_string=serialize\n"
- 
-+#define PTP_CHDK_LUA_SERIALIZE_MSGS_SIMPLEQUOTE \
-+PTP_CHDK_LUA_SERIALIZE_SIMPLEQUOTE\
-+"usb_msg_table_to_string=serialize\n"
-+
- #define PTP_CHDK_LUA_EXTEND_TABLE \
- "function extend_table(target,source,deep)\n\
- 	if type(target) ~= 'table' then\n\
diff --git a/meta-oe/recipes-graphics/gphoto2/libgphoto2-2.5.8/0001-configure.ac-remove-AM_PO_SUBDIRS.patch b/meta-oe/recipes-graphics/gphoto2/libgphoto2/0001-configure.ac-remove-AM_PO_SUBDIRS.patch
similarity index 100%
rename from meta-oe/recipes-graphics/gphoto2/libgphoto2-2.5.8/0001-configure.ac-remove-AM_PO_SUBDIRS.patch
rename to meta-oe/recipes-graphics/gphoto2/libgphoto2/0001-configure.ac-remove-AM_PO_SUBDIRS.patch
diff --git a/meta-oe/recipes-graphics/gphoto2/libgphoto2-2.5.8/10-camera-libgphoto2-device.fdi b/meta-oe/recipes-graphics/gphoto2/libgphoto2/10-camera-libgphoto2-device.fdi
similarity index 100%
rename from meta-oe/recipes-graphics/gphoto2/libgphoto2-2.5.8/10-camera-libgphoto2-device.fdi
rename to meta-oe/recipes-graphics/gphoto2/libgphoto2/10-camera-libgphoto2-device.fdi
diff --git a/meta-oe/recipes-graphics/gphoto2/libgphoto2-2.5.8/10-camera-libgphoto2.fdi b/meta-oe/recipes-graphics/gphoto2/libgphoto2/10-camera-libgphoto2.fdi
similarity index 100%
rename from meta-oe/recipes-graphics/gphoto2/libgphoto2-2.5.8/10-camera-libgphoto2.fdi
rename to meta-oe/recipes-graphics/gphoto2/libgphoto2/10-camera-libgphoto2.fdi
diff --git a/meta-oe/recipes-graphics/gphoto2/libgphoto2-2.5.8/40-libgphoto2.rules b/meta-oe/recipes-graphics/gphoto2/libgphoto2/40-libgphoto2.rules
similarity index 100%
rename from meta-oe/recipes-graphics/gphoto2/libgphoto2-2.5.8/40-libgphoto2.rules
rename to meta-oe/recipes-graphics/gphoto2/libgphoto2/40-libgphoto2.rules
diff --git a/meta-oe/recipes-graphics/gphoto2/libgphoto2_2.5.8.bb b/meta-oe/recipes-graphics/gphoto2/libgphoto2_2.5.14.bb
similarity index 85%
rename from meta-oe/recipes-graphics/gphoto2/libgphoto2_2.5.8.bb
rename to meta-oe/recipes-graphics/gphoto2/libgphoto2_2.5.14.bb
index 4434af9..d7290fa 100644
--- a/meta-oe/recipes-graphics/gphoto2/libgphoto2_2.5.8.bb
+++ b/meta-oe/recipes-graphics/gphoto2/libgphoto2_2.5.14.bb
@@ -14,13 +14,10 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/gphoto/libgphoto2-${PV}.tar.bz2;name=libgphoto2
            file://10-camera-libgphoto2.fdi \
            file://40-libgphoto2.rules \
            file://0001-configure.ac-remove-AM_PO_SUBDIRS.patch \
-           file://0002-correct-jpeg-memsrcdest-support.patch \
-           file://avoid_using_sprintf.patch \
-           file://0001-scripts-remove-bashisms.patch \
 "
 
-SRC_URI[libgphoto2.md5sum] = "873ab01aced49c6b92a98e515db5dcef"
-SRC_URI[libgphoto2.sha256sum] = "031a262e342fae43f724afe66787947ce1fb483277dfe5a8cf1fbe92c58e27b6"
+SRC_URI[libgphoto2.md5sum] = "65acb6cbd2b4f3f46829599f5dabd89c"
+SRC_URI[libgphoto2.sha256sum] = "d3ce70686fb87d6791b9adcbb6e5693bfbe1cfef9661c23c75eb8a699ec4e274"
 
 inherit autotools pkgconfig gettext lib_package
 
@@ -54,3 +51,4 @@ FILES_libgphotoport = "${libdir}/libgphoto2_port.so.*"
 FILES_${PN} += "${nonarch_base_libdir}/udev/* ${datadir}/hal"
 FILES_${PN}-dbg += "${libdir}/*/*/.debug"
 FILES_${PN}-dev += "${libdir}/*/*/*.la"
+FILES_${PN}-doc += "${datadir}/libgphoto2_port/0.12.0/vcamera/README.txt"
-- 
2.9.5



^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [PATCH 04/10] gphoto2: update 2.5.8 -> 2.5.14
  2017-11-02 10:31 [PATCH 00/10] Recipe updates Andreas Müller
                   ` (2 preceding siblings ...)
  2017-11-02 10:31 ` [PATCH 03/10] libgphoto2: update 2.5.8 -> 2.5.14 Andreas Müller
@ 2017-11-02 10:31 ` Andreas Müller
  2017-11-02 10:31 ` [PATCH 05/10] xfce4-notifyd: update 0.3.6 -> 0.4.0 Andreas Müller
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 17+ messages in thread
From: Andreas Müller @ 2017-11-02 10:31 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 .../0001-configure.ac-remove-AM_PO_SUBDIRS.patch                      | 0
 .../0002-Look-for-popt-with-GP_CHECK_LIBRARY-function.patch           | 0
 .../recipes-graphics/gphoto2/{gphoto2_2.5.8.bb => gphoto2_2.5.14.bb}  | 4 ++--
 3 files changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-graphics/gphoto2/{gphoto2-2.5.8 => gphoto2}/0001-configure.ac-remove-AM_PO_SUBDIRS.patch (100%)
 rename meta-oe/recipes-graphics/gphoto2/{gphoto2-2.5.8 => gphoto2}/0002-Look-for-popt-with-GP_CHECK_LIBRARY-function.patch (100%)
 rename meta-oe/recipes-graphics/gphoto2/{gphoto2_2.5.8.bb => gphoto2_2.5.14.bb} (79%)

diff --git a/meta-oe/recipes-graphics/gphoto2/gphoto2-2.5.8/0001-configure.ac-remove-AM_PO_SUBDIRS.patch b/meta-oe/recipes-graphics/gphoto2/gphoto2/0001-configure.ac-remove-AM_PO_SUBDIRS.patch
similarity index 100%
rename from meta-oe/recipes-graphics/gphoto2/gphoto2-2.5.8/0001-configure.ac-remove-AM_PO_SUBDIRS.patch
rename to meta-oe/recipes-graphics/gphoto2/gphoto2/0001-configure.ac-remove-AM_PO_SUBDIRS.patch
diff --git a/meta-oe/recipes-graphics/gphoto2/gphoto2-2.5.8/0002-Look-for-popt-with-GP_CHECK_LIBRARY-function.patch b/meta-oe/recipes-graphics/gphoto2/gphoto2/0002-Look-for-popt-with-GP_CHECK_LIBRARY-function.patch
similarity index 100%
rename from meta-oe/recipes-graphics/gphoto2/gphoto2-2.5.8/0002-Look-for-popt-with-GP_CHECK_LIBRARY-function.patch
rename to meta-oe/recipes-graphics/gphoto2/gphoto2/0002-Look-for-popt-with-GP_CHECK_LIBRARY-function.patch
diff --git a/meta-oe/recipes-graphics/gphoto2/gphoto2_2.5.8.bb b/meta-oe/recipes-graphics/gphoto2/gphoto2_2.5.14.bb
similarity index 79%
rename from meta-oe/recipes-graphics/gphoto2/gphoto2_2.5.8.bb
rename to meta-oe/recipes-graphics/gphoto2/gphoto2_2.5.14.bb
index 62d283b..75ad7f4 100644
--- a/meta-oe/recipes-graphics/gphoto2/gphoto2_2.5.8.bb
+++ b/meta-oe/recipes-graphics/gphoto2/gphoto2_2.5.14.bb
@@ -11,8 +11,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/gphoto/gphoto2-${PV}.tar.bz2;name=gphoto2 \
            file://0002-Look-for-popt-with-GP_CHECK_LIBRARY-function.patch \
 "
 
-SRC_URI[gphoto2.md5sum] = "bae369aee6881e590c5c91bdbb11a5f8"
-SRC_URI[gphoto2.sha256sum] = "a9abcd15d95f205318d17e3ac12af7ce523d2bc4943709d50b0a12c30cc5ee4d"
+SRC_URI[gphoto2.md5sum] = "6c6a21b5e879330cdd71ef92dce36399"
+SRC_URI[gphoto2.sha256sum] = "9302d02fb472d4936988382b7277ccdc4edaf7ede56c490278912ffd0627699c"
 
 inherit autotools pkgconfig gettext
 
-- 
2.9.5



^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [PATCH 05/10] xfce4-notifyd: update 0.3.6 -> 0.4.0
  2017-11-02 10:31 [PATCH 00/10] Recipe updates Andreas Müller
                   ` (3 preceding siblings ...)
  2017-11-02 10:31 ` [PATCH 04/10] gphoto2: " Andreas Müller
@ 2017-11-02 10:31 ` Andreas Müller
  2017-11-02 10:31 ` [PATCH 06/10] xfce4-pulseaudio-plugin: update 0.2.4 -> 0.3.2 Andreas Müller
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 17+ messages in thread
From: Andreas Müller @ 2017-11-02 10:31 UTC (permalink / raw)
  To: openembedded-devel

While at it rework dependencies.

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 .../{xfce4-notifyd_0.3.6.bb => xfce4-notifyd_0.4.0.bb}   | 16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)
 rename meta-xfce/recipes-apps/xfce4-notifyd/{xfce4-notifyd_0.3.6.bb => xfce4-notifyd_0.4.0.bb} (58%)

diff --git a/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.3.6.bb b/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.4.0.bb
similarity index 58%
rename from meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.3.6.bb
rename to meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.4.0.bb
index ac2360a..0ec6b63 100644
--- a/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.3.6.bb
+++ b/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.4.0.bb
@@ -2,14 +2,21 @@ SUMMARY = "Easily themable notification daemon with transparency effects"
 HOMEPAGE = "http://goodies.xfce.org/projects/applications/xfce4-notifyd"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
-DEPENDS = "libxfce4util libxfce4ui xfconf gtk+ dbus dbus-glib libnotify \
+DEPENDS = " \
+    dbus \
+    dbus-glib \
     dbus-glib-native \
+    libnotify \
+    libxfce4util \
+    libxfce4ui \
+    xfconf \
+    xfce4-panel \
 "
 
 inherit xfce-app
 
-SRC_URI[md5sum] = "19e602fa5e33afaf7563f069261ae1db"
-SRC_URI[sha256sum] = "f4ca7c0dadd3d4cdf8cd3c8ae60ccea77b8cf409f8517161796364eb1d766cf9"
+SRC_URI[md5sum] = "c2de09c30b06eaf2d3faaf3e509d656a"
+SRC_URI[sha256sum] = "2771871f67effc0bb80f656cf4aa3cd71fe0ea0f4c04b5d8e97bb1752faf36c9"
 
 do_compile_prepend() {
     mkdir -p xfce4-notifyd
@@ -17,7 +24,8 @@ do_compile_prepend() {
 
 FILES_${PN} += " \
     ${systemd_user_unitdir} \
-    ${libdir}/xfce4/notifyd \
+    ${datadir}/xfce4 \
     ${datadir}/themes \
     ${datadir}/dbus-1 \
+    ${libdir}/xfce4 \
 "
-- 
2.9.5



^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [PATCH 06/10] xfce4-pulseaudio-plugin: update 0.2.4 -> 0.3.2
  2017-11-02 10:31 [PATCH 00/10] Recipe updates Andreas Müller
                   ` (4 preceding siblings ...)
  2017-11-02 10:31 ` [PATCH 05/10] xfce4-notifyd: update 0.3.6 -> 0.4.0 Andreas Müller
@ 2017-11-02 10:31 ` Andreas Müller
  2017-11-02 10:31 ` [PATCH 07/10] xfce4-weather-plugin: update 0.8.9 -> 0.8.10 Andreas Müller
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 17+ messages in thread
From: Andreas Müller @ 2017-11-02 10:31 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 ...e4-pulseaudio-plugin_0.2.4.bb => xfce4-pulseaudio-plugin_0.3.2.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-xfce/recipes-panel-plugins/pulseaudio/{xfce4-pulseaudio-plugin_0.2.4.bb => xfce4-pulseaudio-plugin_0.3.2.bb} (73%)

diff --git a/meta-xfce/recipes-panel-plugins/pulseaudio/xfce4-pulseaudio-plugin_0.2.4.bb b/meta-xfce/recipes-panel-plugins/pulseaudio/xfce4-pulseaudio-plugin_0.3.2.bb
similarity index 73%
rename from meta-xfce/recipes-panel-plugins/pulseaudio/xfce4-pulseaudio-plugin_0.2.4.bb
rename to meta-xfce/recipes-panel-plugins/pulseaudio/xfce4-pulseaudio-plugin_0.3.2.bb
index 4c7ca70..ad0b54a 100644
--- a/meta-xfce/recipes-panel-plugins/pulseaudio/xfce4-pulseaudio-plugin_0.2.4.bb
+++ b/meta-xfce/recipes-panel-plugins/pulseaudio/xfce4-pulseaudio-plugin_0.3.2.bb
@@ -8,8 +8,8 @@ REQUIRED_DISTRO_FEATURES = "pulseaudio x11"
 
 DEPENDS += "pulseaudio"
 
-SRC_URI[md5sum] = "e0ffde419fa030f1f9bd0b56e3264a1c"
-SRC_URI[sha256sum] = "8d9330ddf1d44a864a36d566cce4b76d4f859c5984bba7653d7dc39aa24d5c3e"
+SRC_URI[md5sum] = "da70bb47755cccf8898dc5cfbe31a6f2"
+SRC_URI[sha256sum] = "fd4ae178912dc17ffb16ce887db24545624c7f423a02bd2eab47d52758fa99d8"
 
 PACKAGECONFIG ??= ""
 PACKAGECONFIG[libnotify] = "--enable-libnotify,--disable-libnotify,libnotify"
-- 
2.9.5



^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [PATCH 07/10] xfce4-weather-plugin: update 0.8.9 -> 0.8.10
  2017-11-02 10:31 [PATCH 00/10] Recipe updates Andreas Müller
                   ` (5 preceding siblings ...)
  2017-11-02 10:31 ` [PATCH 06/10] xfce4-pulseaudio-plugin: update 0.2.4 -> 0.3.2 Andreas Müller
@ 2017-11-02 10:31 ` Andreas Müller
  2017-11-02 10:31 ` [PATCH 08/10] xfce4-xkb-plugin: update 0.8.0 -> 0.8.1 Andreas Müller
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 17+ messages in thread
From: Andreas Müller @ 2017-11-02 10:31 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 .../{xfce4-weather-plugin_0.8.9.bb => xfce4-weather-plugin_0.8.10.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-xfce/recipes-panel-plugins/weather/{xfce4-weather-plugin_0.8.9.bb => xfce4-weather-plugin_0.8.10.bb} (72%)

diff --git a/meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin_0.8.9.bb b/meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin_0.8.10.bb
similarity index 72%
rename from meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin_0.8.9.bb
rename to meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin_0.8.10.bb
index d9ed2ce..649eaaa 100644
--- a/meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin_0.8.9.bb
+++ b/meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin_0.8.10.bb
@@ -7,7 +7,7 @@ inherit xfce-panel-plugin
 
 DEPENDS += "libsoup-2.4 dbus-glib upower"
 
-SRC_URI[md5sum] = "0c56c057e1c354b30409b7871ab6f314"
-SRC_URI[sha256sum] = "0e15d14b3e18c3da46ad23ee3158a25220f1474a48b611de96edb56221aecee5"
+SRC_URI[md5sum] = "bba7f750b97c8fc3656715268edad792"
+SRC_URI[sha256sum] = "ee6d43c444904631c240470e15e96215c2ce451158bfdbf234bce892bf60eab8"
 
 FILES_${PN} += "${datadir}/xfce4/weather"
-- 
2.9.5



^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [PATCH 08/10] xfce4-xkb-plugin: update 0.8.0 -> 0.8.1
  2017-11-02 10:31 [PATCH 00/10] Recipe updates Andreas Müller
                   ` (6 preceding siblings ...)
  2017-11-02 10:31 ` [PATCH 07/10] xfce4-weather-plugin: update 0.8.9 -> 0.8.10 Andreas Müller
@ 2017-11-02 10:31 ` Andreas Müller
  2017-11-02 10:31 ` [PATCH 09/10] xfce4-appfinder: update 4.12.0 -> 4.13.0 Andreas Müller
  2017-11-02 10:31 ` [PATCH 10/10] gparted: update 0.28.1 -> 0.30.0 Andreas Müller
  9 siblings, 0 replies; 17+ messages in thread
From: Andreas Müller @ 2017-11-02 10:31 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 .../xkb/{xfce4-xkb-plugin_0.8.0.bb => xfce4-xkb-plugin_0.8.1.bb}      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-xfce/recipes-panel-plugins/xkb/{xfce4-xkb-plugin_0.8.0.bb => xfce4-xkb-plugin_0.8.1.bb} (75%)

diff --git a/meta-xfce/recipes-panel-plugins/xkb/xfce4-xkb-plugin_0.8.0.bb b/meta-xfce/recipes-panel-plugins/xkb/xfce4-xkb-plugin_0.8.1.bb
similarity index 75%
rename from meta-xfce/recipes-panel-plugins/xkb/xfce4-xkb-plugin_0.8.0.bb
rename to meta-xfce/recipes-panel-plugins/xkb/xfce4-xkb-plugin_0.8.1.bb
index 5e62c03..8ee3740 100644
--- a/meta-xfce/recipes-panel-plugins/xkb/xfce4-xkb-plugin_0.8.0.bb
+++ b/meta-xfce/recipes-panel-plugins/xkb/xfce4-xkb-plugin_0.8.1.bb
@@ -6,8 +6,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=496f09f084b0f7e6f02f769a84490c6b"
 
 inherit xfce-panel-plugin
 
-SRC_URI[md5sum] = "e4e897741ebe2827192971c2aaad835d"
-SRC_URI[sha256sum] = "3b0d3b9f4b7c3e3e7be668e2f7c845b89b16e0ed3db2bacb544a17272682ced0"
+SRC_URI[md5sum] = "72530bf59d7cd902326469e5a7a9892b"
+SRC_URI[sha256sum] = "c19ecf126201deb6148741c521124771ad396adc874471512ab5ffe1946567a1"
 
 DEPENDS += "libxklavier libwnck3 librsvg garcon"
 
-- 
2.9.5



^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [PATCH 09/10] xfce4-appfinder: update 4.12.0 -> 4.13.0
  2017-11-02 10:31 [PATCH 00/10] Recipe updates Andreas Müller
                   ` (7 preceding siblings ...)
  2017-11-02 10:31 ` [PATCH 08/10] xfce4-xkb-plugin: update 0.8.0 -> 0.8.1 Andreas Müller
@ 2017-11-02 10:31 ` Andreas Müller
  2017-11-02 10:31 ` [PATCH 10/10] gparted: update 0.28.1 -> 0.30.0 Andreas Müller
  9 siblings, 0 replies; 17+ messages in thread
From: Andreas Müller @ 2017-11-02 10:31 UTC (permalink / raw)
  To: openembedded-devel

It is a development version but this was tested and considered stable.

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 .../{xfce4-appfinder_4.12.0.bb => xfce4-appfinder_4.13.0.bb}        | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-xfce/recipes-xfce/xfce4-appfinder/{xfce4-appfinder_4.12.0.bb => xfce4-appfinder_4.13.0.bb} (54%)

diff --git a/meta-xfce/recipes-xfce/xfce4-appfinder/xfce4-appfinder_4.12.0.bb b/meta-xfce/recipes-xfce/xfce4-appfinder/xfce4-appfinder_4.13.0.bb
similarity index 54%
rename from meta-xfce/recipes-xfce/xfce4-appfinder/xfce4-appfinder_4.12.0.bb
rename to meta-xfce/recipes-xfce/xfce4-appfinder/xfce4-appfinder_4.13.0.bb
index 175a827..7e73911 100644
--- a/meta-xfce/recipes-xfce/xfce4-appfinder/xfce4-appfinder_4.12.0.bb
+++ b/meta-xfce/recipes-xfce/xfce4-appfinder/xfce4-appfinder_4.13.0.bb
@@ -2,13 +2,13 @@ DESCRIPTION="Xfce4 Application Finder"
 SECTION = "x11"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
-DEPENDS="glib-2.0 gtk+ libxfce4util libxfce4ui garcon dbus-glib xfconf"
+DEPENDS="glib-2.0 gtk+3 libxfce4util libxfce4ui garcon dbus-glib xfconf"
 
 inherit xfce distro_features_check
 
 REQUIRED_DISTRO_FEATURES = "x11"
 
-SRC_URI[md5sum] = "0b238b30686388c507c119b12664f1a1"
-SRC_URI[sha256sum] = "2ad4a58019a76a6b64a816050db25f96854917c2f2e89d6a9df6c18e6c84c567"
+SRC_URI[md5sum] = "6b6cf080c891f7945953f8084a901552"
+SRC_URI[sha256sum] = "c0eb3b29eba3cfa9175ed35174e83a21faa2a2423ddb79501fe8846cc430e3ae"
 
 FILES_${PN} += "${datadir}/appdata"
-- 
2.9.5



^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [PATCH 10/10] gparted: update 0.28.1 -> 0.30.0
  2017-11-02 10:31 [PATCH 00/10] Recipe updates Andreas Müller
                   ` (8 preceding siblings ...)
  2017-11-02 10:31 ` [PATCH 09/10] xfce4-appfinder: update 4.12.0 -> 4.13.0 Andreas Müller
@ 2017-11-02 10:31 ` Andreas Müller
  9 siblings, 0 replies; 17+ messages in thread
From: Andreas Müller @ 2017-11-02 10:31 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 .../recipes-extended/gparted/{gparted_0.28.1.bb => gparted_0.30.0.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-gnome/recipes-extended/gparted/{gparted_0.28.1.bb => gparted_0.30.0.bb} (90%)

diff --git a/meta-gnome/recipes-extended/gparted/gparted_0.28.1.bb b/meta-gnome/recipes-extended/gparted/gparted_0.30.0.bb
similarity index 90%
rename from meta-gnome/recipes-extended/gparted/gparted_0.28.1.bb
rename to meta-gnome/recipes-extended/gparted/gparted_0.30.0.bb
index 83ab6f2..cea0e3a 100644
--- a/meta-gnome/recipes-extended/gparted/gparted_0.28.1.bb
+++ b/meta-gnome/recipes-extended/gparted/gparted_0.30.0.bb
@@ -10,8 +10,8 @@ SRC_URI = " \
     file://org.yoctoproject.pkexec.run-gparted.policy \
     file://gparted_polkit \
 "
-SRC_URI[md5sum] = "ab72464a3ab2137664d9df8462befd3f"
-SRC_URI[sha256sum] = "76891f14394754f7d6ecceba2af0e585bf89f9d780c389a255dcd41a2f45d333"
+SRC_URI[md5sum] = "09b12d3831e91b26ec8726b00eecd43d"
+SRC_URI[sha256sum] = "d31193effe058bdaeb2a4cd4b514ec753191179a0bc3abefda68a2b7975ecf4a"
 
 DEPENDS = "glib-2.0 glib-2.0-native gtkmm parted gnome-doc-utils intltool-native"
 
-- 
2.9.5



^ permalink raw reply related	[flat|nested] 17+ messages in thread

* Re: [PATCH 01/10] tumbler: make thumbnails work again
  2017-11-02 10:31 ` [PATCH 01/10] tumbler: make thumbnails work again Andreas Müller
@ 2017-11-02 16:30   ` Khem Raj
  2017-11-02 16:57     ` Andreas Müller
  0 siblings, 1 reply; 17+ messages in thread
From: Khem Raj @ 2017-11-02 16:30 UTC (permalink / raw)
  To: Andreas Müller; +Cc: openembeded-devel

On Thu, Nov 2, 2017 at 3:31 AM, Andreas Müller
<schnitzeltony@googlemail.com> wrote:
> fixes:
> | Failed to load the cache plugin "tumbler-cache-plugin.so": /usr/lib/tumbler-1/plugins/cache/tumbler-cache-plugin.so: cannot open shared object file: No such file or directory
>
> Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
> ---
>  meta-xfce/recipes-xfce/tumbler/tumbler_0.1.31.bb | 4 ++++
>  1 file changed, 4 insertions(+)
>
> diff --git a/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.31.bb b/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.31.bb
> index 1f5419a..fe331cb 100644
> --- a/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.31.bb
> +++ b/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.31.bb
> @@ -15,6 +15,10 @@ INSANE_SKIP_${PN} = "dev-so"
>  PACKAGECONFIG ??= ""
>  PACKAGECONFIG[gstreamer-thumbnailer] = "--enable-gstreamer-thumbnailer,--disable-gstreamer-thumbnailer,gstreamer1.0 gstreamer1.0-plugins-base"
>
> +do_install_appen() {

typo

> +    ln -sf tumbler-cache-plugin.so ${D}${libdir}/tumbler-1/plugins/cache/tumbler-xdg-cache.so
> +}
> +
>  FILES_${PN} += "${datadir}/dbus-1/services \
>                  ${libdir}/tumbler-1/tumblerd \
>                  ${libdir}/tumbler-1/plugins/*.so \
> --
> 2.9.5
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PATCH 01/10] tumbler: make thumbnails work again
  2017-11-02 16:30   ` Khem Raj
@ 2017-11-02 16:57     ` Andreas Müller
  2017-11-02 17:07       ` Andreas Müller
  0 siblings, 1 reply; 17+ messages in thread
From: Andreas Müller @ 2017-11-02 16:57 UTC (permalink / raw)
  To: Khem Raj; +Cc: openembeded-devel

On Thu, Nov 2, 2017 at 5:30 PM, Khem Raj <raj.khem@gmail.com> wrote:

> On Thu, Nov 2, 2017 at 3:31 AM, Andreas Müller
> <schnitzeltony@googlemail.com> wrote:
> > fixes:
> > | Failed to load the cache plugin "tumbler-cache-plugin.so":
> /usr/lib/tumbler-1/plugins/cache/tumbler-cache-plugin.so: cannot open
> shared object file: No such file or directory
> >
> > Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
> > ---
> >  meta-xfce/recipes-xfce/tumbler/tumbler_0.1.31.bb | 4 ++++
> >  1 file changed, 4 insertions(+)
> >
> > diff --git a/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.31.bb
> b/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.31.bb
> > index 1f5419a..fe331cb 100644
> > --- a/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.31.bb
> > +++ b/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.31.bb
> > @@ -15,6 +15,10 @@ INSANE_SKIP_${PN} = "dev-so"
> >  PACKAGECONFIG ??= ""
> >  PACKAGECONFIG[gstreamer-thumbnailer] = "--enable-gstreamer-
> thumbnailer,--disable-gstreamer-thumbnailer,gstreamer1.0
> gstreamer1.0-plugins-base"
> >
> > +do_install_appen() {
>
> typo
>
> Thanks and LOL: In this way this patch does simply nothing and I could
swear having tested it. @Martin: Can you please ignore this one until I
checked and come back with V2 (if really necessary).

Andreas


^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PATCH 01/10] tumbler: make thumbnails work again
  2017-11-02 16:57     ` Andreas Müller
@ 2017-11-02 17:07       ` Andreas Müller
  2017-11-06 11:50         ` Andreas Müller
  0 siblings, 1 reply; 17+ messages in thread
From: Andreas Müller @ 2017-11-02 17:07 UTC (permalink / raw)
  To: Khem Raj; +Cc: openembeded-devel

>  PACKAGECONFIG[gstreamer-thumbnailer] = "--enable-gstreamer-thumbnaile
r,--disable-gstreamer-thumbnailer,gstreamer1.0 gstreamer1.0-plugins-base"

> >
>> > +do_install_appen() {
>>
>> typo
>>
>> Thanks and LOL: In this way this patch does simply nothing and I could
> swear having tested it. @Martin: Can you please ignore this one until I
> checked and come back with V2 (if really necessary).
>
> I checked: This patch (created on April 4th) was a leftover and does not
make sense: Link is created properly / thumbs work fine.

Thanks Khem for eagle eye :)

Andreas


^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PATCH 01/10] tumbler: make thumbnails work again
  2017-11-02 17:07       ` Andreas Müller
@ 2017-11-06 11:50         ` Andreas Müller
  2017-11-06 16:23           ` Martin Jansa
  0 siblings, 1 reply; 17+ messages in thread
From: Andreas Müller @ 2017-11-06 11:50 UTC (permalink / raw)
  To: Khem Raj; +Cc: openembeded-devel

On Thu, Nov 2, 2017 at 6:07 PM, Andreas Müller <schnitzeltony@googlemail.com
> wrote:

> >  PACKAGECONFIG[gstreamer-thumbnailer] = "--enable-gstreamer-thumbnaile
> r,--disable-gstreamer-thumbnailer,gstreamer1.0 gstreamer1.0-plugins-base"
>
>> >
>>> > +do_install_appen() {
>>>
>>> typo
>>>
>>> Thanks and LOL: In this way this patch does simply nothing and I could
>> swear having tested it. @Martin: Can you please ignore this one until I
>> checked and come back with V2 (if really necessary).
>>
>> I checked: This patch (created on April 4th) was a leftover and does not
> make sense: Link is created properly / thumbs work fine.
>
> Thanks Khem for eagle eye :)
>
> FWIW: I removed the patch from git repo mentioned in pull request.

Andreas


^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PATCH 01/10] tumbler: make thumbnails work again
  2017-11-06 11:50         ` Andreas Müller
@ 2017-11-06 16:23           ` Martin Jansa
  2017-11-06 16:37             ` Andreas Müller
  0 siblings, 1 reply; 17+ messages in thread
From: Martin Jansa @ 2017-11-06 16:23 UTC (permalink / raw)
  To: Andreas Müller; +Cc: openembeded-devel

Hi Andreas,

I'm ignoring all of them now, Armin is now taking care of master branch as
well.

BTW: your e-mails often end in my gmail spam with:
*Why is this message in Spam?* It has a from address in googlemail.com but
has failed googlemail.com's required tests for authentication.

I don't know if there is practical difference between @gmail.com and @
googlemail.com for you, but google doesn't seem to like the later.

Regards,

On Mon, Nov 6, 2017 at 12:50 PM, Andreas Müller <
schnitzeltony@googlemail.com> wrote:

> On Thu, Nov 2, 2017 at 6:07 PM, Andreas Müller <
> schnitzeltony@googlemail.com
> > wrote:
>
> > >  PACKAGECONFIG[gstreamer-thumbnailer] = "--enable-gstreamer-thumbnaile
> > r,--disable-gstreamer-thumbnailer,gstreamer1.0
> gstreamer1.0-plugins-base"
> >
> >> >
> >>> > +do_install_appen() {
> >>>
> >>> typo
> >>>
> >>> Thanks and LOL: In this way this patch does simply nothing and I could
> >> swear having tested it. @Martin: Can you please ignore this one until I
> >> checked and come back with V2 (if really necessary).
> >>
> >> I checked: This patch (created on April 4th) was a leftover and does not
> > make sense: Link is created properly / thumbs work fine.
> >
> > Thanks Khem for eagle eye :)
> >
> > FWIW: I removed the patch from git repo mentioned in pull request.
>
> Andreas
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>


^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PATCH 01/10] tumbler: make thumbnails work again
  2017-11-06 16:23           ` Martin Jansa
@ 2017-11-06 16:37             ` Andreas Müller
  0 siblings, 0 replies; 17+ messages in thread
From: Andreas Müller @ 2017-11-06 16:37 UTC (permalink / raw)
  To: Martin Jansa; +Cc: openembeded-devel

On Mon, Nov 6, 2017 at 5:23 PM, Martin Jansa <martin.jansa@gmail.com> wrote:

> Hi Andreas,
>
> I'm ignoring all of them now, Armin is now taking care of master branch as
> well.
>
> BTW: your e-mails often end in my gmail spam with:
> *Why is this message in Spam?* It has a from address in googlemail.com
> but has failed googlemail.com's required tests for authentication.
>
> I don't know if there is practical difference between @gmail.com and @
> googlemail.com for you, but google doesn't seem to like the later.
>
> Regards,
>
> OK - I see...

Regarding gmail/googlemail: I tried to swap many years ago but that did not
work - will check again later - thank you for letting me know.

Andreas


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2017-11-06 16:37 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-02 10:31 [PATCH 00/10] Recipe updates Andreas Müller
2017-11-02 10:31 ` [PATCH 01/10] tumbler: make thumbnails work again Andreas Müller
2017-11-02 16:30   ` Khem Raj
2017-11-02 16:57     ` Andreas Müller
2017-11-02 17:07       ` Andreas Müller
2017-11-06 11:50         ` Andreas Müller
2017-11-06 16:23           ` Martin Jansa
2017-11-06 16:37             ` Andreas Müller
2017-11-02 10:31 ` [PATCH 02/10] xfce4-settings: update to 4.12.1 Andreas Müller
2017-11-02 10:31 ` [PATCH 03/10] libgphoto2: update 2.5.8 -> 2.5.14 Andreas Müller
2017-11-02 10:31 ` [PATCH 04/10] gphoto2: " Andreas Müller
2017-11-02 10:31 ` [PATCH 05/10] xfce4-notifyd: update 0.3.6 -> 0.4.0 Andreas Müller
2017-11-02 10:31 ` [PATCH 06/10] xfce4-pulseaudio-plugin: update 0.2.4 -> 0.3.2 Andreas Müller
2017-11-02 10:31 ` [PATCH 07/10] xfce4-weather-plugin: update 0.8.9 -> 0.8.10 Andreas Müller
2017-11-02 10:31 ` [PATCH 08/10] xfce4-xkb-plugin: update 0.8.0 -> 0.8.1 Andreas Müller
2017-11-02 10:31 ` [PATCH 09/10] xfce4-appfinder: update 4.12.0 -> 4.13.0 Andreas Müller
2017-11-02 10:31 ` [PATCH 10/10] gparted: update 0.28.1 -> 0.30.0 Andreas Müller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.