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.35.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/GNOME/sources/esound/0.2/esound-0.2.35.tar.bz2
Download MD5 sum: 1566344f80a8909b5e6e4d6b6520c2c1
Download size: 376 KB
Estimated disk space required: 4.9 MB
Estimated build time: 0.13 SBU
Install EsounD by running the following commands:
./configure --prefix=/usr --sysconfdir=/etc && make
Now, as the root user:
make install && install -v -m755 -d /usr/share/doc/esound-0.2.35 && install -v -m644 docs/esound.ps /usr/share/doc/esound-0.2.35 && cp -v -R docs/html /usr/share/doc/esound-0.2.35
--sysconfdir=/etc: This switch puts configuration files in /etc instead of /usr/etc.
Last updated on 2005-08-01 13:29:19 -0600