[Lunar-commits] r20326 - in moonbase/trunk/audio: . gst-polyp paman pavucontrol pavumeter polypaudio xmms-polyp

Jannis Pohlmann jannis at lunar-linux.org
Tue Jun 6 11:09:31 UTC 2006


Author: jannis
Date: 2006-06-06 11:09:31 +0000 (Tue, 06 Jun 2006)
New Revision: 20326

Added:
   moonbase/trunk/audio/gst-polyp/
   moonbase/trunk/audio/gst-polyp/DEPENDS
   moonbase/trunk/audio/gst-polyp/DETAILS
   moonbase/trunk/audio/paman/
   moonbase/trunk/audio/paman/DEPENDS
   moonbase/trunk/audio/paman/DETAILS
   moonbase/trunk/audio/pavucontrol/
   moonbase/trunk/audio/pavucontrol/DEPENDS
   moonbase/trunk/audio/pavucontrol/DETAILS
   moonbase/trunk/audio/pavumeter/
   moonbase/trunk/audio/pavumeter/DEPENDS
   moonbase/trunk/audio/pavumeter/DETAILS
   moonbase/trunk/audio/xmms-polyp/
   moonbase/trunk/audio/xmms-polyp/DEPENDS
   moonbase/trunk/audio/xmms-polyp/DETAILS
Modified:
   moonbase/trunk/audio/polypaudio/DETAILS
Log:
Polypaudio: 
  Tweaked DETAILS a little bit.

gst-polyp, xmms-polyp:
  XMMS and GStreamer output plugins for the Polypaudio 
  sound server.

pavumeter, paman, pavucontrol:
  Several graphical utilities to browse Polypaudio 
  settings and view/change volumes of connected audio
  streams seperately.



Added: moonbase/trunk/audio/gst-polyp/DEPENDS
===================================================================
--- moonbase/trunk/audio/gst-polyp/DEPENDS	                        (rev 0)
+++ moonbase/trunk/audio/gst-polyp/DEPENDS	2006-06-06 11:09:31 UTC (rev 20326)
@@ -0,0 +1,7 @@
+depends  polypaudio    &&
+depends  gstreamer-10  &&
+
+optional_depends "lynx"                        \
+                 "--enable-lynx"               \
+                 "--disable-lynx"              \
+                 "for documenation generation" 

Added: moonbase/trunk/audio/gst-polyp/DETAILS
===================================================================
--- moonbase/trunk/audio/gst-polyp/DETAILS	                        (rev 0)
+++ moonbase/trunk/audio/gst-polyp/DETAILS	2006-06-06 11:09:31 UTC (rev 20326)
@@ -0,0 +1,21 @@
+         MODULE=gst-polyp
+        VERSION=0.9.0
+         SOURCE=$MODULE-$VERSION.tar.gz
+     SOURCE_URL=http://0pointer.de/lennart/projects/gst-polyp/
+     SOURCE_VFY=sha1:4fdbf15aa886725f958ef30aa0c65feb52e7b7c6
+       WEB_SITE=http://0pointer.de/lennart/projects/gst-polyp/
+        ENTERED=20060606
+        UPDATED=20060606
+          SHORT="GStreamer plugin for the Polypaudio sound server"
+     MAINTAINER=jannis at lunar-linux.org
+
+cat << EOF
+gst-polyp is a GStreamer 0.10 plugin for the Polypaudio sound 
+server.
+
+It ist tested and works quite fine. The plugin is quite advanced 
+as it includes both a sink and a source, and implements the 
+GstMixer and GstPropertyProbe interfaces. Only the ALSA plugin 
+shipped with upstream GStreamer is as advanced and featureful 
+as gst-polyp.
+EOF

Added: moonbase/trunk/audio/paman/DEPENDS
===================================================================
--- moonbase/trunk/audio/paman/DEPENDS	                        (rev 0)
+++ moonbase/trunk/audio/paman/DEPENDS	2006-06-06 11:09:31 UTC (rev 20326)
@@ -0,0 +1,10 @@
+depends  libglademm  &&
+depends  polypaudio  &&
+
+optional_depends "lynx"                         \
+                 "--enable-lynx"                \
+                 "--disable-lynx"               \
+                 "for documenation generation"  &&
+
+optional_depends "pavumeter"                    \
+                 "" "" "for volume meters"

