The EsounD package contains the Enlightened Sound Daemon. This is useful for mixing together several digitized audio streams for playback by a single device.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/esound/0.2/esound-0.2.36.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/esound/0.2/esound-0.2.36.tar.bz2
Download MD5 sum: 3facb5aa0115cc1c31771b9ad454ae76
Download size: 369 KB
Estimated disk space required: 5.0 MB
Estimated build time: 0.2 SBU
ALSA-1.0.13, aRts-1.5.6, TCP Wrapper-7.6 and DocBook-utils-0.6.14
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/esound
Install EsounD by running the following commands:
sed -i 's@doc/esound@&-0.2.36@' configure && ./configure --prefix=/usr --sysconfdir=/etc && make
This package does not come with a test suite.
Now, as the root user:
make install
If you have DocBook-utils-0.6.14 installed, the HTML documentation should have been built. Install it with the following command as the root user:
cp -v -R docs/html /usr/share/doc/esound-0.2.36
sed -i '...': This appends the version string to the documentation installation directory.
--sysconfdir=/etc: This switch puts configuration files in /etc instead of /usr/etc.
Last updated on 2006-09-16 09:49:32 -0500