[Lunar-commits] CVS: moonbase/audio/esound BUILD, NONE, 1.1 DEPENDS, 1.1.1.1, 1.2 DETAILS, 1.10, 1.11

Chad Kittel v3rt1g0 at lunar-linux.org
Sun Nov 14 03:12:52 UTC 2004


Update of /var/cvs/lunar/moonbase/audio/esound
In directory espresso.foo-projects.org:/tmp/cvs-serv23538/esound

Modified Files:
	DEPENDS DETAILS 
Added Files:
	BUILD 
Log Message:
Added a missing optional depends, clened up the essay paper that was the 
long description, and added some extra documentation to be installed.


--- NEW FILE: BUILD ---
(
  
  default_build &&

  gather_docs TIPS
  
) > $C_FIFO 2>&1

Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/audio/esound/DEPENDS,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- DEPENDS	21 Aug 2002 00:55:09 -0000	1.1.1.1
+++ DEPENDS	14 Nov 2004 03:12:50 -0000	1.2
@@ -1 +1,3 @@
-depends  audiofile
+depends audiofile &&
+
+optional_depends "tcp_wrappers" "--with-libwrap" "" "for TCP wrapper support"

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/audio/esound/DETAILS,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- DETAILS	5 Oct 2004 09:29:51 -0000	1.10
+++ DETAILS	14 Nov 2004 03:12:50 -0000	1.11
@@ -1,47 +1,20 @@
           MODULE=esound
            MAJOR=0.2
 	 VERSION=0.2.35
-	#VERSION=0.2.34
           SOURCE=$MODULE-$VERSION.tar.bz2
    SOURCE_URL[0]=$GNOME_URL/sources/$MODULE/$MAJOR/
    SOURCE_URL[1]=ftp://ftp.gnome.org/pub/GNOME/sources/$MODULE/$MAJOR/
-      SOURCE_VFY=md5:1566344f80a8909b5e6e4d6b6520c2c1
+      SOURCE_VFY=sha1:b3164f17d84fe57f1457bc0d0a50615f67c87de8
         WEB_SITE=http://www.tux.org/~ricdude/EsounD.html
          ENTERED=20010922
          UPDATED=20040813
-           SHORT="esound plays multiple digitized audio streams on a single device."
+           SHORT="The Enlightened Sound Daemon"
+
 cat << EOF
-I am pleased to announce the preliminary release of the 
-Enlightened Sound Daemon (EsounD version 0.2.8) for Linux.
-More details at http://www.tux.org/~ricdude/EsounD.html.
-This program is designed to mix together several digitized 
-audio streams for playback by a single device.  The current 
-list of features includes the following functionality:
- o  A simple authentication scheme is implemented.  The first
-    process to present a 16 byte key to the daemon determines
-    the ownership of the daemon.  The owner of the daemon may
-    allow or disallow connections from other keys.  If a HUP
-    signal is received, ownership of the daemon is reset.
- o  Playback of multiple digital samples simultaneously is 
-    supported.  The daemon uses a raw sample format which 
-    is easily generated by the SOX utility from many other 
-    data formats.
- o  The mixed audio data may be output from the daemon as a
-    "monitor" stream.
- o  Recording from the current input of the sound device is
-    supported.  Full duplex operation (simultaneous recording
-    and playback) is supported where available.
- o  Client connections may cache samples for playback by an 
-    assigned identification number.  For example, a window
-    manager may cache samples in the server for playback on
-    various events, and play them back without replaying the
-    full audio stream for the sample.  Samples may be looped
-    until the server receives a "stop sample" message. 
- o  Filters may be inserted into the audio stream, for 
-    processing of the audio signal between the mixing and 
-    playback stages.
- o  Some server status information is available to clients.
-The Enlightened Sound Daemon is known to work to varying degrees
-on Linux/OSS, Linux/ALSA, Solaris, HPUX, *BSD, and IRIX operating
-systems.  Ports to other platforms are appreciated.
+EsounD, the Enlighted Sound Daemon, is a server process that mixes
+several digitized audio streams for playback by a single audio device.
+
+The Enlightened Sound Daemon is known to work to varying degrees on 
+Linux/OSS, Linux/ALSA, Solaris, HPUX, *BSD, and IRIX operating systems.
+Ports to other platforms are appreciated.
 EOF



More information about the Lunar-commits mailing list