aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-apps/xfce4-mixer/xfce4-mixer_4.10.0.bb
blob: 57bcf42ac09268492455b5755d727a557bff7386 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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 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"