freebsd-ports/audio/pavucontrol/Makefile
Martin Wilke 6443d4106b 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 seperately.

WWW: http://0pointer.de/lennart/projects/pavucontrol/

PR:		ports/115320
Submitted by:	Romain Tartière <romain at blogreen.org>
2007-08-23 11:10:21 +00:00

24 lines
534 B
Makefile

# Ports collection Makefile for: pavumeter
# Date created: July 21, 2007
# Whom: Romain Tartière <romain@blogreen.org>
#
# $FreeBSD$
#
PORTNAME= pavucontrol
PORTVERSION= 0.9.4
CATEGORIES= audio
MASTER_SITES= http://0pointer.de/lennart/projects/${PORTNAME}/
MAINTAINER= romain@blogreen.org
COMMENT= GTK mixer for PulseAudio
LIB_DEPENDS= glademm-2.4.1:${PORTSDIR}/devel/libglademm24 \
pulse-mainloop-glib.0:${PORTSDIR}/audio/pulseaudio
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ARGS= --disable-lynx
.include <bsd.port.mk>