From 24c6e0236adcf6e0948678a6f385ccad524701c8 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Wed, 4 Mar 2015 01:45:23 +0100 Subject: xfce4-mixer: update to 4.11.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This did not make it into the official Xfce 4.12 release. Reason is that mixer interface was dropped in gstreamer-1.0. As long as we support gstreamer 0.10 keep xfce4-mixer. Signed-off-by: Andreas Müller --- meta-xfce/recipes-apps/xfce4-mixer/xfce4-mixer_4.10.0.bb | 14 -------------- meta-xfce/recipes-apps/xfce4-mixer/xfce4-mixer_4.11.0.bb | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 14 deletions(-) delete mode 100644 meta-xfce/recipes-apps/xfce4-mixer/xfce4-mixer_4.10.0.bb create mode 100644 meta-xfce/recipes-apps/xfce4-mixer/xfce4-mixer_4.11.0.bb (limited to 'meta-xfce') diff --git a/meta-xfce/recipes-apps/xfce4-mixer/xfce4-mixer_4.10.0.bb b/meta-xfce/recipes-apps/xfce4-mixer/xfce4-mixer_4.10.0.bb deleted file mode 100644 index aa3202fb8e..0000000000 --- a/meta-xfce/recipes-apps/xfce4-mixer/xfce4-mixer_4.10.0.bb +++ /dev/null @@ -1,14 +0,0 @@ -SUMMARY = "A volume control application based on GStreamer" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" - -inherit xfce-panel-plugin - -DEPENDS += "glib-2.0 gst-plugins-base gtk+ xfconf libunique" - -SRC_URI = "http://archive.xfce.org/src/apps/${BPN}/${@xfce_verdir("${PV}")}/${BPN}-${PV}.tar.bz2" - -SRC_URI[md5sum] = "e47d5b3e873fdee3fa80d309a5f53e9c" -SRC_URI[sha256sum] = "a8c589001b438171ea5a6b46ce9895c3ffbc5081ab67805ab9870e540068dade" - -RDEPENDS_${PN} = "gst-meta-audio" diff --git a/meta-xfce/recipes-apps/xfce4-mixer/xfce4-mixer_4.11.0.bb b/meta-xfce/recipes-apps/xfce4-mixer/xfce4-mixer_4.11.0.bb new file mode 100644 index 0000000000..bdbec458bc --- /dev/null +++ b/meta-xfce/recipes-apps/xfce4-mixer/xfce4-mixer_4.11.0.bb @@ -0,0 +1,14 @@ +SUMMARY = "A volume control application based on GStreamer" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" + +inherit xfce-panel-plugin + +DEPENDS += "glib-2.0 gst-plugins-base gtk+ xfconf libunique" + +SRC_URI = "http://archive.xfce.org/src/apps/${BPN}/${@xfce_verdir("${PV}")}/${BPN}-${PV}.tar.bz2" + +SRC_URI[md5sum] = "1b3753b91224867a3a2dfddda239c28d" +SRC_URI[sha256sum] = "fb0c1df201ed1130f54f15b914cbe5a59286e994a137acda5609570c57112de2" + +RDEPENDS_${PN} = "gst-meta-audio" -- cgit 1.2.3-korg