Added: moonbase/trunk/audio/paman/DETAILS
===================================================================
--- moonbase/trunk/audio/paman/DETAILS	                        (rev 0)
+++ moonbase/trunk/audio/paman/DETAILS	2006-06-06 11:09:31 UTC (rev 20326)
@@ -0,0 +1,15 @@
+         MODULE=paman
+        VERSION=0.9.1
+         SOURCE=$MODULE-$VERSION.tar.gz
+     SOURCE_URL=http://0pointer.de/lennart/projects/paman/
+     SOURCE_VFY=sha1:387fceaf3dc3a228c73519e033317846bcb039e0
+       WEB_SITE=http://0pointer.de/lennart/projects/paman/
+        ENTERED=20060606
+        UPDATED=20060606
+          SHORT="Management tool for the polypaudio sound server"
+     MAINTAINER=jannis at lunar-linux.org
+
+cat << EOF
+Polypaudio Manager (paman) is a simple GTK frontend for the 
+Polypaudio sound server.
+EOF

Added: moonbase/trunk/audio/pavucontrol/DEPENDS
===================================================================
--- moonbase/trunk/audio/pavucontrol/DEPENDS	                        (rev 0)
+++ moonbase/trunk/audio/pavucontrol/DEPENDS	2006-06-06 11:09:31 UTC (rev 20326)
@@ -0,0 +1,7 @@
+depends  libglademm  &&
+depends  polypaudio  &&
+
+optional_depends "lynx"                        \
+                 "--enable-lynx"               \
+                 "--disable-lynx"              \
+                 "for documenation generation" 

Added: moonbase/trunk/audio/pavucontrol/DETAILS
===================================================================
--- moonbase/trunk/audio/pavucontrol/DETAILS	                        (rev 0)
+++ moonbase/trunk/audio/pavucontrol/DETAILS	2006-06-06 11:09:31 UTC (rev 20326)
@@ -0,0 +1,18 @@
+         MODULE=pavucontrol
+        VERSION=0.9.1
+         SOURCE=$MODULE-$VERSION.tar.gz
+     SOURCE_URL=http://0pointer.de/lennart/projects/pavucontrol/
+     SOURCE_VFY=sha1:c9259bacfc89201938847956adec0852e31ec725
+       WEB_SITE=http://0pointer.de/lennart/projects/pavucontrol/
+        ENTERED=20060606
+        UPDATED=20060606
+          SHORT="Volume control utility for Polypaudio"
+     MAINTAINER=jannis at lunar-linux.org
+
+cat << EOF
+Polypaudio Volume Control (pavucontrol) is a simple GTK based 
+volume control tool ("mixer") for the Polypaudio 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

Added: moonbase/trunk/audio/pavumeter/DEPENDS
===================================================================
--- moonbase/trunk/audio/pavumeter/DEPENDS	                        (rev 0)
+++ moonbase/trunk/audio/pavumeter/DEPENDS	2006-06-06 11:09:31 UTC (rev 20326)
@@ -0,0 +1,7 @@
+depends  libglademm  &&
+depends  polypaudio  &&
+
+optional_depends "lynx"                        \
+                 "--enable-lynx"               \
+                 "--disable-lynx"              \
+                 "for documenation generation" 

Added: moonbase/trunk/audio/pavumeter/DETAILS
===================================================================
--- moonbase/trunk/audio/pavumeter/DETAILS	                        (rev 0)
+++ moonbase/trunk/audio/pavumeter/DETAILS	2006-06-06 11:09:31 UTC (rev 20326)
@@ -0,0 +1,15 @@
+         MODULE=pavumeter
+        VERSION=0.9.0
+         SOURCE=$MODULE-$VERSION.tar.gz
+     SOURCE_URL=http://0pointer.de/lennart/projects/pavumeter/
+     SOURCE_VFY=sha1:5a1ed3402d194e6ac41cdaee89a65dc605111719
+       WEB_SITE=http://0pointer.de/lennart/projects/pavumeter/
+        ENTERED=20060606
+        UPDATED=20060606
+          SHORT="Volume meter for the Polypaudio sound server"
+     MAINTAINER=jannis at lunar-linux.org
+
+cat << EOF
+Polypaudio Volume Meter (pavumeter) is a simple GTK volume meter 
+for the Polypaudio sound server.
+EOF

