Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | SUMMARY = "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 libunique" |
| 8 | |
| 9 | SRC_URI = "http://archive.xfce.org/src/apps/${BPN}/${@xfce_verdir("${PV}")}/${BPN}-${PV}.tar.bz2" |
| 10 | |
| 11 | SRC_URI[md5sum] = "1b3753b91224867a3a2dfddda239c28d" |
| 12 | SRC_URI[sha256sum] = "fb0c1df201ed1130f54f15b914cbe5a59286e994a137acda5609570c57112de2" |
| 13 | |
| 14 | RDEPENDS_${PN} = "gst-meta-audio" |