Difference between revisions of "EsounD"

From CBLFS
Jump to navigationJump to search
 
(5 intermediate revisions by 5 users not shown)
Line 7: Line 7:
 
----
 
----
  
== Introduction to EsounD ==
+
{{Package-Introduction|The EsounD package contains the Enlightened Sound Daemon. This is useful for mixing together several digitized audio streams for playback by a single device.|http://www.tux.org/~ricdude/EsounD.html}}
 
 
The EsounD package contains the Enlightened Sound Daemon. This is useful for mixing together several digitized audio streams for playback by a single device.
 
  
 
== Dependencies ==
 
== Dependencies ==
Line 15: Line 13:
 
=== Required ===
 
=== Required ===
 
* [[Audio File]]
 
* [[Audio File]]
 +
 
=== Optional ===
 
=== Optional ===
 
* [[ALSA]]
 
* [[ALSA]]
Line 20: Line 19:
 
* [[TCP Wrappers]]
 
* [[TCP Wrappers]]
 
* [[DocBook Utils]]
 
* [[DocBook Utils]]
 +
 +
== Configuration Information ==
 +
 +
{|
 +
|-
 +
|<i>--with-libwrap</i>: enables the use of [[TCP Wrappers]]
 +
|}
  
 
== Non-Multilib ==
 
== Non-Multilib ==
Line 25: Line 31:
 
Compile the package:
 
Compile the package:
  
  sed -i 's@doc/esound@&-0.2.36@' configure &&
+
  sed -i 's@doc/esound@&-{{EsounD-Version}}@' configure &&
 
  ./configure --prefix=/usr --sysconfdir=/etc &&
 
  ./configure --prefix=/usr --sysconfdir=/etc &&
 
  make
 
  make
Line 43: Line 49:
 
Compile the package:
 
Compile the package:
  
  sed -i 's@doc/esound@&-0.2.36@' configure &&
+
  sed -i 's@doc/esound@&-{{EsounD-Version}}@' configure &&
  CC="gcc ${BUILD32}" USE_ARCH=32 ./configure --prefix=/usr --sysconfdir=/etc &&
+
  CC="gcc ${BUILD32}" USE_ARCH=32 PKG_CONFIG_PATH=$PKG_CONFIG_PATH32 \
 +
./configure --prefix=/usr --sysconfdir=/etc &&
 
  make
 
  make
  
Line 56: Line 63:
 
Compile the package:
 
Compile the package:
  
  sed -i 's@doc/esound@&-0.2.36@' configure &&
+
  sed -i 's@doc/esound@&-{{EsounD-Version}}@' configure &&
  CC="gcc ${BUILDN32}" USE_ARCH=n32 ./configure --prefix=/usr --sysconfdir=/etc \
+
  CC="gcc ${BUILDN32}" USE_ARCH=n32 PKG_CONFIG_PATH=$PKG_CONFIG_PATHN32 \
    --libdir=/usr/lib32 &&
+
./configure --prefix=/usr --sysconfdir=/etc --libdir=/usr/lib32 &&
 
  make
 
  make
  
Line 70: Line 77:
 
Compile the package:
 
Compile the package:
  
  sed -i 's@doc/esound@&-0.2.36@' configure &&
+
  sed -i 's@doc/esound@&-{{EsounD-Version}}@' configure &&
  CC="gcc ${BUILD64}" USE_ARCH=64 ./configure --prefix=/usr --sysconfdir=/etc \
+
  CC="gcc ${BUILD64}" USE_ARCH=64 PKG_CONFIG_PATH=$PKG_CONFIG_PATH64 \
    --libdir=/usr/lib64 &&
+
./configure --prefix=/usr --sysconfdir=/etc --libdir=/usr/lib64 &&
 
  make
 
  make
  
Line 89: Line 96:
 
* Installed Programs: esdcat, esdctl, esdfilt, esdmon, esdrec, esdsample, esdloop, esdplay, esddsp, esd-config, esd
 
* Installed Programs: esdcat, esdctl, esdfilt, esdmon, esdrec, esdsample, esdloop, esdplay, esddsp, esd-config, esd
 
* Installed Libraries: libesd.{so,la,a}, libesddsp.{so,la,a}
 
* Installed Libraries: libesd.{so,la,a}, libesddsp.{so,la,a}
 +
 +
[[Category:Media Libraries]]

Latest revision as of 16:25, 19 March 2009

Download Source: http://ftp.gnome.org/pub/gnome/sources/esound/0.2/esound-0.2.41.tar.bz2

Introduction to EsounD

The EsounD package contains the Enlightened Sound Daemon. This is useful for mixing together several digitized audio streams for playback by a single device.

Project Homepage: http://www.tux.org/~ricdude/EsounD.html

Dependencies

Required

Optional

Configuration Information

--with-libwrap: enables the use of TCP Wrappers

Non-Multilib

Compile the package:

sed -i 's@doc/esound@&-0.2.41@' configure &&
./configure --prefix=/usr --sysconfdir=/etc &&
make

Install the package

make install

If you have DocBook Utils installed, the HTML documentation should have been built. Install it with the following command:

cp -v -R docs/html /usr/share/doc/esound-0.2.41

Multilib

32Bit

Compile the package:

sed -i 's@doc/esound@&-0.2.41@' configure &&
CC="gcc ${BUILD32}" USE_ARCH=32 PKG_CONFIG_PATH=$PKG_CONFIG_PATH32 \
./configure --prefix=/usr --sysconfdir=/etc &&
make

Install the package

make install &&
mv -v /usr/bin/esd-config{,-32}

N32

Compile the package:

sed -i 's@doc/esound@&-0.2.41@' configure &&
CC="gcc ${BUILDN32}" USE_ARCH=n32 PKG_CONFIG_PATH=$PKG_CONFIG_PATHN32 \
./configure --prefix=/usr --sysconfdir=/etc --libdir=/usr/lib32 &&
make

Install the package

make install &&
mv -v /usr/bin/esd-config{,-n32}

64Bit

Compile the package:

sed -i 's@doc/esound@&-0.2.41@' configure &&
CC="gcc ${BUILD64}" USE_ARCH=64 PKG_CONFIG_PATH=$PKG_CONFIG_PATH64 \
./configure --prefix=/usr --sysconfdir=/etc --libdir=/usr/lib64 &&
make

Install the package

make install &&
mv -v /usr/bin/esd-config{,-64} &&
ln -sfv multiarch_wrapper /usr/bin/esd-config

If you have DocBook Utils installed, the HTML documentation should have been built. Install it with the following command:

cp -v -R docs/html /usr/share/doc/esound-0.2.41

Contents

  • Installed Programs: esdcat, esdctl, esdfilt, esdmon, esdrec, esdsample, esdloop, esdplay, esddsp, esd-config, esd
  • Installed Libraries: libesd.{so,la,a}, libesddsp.{so,la,a}