Modified: moonbase/trunk/audio/polypaudio/DETAILS
===================================================================
--- moonbase/trunk/audio/polypaudio/DETAILS	2006-06-06 03:23:56 UTC (rev 20325)
+++ moonbase/trunk/audio/polypaudio/DETAILS	2006-06-06 11:09:31 UTC (rev 20326)
@@ -6,24 +6,29 @@
         WEB_SITE=http://0pointer.de/lennart/projects/polypaudio/
          ENTERED=20060205
          UPDATED=20060603
-           SHORT="polypaudio is a sound server for Linux "
+           SHORT="Networked sound server"
 
 cat << EOF
-polypaudio is a sound server for Linux and other Unix like operating systems. 
-It is intended to be an improved drop-in replacement for the Enlightened Sound Daemon (ESOUND). 
-It is my ultimate ambition to get Polypaudio into Gnome as a replacement for ESOUND. 
-In addition to the features ESOUND provides polypaudio has:
+Polypaudio is a sound server for Linux and other Unix like operating 
+systems. It is intended to be an improved drop-in replacement for the 
+Enlightened Sound Daemon (ESOUND). 
+It is my ultimate ambition to get Polypaudio into Gnome as a 
+replacement for ESOUND. In addition to the features ESOUND provides 
+polypaudio has:
 
-Extensible plugin architecture (by loading dynamic loadable modules with dlopen())
-Support for more than one sink/source
-Better low latency behaviour
-Embedabble into other software (the core is available as C library)
-Completely asynchronous C API
-Simple command line interface for reconfiguring the daemon while running
-Flexible, implicit sample type conversion and resampling
-"Zero-Copy" architecture
-Module autoloading
-Very accurate latency measurement for playback and recordin.
-May be used to combine multiple sound cards to one (with sample rate adjustment)
-Client side latency interpolation
+  * Extensible plugin architecture (by loading dynamic loadable 
+    modules with dlopen())
+  * Support for more than one sink/source
+  * Better low latency behaviour
+  * Embedabble into other software (the core is available as C library)
+  * Completely asynchronous C API
+  * Simple command line interface for reconfiguring the daemon 
+    while running
+  * Flexible, implicit sample type conversion and resampling
+  * "Zero-Copy" architecture
+  * Module autoloading
+  * Very accurate latency measurement for playback and recordin.
+  * May be used to combine multiple sound cards to one (with sample 
+    rate adjustment)
+  * Client side latency interpolation
 EOF

Added: moonbase/trunk/audio/xmms-polyp/DEPENDS
===================================================================
--- moonbase/trunk/audio/xmms-polyp/DEPENDS	                        (rev 0)
+++ moonbase/trunk/audio/xmms-polyp/DEPENDS	2006-06-06 11:09:31 UTC (rev 20326)
@@ -0,0 +1,7 @@
+depends  polypaudio  &&
+depends  xmms        &&
+
+optional_depends "lynx"                        \
+                 "--enable-lynx"               \
+                 "--disable-lynx"              \
+                 "for documenation generation" 

Added: moonbase/trunk/audio/xmms-polyp/DETAILS
===================================================================
--- moonbase/trunk/audio/xmms-polyp/DETAILS	                        (rev 0)
+++ moonbase/trunk/audio/xmms-polyp/DETAILS	2006-06-06 11:09:31 UTC (rev 20326)
@@ -0,0 +1,14 @@
+         MODULE=xmms-polyp
+        VERSION=0.9.0
+         SOURCE=$MODULE-$VERSION.tar.gz
+     SOURCE_URL=http://0pointer.de/lennart/projects/xmms-polyp/
+     SOURCE_VFY=sha1:d396263e7a807e6914c8110ddb054efa76f3068b
+       WEB_SITE=http://0pointer.de/lennart/projects/xmms-polyp/
+        ENTERED=20060606
+        UPDATED=20060606
+          SHORT="XMMS output plugin for the Polypaudio sound server"
+     MAINTAINER=jannis at lunar-linux.org
+
+cat << EOF
+xmms-polyp is an XMMS output plugin for the Polypaudio sound server.
+EOF



More information about the Lunar-commits mailing list