[Lunar-commits] padevchooser: Added to moonbase. This is a systray icon for accessing PulseAudio.

Jannis Pohlmann jannis at xfce.org
Fri Dec 7 21:33:33 CET 2007


commit c623c5a60f9155d2d0394ae97c4e33ce8de57c7e
Author: Jannis Pohlmann <jannis at xfce.org>
Date:   Fri Dec 7 21:16:11 2007 +0100

    padevchooser: Added to moonbase. This is a systray icon for accessing PulseAudio.
---
 audio/padevchooser/BUILD   |   10 ++++++++++
 audio/padevchooser/DEPENDS |    9 +++++++++
 audio/padevchooser/DETAILS |   24 ++++++++++++++++++++++++
 3 files changed, 43 insertions(+), 0 deletions(-)

diff --git a/audio/padevchooser/BUILD b/audio/padevchooser/BUILD
new file mode 100644
index 0000000..fccc293
--- /dev/null
+++ b/audio/padevchooser/BUILD
@@ -0,0 +1,10 @@
+(
+
+  if in_depends pulseaudio avahi; then
+    message "${MODULE_COLOR}pulseaudio${DEFAULT_COLOR} ${PROBLEM_COLOR}needs to be compiled with Avahi/ZeroConf support.${DEFAULT_COLOR}"
+    exit 1
+  fi
+
+  default_build
+
+) > $C_FIFO 2>&1
diff --git a/audio/padevchooser/DEPENDS b/audio/padevchooser/DEPENDS
new file mode 100644
index 0000000..ddbcdf7
--- /dev/null
+++ b/audio/padevchooser/DEPENDS
@@ -0,0 +1,9 @@
+depends libglademm 
+depends pulseaudio
+depends libnotify
+depends gconfmm
+
+optional_depends "lynx"                        \
+                 "--enable-lynx"               \
+                 "--disable-lynx"              \
+                 "for documenation generation" 
diff --git a/audio/padevchooser/DETAILS b/audio/padevchooser/DETAILS
new file mode 100644
index 0000000..934b04d
--- /dev/null
+++ b/audio/padevchooser/DETAILS
@@ -0,0 +1,24 @@
+         MODULE=padevchooser
+        VERSION=0.9.3
+         SOURCE=$MODULE-$VERSION.tar.gz
+     SOURCE_URL=http://0pointer.de/lennart/projects/padevchooser/
+     SOURCE_VFY=sha1:5a611c0e8a1f139c56ca696b8fd8dd7a65b77ba7
+       WEB_SITE=http://0pointer.de/lennart/projects/padevchooser/
+        ENTERED=20071207
+        UPDATED=20071207
+          SHORT="Tray icon providing access to features of PulseAudio"
+     MAINTAINER=jannis at lunar-linux.org
+
+cat << EOF
+PulseAudio Device Chooser (padevchooser) is a simple GTK tool which 
+registers an icon in the tray area and allows quick access to some 
+features of the PulseAudio sound server. Specifically it can do for 
+you:
+
+    * Notify about new sink/sources becoming available on the LAN
+    * Quickly change the default PulseAudio sink/source/server assigned 
+      to the current X11 display, selecting devices available on 
+      the LAN
+    * Start the auxiliary tools PulseAudio Volume Control, PulseAudio 
+      Volume Meter, PulseAudio Manager, PulseAudio Preferences
+EOF


More information about the Lunar-commits mailing list