void-packages/srcpkgs/pavucontrol/template

25 lines
854 B
Text
Raw Normal View History

# Template file for 'pavucontrol'
pkgname=pavucontrol
2013-04-17 22:53:06 +00:00
version=2.0
revision=1
build_style=gnu-configure
2013-04-17 22:53:06 +00:00
hostmakedepends="pkg-config intltool"
makedepends="gtkmm-devel libcanberra-devel gtk+3-devel pulseaudio-devel"
short_desc="PulseAudio Volume Control"
maintainer="davehome <davehome@redthumb.info.tm>"
license="GPL-2"
homepage="http://freedesktop.org/software/pulseaudio/pavucontrol/"
distfiles="${homepage}/${pkgname}-${version}.tar.xz"
2013-04-17 22:53:06 +00:00
checksum=22f29dd81b4a1a34ec7bffe9b027aff2a37fc76ccded4539d43a8c126a39470b
long_desc="
PulseAudio Volume Control (pavucontrol) is a simple GTK based volume control
tool (mixer) for the PulseAudio sound server. In contrast to classic mixer
tools this one allows you to control both the volume of hardware devices and
of each playback stream separately."
pavucontrol_package() {
pkg_install() {
vmove usr
}
}