# Template file for 'pavucontrol'
pkgname=pavucontrol
version=2.0
revision=1
build_style=gnu-configure
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"
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
	}
}