summaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-apps/xfce4-mixer
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2015-10-08 22:51:41 +0200
committerTudor Florea <tudor.florea@enea.com>2015-10-08 22:51:41 +0200
commit1219bf8a90a7bf8cd3a5363551ef635d51e8fc8e (patch)
treea21a5fc103bb3bd65ecd85ed22be5228fc54e447 /meta-xfce/recipes-apps/xfce4-mixer
downloadmeta-openembedded-1219bf8a90a7bf8cd3a5363551ef635d51e8fc8e.tar.gz
initial commit for Enea Linux 5.0 arm
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta-xfce/recipes-apps/xfce4-mixer')
-rw-r--r--meta-xfce/recipes-apps/xfce4-mixer/xfce4-mixer_4.10.0.bb14
1 files changed, 14 insertions, 0 deletions
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
new file mode 100644
index 000000000..aa3202fb8
--- /dev/null
+++ b/meta-xfce/recipes-apps/xfce4-mixer/xfce4-mixer_4.10.0.bb
@@ -0,0 +1,14 @@
1SUMMARY = "A volume control application based on GStreamer"
2LICENSE = "GPLv2"
3LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
4
5inherit xfce-panel-plugin
6
7DEPENDS += "glib-2.0 gst-plugins-base gtk+ xfconf libunique"
8
9SRC_URI = "http://archive.xfce.org/src/apps/${BPN}/${@xfce_verdir("${PV}")}/${BPN}-${PV}.tar.bz2"
10
11SRC_URI[md5sum] = "e47d5b3e873fdee3fa80d309a5f53e9c"
12SRC_URI[sha256sum] = "a8c589001b438171ea5a6b46ce9895c3ffbc5081ab67805ab9870e540068dade"
13
14RDEPENDS_${PN} = "gst-meta-audio"