[Lunar-commits] <moonbase-other> paprefs/pavucontrol: add back to moonbase

Zachary McGrew zmcgrew at lunar-linux.org
Thu Jul 12 03:03:11 CEST 2012


commit 351c95dc7f923d45b11dc08c261044d0b0a75397
Author: Zachary McGrew <zmcgrew at lunar-linux.org>
Date: Wed, 11 Jul 2012 18:03:11 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/351c95dc7f923d45b11dc08c261044d0b0a75397

paprefs/pavucontrol: add back to moonbase
---
  audio/paprefs/DEPENDS                                        +8/-0     
  audio/paprefs/DETAILS                                        +19/-0    
  audio/pavucontrol/BUILD                                      +7/-0     
  audio/pavucontrol/DEPENDS                                    +8/-0     
  audio/pavucontrol/DETAILS                                    +18/-0    
  5 files changed, 60 insertions (+), 0 deletions (-)

--- /dev/null
+++ b/audio/paprefs/DEPENDS
@@ -0,0 +1,8 @@
+depends libglademm
+depends pulseaudio
+depends gconfmm
+
+optional_depends "lynx"                        \
+                 "--enable-lynx"               \
+                 "--disable-lynx"              \
+                 "for documenation generation"
--- /dev/null
+++ b/audio/paprefs/DETAILS
@@ -0,0 +1,19 @@
+         MODULE=paprefs
+        VERSION=0.9.10
+         SOURCE=$MODULE-$VERSION.tar.gz
+     SOURCE_URL=http://0pointer.de/lennart/projects/paprefs/
+     SOURCE_VFY=sha1:5ee6d2e1383048d43f9af239d2930d8edb7e8b72
+       WEB_SITE=http://0pointer.de/lennart/projects/paprefs/
+        ENTERED=20071207
+        UPDATED=20111005
+          SHORT="Configuration dialog for the PulseAudio sound server"
+     MAINTAINER=jannis at lunar-linux.org
+
+cat << EOF
+PulseAudio Preferences (paprefs) is a simple GTK based configuration
+dialog for the PulseAudio sound server.
+
+Please note that this program can only configure local servers, and
+requires that a special module module-gconf is loaded in the sound
+server. (Since PulseAudio 0.9.5 this modules is loaded by default.)
+EOF
--- /dev/null
+++ b/audio/pavucontrol/BUILD
@@ -0,0 +1,7 @@
+(
+
+  OPTS+=" --disable-gtk3" &&
+
+  default_build
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/audio/pavucontrol/DEPENDS
@@ -0,0 +1,8 @@
+depends  libglademm
+depends  pulseaudio
+depends  libcanberra
+
+optional_depends "lynx"                        \
+                 "--enable-lynx"               \
+                 "--disable-lynx"              \
+                 "for documenation generation"
--- /dev/null
+++ b/audio/pavucontrol/DETAILS
@@ -0,0 +1,18 @@
+         MODULE=pavucontrol
+        VERSION=1.0
+         SOURCE=$MODULE-$VERSION.tar.gz
+     SOURCE_URL=http://0pointer.de/lennart/projects/pavucontrol/
+     SOURCE_VFY=sha1:38d60e5c489e83955d5a7c5d4e79e06e2ce8130b
+       WEB_SITE=http://0pointer.de/lennart/projects/pavucontrol/
+        ENTERED=20060606
+        UPDATED=20111005
+          SHORT="Volume control utility for PulseAudio"
+     MAINTAINER=jannis at lunar-linux.org
+
+cat << EOF
+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.
+EOF




More information about the Lunar-commits mailing list