From d750abef0d66c18b98173030c8f1935b06b59dd1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andreas=20M=C3=BCller?= Date: Sun, 18 Mar 2012 20:40:53 +0000 Subject: [PATCH] xfce4-mixer: initial add 4.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit (From meta-openembedded rev: 3e054534a81adb91d729b0ca59f5553827a9a166) Signed-off-by: Andreas Müller Signed-off-by: Patrick Ohly --- .../recipes-apps/xfce4-mixer/xfce4-mixer_4.8.0.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 meta-openembedded/meta-xfce/recipes-apps/xfce4-mixer/xfce4-mixer_4.8.0.bb diff --git a/meta-openembedded/meta-xfce/recipes-apps/xfce4-mixer/xfce4-mixer_4.8.0.bb b/meta-openembedded/meta-xfce/recipes-apps/xfce4-mixer/xfce4-mixer_4.8.0.bb new file mode 100644 index 0000000..23a8ba5 --- /dev/null +++ b/meta-openembedded/meta-xfce/recipes-apps/xfce4-mixer/xfce4-mixer_4.8.0.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "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" + +SRC_URI = "http://archive.xfce.org/src/apps/${BPN}/${@'${PV}'[0:3]}/${BPN}-${PV}.tar.bz2" + +SRC_URI[md5sum] = "3fa3a9973e18c04da26709a654e242ff" +SRC_URI[sha256sum] = "9f9f48fdd0d3f6b1e46694b93a44d15b800db72a96d831b5111d9ac976970fab" + +RDEPENDS_${PN} = "gst-meta-audio" -- 2.7.4