aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-apps/xfce4-mixer/xfce4-mixer_4.11.0.bb
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2015-03-04 01:45:23 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2015-03-21 16:42:28 +0100
commit24c6e0236adcf6e0948678a6f385ccad524701c8 (patch)
tree7f9b99197889e5a0c81c2fccc2e8c6fb5bff4c2e /meta-xfce/recipes-apps/xfce4-mixer/xfce4-mixer_4.11.0.bb
parenta7f54c1aa19cb4b322530c141a9ce9407dfe1f55 (diff)
downloadmeta-openembedded-contrib-24c6e0236adcf6e0948678a6f385ccad524701c8.tar.gz
xfce4-mixer: update to 4.11.0
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 <schnitzeltony@googlemail.com>
Diffstat (limited to 'meta-xfce/recipes-apps/xfce4-mixer/xfce4-mixer_4.11.0.bb')
-rw-r--r--meta-xfce/recipes-apps/xfce4-mixer/xfce4-mixer_4.11.0.bb14
1 files changed, 14 insertions, 0 deletions
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"