aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-apps/xfce4-mixer/xfce4-mixer_4.11.0.bb
blob: 6c057d8845b1fa69ed871d3ef2049a5c2dc200c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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 \
    file://0001-Fix-build-after-update-of-xfconf.patch \
"

SRC_URI[md5sum] = "1b3753b91224867a3a2dfddda239c28d"
SRC_URI[sha256sum] = "fb0c1df201ed1130f54f15b914cbe5a59286e994a137acda5609570c57112de2"

RDEPENDS_${PN} = "gst-meta-audio"