[Lunar-commits] r15877 - in moonbase/branches/submissions/new: . polypaudio
stumbles
stumbles at lunar-linux.org
Tue Jul 26 00:52:00 UTC 2005
Author: stumbles
Date: 2005-07-26 00:51:57 +0000 (Tue, 26 Jul 2005)
New Revision: 15877
Added:
moonbase/branches/submissions/new/polypaudio/
moonbase/branches/submissions/new/polypaudio/BUILD
moonbase/branches/submissions/new/polypaudio/DEPENDS
moonbase/branches/submissions/new/polypaudio/DETAILS
Log:
Added: moonbase/branches/submissions/new/polypaudio/BUILD
===================================================================
--- moonbase/branches/submissions/new/polypaudio/BUILD 2005-07-26 00:50:37 UTC (rev 15876)
+++ moonbase/branches/submissions/new/polypaudio/BUILD 2005-07-26 00:51:57 UTC (rev 15877)
@@ -0,0 +1,23 @@
+(
+
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --mandir=/usr/share/man \
+ --enable-static \
+ --localstatedir=/var &&
+
+
+
+ make &&
+
+ if [ -f /usr/bin/parec ]
+ then
+ rm /usr/bin/parec
+ fi
+
+ prepare_install &&
+ make install
+
+
+) > $C_FIFO 2>&1
+
Property changes on: moonbase/branches/submissions/new/polypaudio/BUILD
___________________________________________________________________
Name: svn:executable
+ *
Added: moonbase/branches/submissions/new/polypaudio/DEPENDS
===================================================================
--- moonbase/branches/submissions/new/polypaudio/DEPENDS 2005-07-26 00:50:37 UTC (rev 15876)
+++ moonbase/branches/submissions/new/polypaudio/DEPENDS 2005-07-26 00:51:57 UTC (rev 15877)
@@ -0,0 +1,4 @@
+depends lynx &&
+depends libsndfile &&
+depends tcp_wrappers &&
+depends alsa-lib
Property changes on: moonbase/branches/submissions/new/polypaudio/DEPENDS
___________________________________________________________________
Name: svn:executable
+ *
Added: moonbase/branches/submissions/new/polypaudio/DETAILS
===================================================================
--- moonbase/branches/submissions/new/polypaudio/DETAILS 2005-07-26 00:50:37 UTC (rev 15876)
+++ moonbase/branches/submissions/new/polypaudio/DETAILS 2005-07-26 00:51:57 UTC (rev 15877)
@@ -0,0 +1,29 @@
+ MODULE=polypaudio
+ VERSION=0.7
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL[0]=http://0pointer.de/lennart/projects/polypaudio/
+ SOURCE_VFY=sha1:ff6545e9790ba1b019990f0d26a8eb37702c4c10
+ WEB_SITE=http://0pointer.de/lennart/projects/polypaudio/
+ ENTERED=20050722
+ UPDATED=20050722
+ SHORT="polypaudio is a sound server for Linux "
+
+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:
+
+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
Property changes on: moonbase/branches/submissions/new/polypaudio/DETAILS
___________________________________________________________________
Name: svn:executable
+ *
More information about the Lunar-commits
mailing list