summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-08-23 11:10:21 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-08-23 11:10:21 +0000
commit6443d4106b60073ab3e295f0ac6ba55fd01c7e42 (patch)
treea6c775b0d7e47756bdaebfb523edcc6edffe1b99 /audio
parentPulseAudio Device Chooser (padevchooser) is a simple GTK tool which registers (diff)
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>
Notes
Notes: svn path=/head/; revision=198186
Diffstat (limited to 'audio')
-rw-r--r--audio/Makefile1
-rw-r--r--audio/pavucontrol/Makefile24
-rw-r--r--audio/pavucontrol/distinfo3
-rw-r--r--audio/pavucontrol/pkg-descr6
-rw-r--r--audio/pavucontrol/pkg-plist5
5 files changed, 39 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile
index 196e4f2c1b87..bd8e4f6536dc 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -464,6 +464,7 @@
SUBDIR += pacpl
SUBDIR += padevchooser
SUBDIR += paman
+ SUBDIR += pavucontrol
SUBDIR += pd
SUBDIR += pecl-id3
SUBDIR += penguinsap
diff --git a/audio/pavucontrol/Makefile b/audio/pavucontrol/Makefile
new file mode 100644
index 000000000000..9cd4d557ce9d
--- /dev/null
+++ b/audio/pavucontrol/Makefile
@@ -0,0 +1,24 @@
+# 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>
diff --git a/audio/pavucontrol/distinfo b/audio/pavucontrol/distinfo
new file mode 100644
index 000000000000..515592e438fd
--- /dev/null
+++ b/audio/pavucontrol/distinfo
@@ -0,0 +1,3 @@
+MD5 (pavucontrol-0.9.4.tar.gz) = 49f1fb77b425514e6ccfe2a60221a407
+SHA256 (pavucontrol-0.9.4.tar.gz) = e44d39ad35e849ccb0bfddd7204eb1d1517c855fa94c40af28beffd819f86a54
+SIZE (pavucontrol-0.9.4.tar.gz) = 92837
diff --git a/audio/pavucontrol/pkg-descr b/audio/pavucontrol/pkg-descr
new file mode 100644
index 000000000000..29afdea868ae
--- /dev/null
+++ b/audio/pavucontrol/pkg-descr
@@ -0,0 +1,6 @@
+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/
diff --git a/audio/pavucontrol/pkg-plist b/audio/pavucontrol/pkg-plist
new file mode 100644
index 000000000000..1b0178ea1c60
--- /dev/null
+++ b/audio/pavucontrol/pkg-plist
@@ -0,0 +1,5 @@
+bin/pavucontrol
+share/applications/pavucontrol.desktop
+%%DATADIR%%/pavucontrol.glade
+@dirrm %%DATADIR%%
+@dirrmtry share/applications