diff options
author | miwi <miwi@FreeBSD.org> | 2007-08-23 19:10:21 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-08-23 19:10:21 +0800 |
commit | ecbebf90d5c6dd8f599812cb8f6b77e6275c9f41 (patch) | |
tree | b21373aeeae650916ba32cda74422ec542b33a0e /audio/Makefile | |
parent | 7f1150dcab55455172b65e746825a5df5554e77e (diff) | |
download | freebsd-ports-gnome-ecbebf90d5c6dd8f599812cb8f6b77e6275c9f41.tar.gz freebsd-ports-gnome-ecbebf90d5c6dd8f599812cb8f6b77e6275c9f41.tar.zst freebsd-ports-gnome-ecbebf90d5c6dd8f599812cb8f6b77e6275c9f41.zip |
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>
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 1 |
1 files changed, 1 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 |