diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2012-03-18 20:40:53 +0000 |
---|---|---|
committer | Andreas Müller <schnitzeltony@googlemail.com> | 2012-06-08 14:28:42 +0200 |
commit | 3e054534a81adb91d729b0ca59f5553827a9a166 (patch) | |
tree | a057f1b6acc2e6fe20003bd1ec21ff7276bb075e /meta-xfce | |
parent | 7b92e431bbd8585646e2e187cc91d93e3ea81316 (diff) | |
download | meta-openembedded-3e054534a81adb91d729b0ca59f5553827a9a166.tar.gz |
xfce4-mixer: initial add 4.8.0
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Diffstat (limited to 'meta-xfce')
-rw-r--r-- | meta-xfce/recipes-apps/xfce4-mixer/xfce4-mixer_4.8.0.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-xfce/recipes-apps/xfce4-mixer/xfce4-mixer_4.8.0.bb b/meta-xfce/recipes-apps/xfce4-mixer/xfce4-mixer_4.8.0.bb new file mode 100644 index 000000000..23a8ba55e --- /dev/null +++ b/meta-xfce/recipes-apps/xfce4-mixer/xfce4-mixer_4.8.0.bb | |||
@@ -0,0 +1,14 @@ | |||
1 | DESCRIPTION = "A volume control application based on GStreamer" | ||
2 | LICENSE = "GPLv2" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | ||
4 | |||
5 | inherit xfce-panel-plugin | ||
6 | |||
7 | DEPENDS += "glib-2.0 gst-plugins-base gtk+ xfconf" | ||
8 | |||
9 | SRC_URI = "http://archive.xfce.org/src/apps/${BPN}/${@'${PV}'[0:3]}/${BPN}-${PV}.tar.bz2" | ||
10 | |||
11 | SRC_URI[md5sum] = "3fa3a9973e18c04da26709a654e242ff" | ||
12 | SRC_URI[sha256sum] = "9f9f48fdd0d3f6b1e46694b93a44d15b800db72a96d831b5111d9ac976970fab" | ||
13 | |||
14 | RDEPENDS_${PN} = "gst-meta-audio" | ||