esound - Enlightenment Sound Daemon ChangeLog

HOWTO


# EsounD 0.2.38
# =============
# This is the Enlightened/Enlightenment Sound Daemon, but lots of other apps
# (beyond the Enlightenment window manager) use this.  Gnome, SDL, Ogg/Vorbis,
# Xine, ...

# Slackware 8.1's 'esound' package includes version 0.2.27, 9.0's includes
# 0.2.29, 9.1's includes 0.2.32, 10.0's includes 0.2.34, 10.1's includes
# 0.2.35, 10.2's and 11.0's include 0.2.36

# Prerequisites:
# ALSA (optional)
# audiofile
# db2html, db2ps (optional; Slackware includes these in it's
#   sgml-tools/linuxdoc-tools packages
# tcp wrappers (optional; add --with-libwrap)

cd
test -f installed/esound-0.2.38.tar.bz2 &&
mv installed/esound-0.2.38.tar.bz2 .
test ! -f esound-0.2.38.tar.bz2 &&
wget http://ftp.gnome.org/pub/GNOME/sources/esound/0.2/esound-0.2.38.tar.bz2

# Verify tarball w/ md5sum:
echo "1c48c100b450d617b58dacb59837d34f  esound-0.2.38.tar.bz2" | md5sum -c

mkdir -p -m 0700 src
cd src
find -maxdepth 1 -type d -name "esound-*" -exec rm -r {} \;
tar xjvf ~/esound-0.2.38.tar.bz2
cd esound-0.2.38
test $UID = 0 && chown -R root:root .
./configure --prefix=/usr --sysconfdir=/etc
make

# Become root to install it
su

# Remove Slackware package and old libraries
test -x /sbin/removepkg && /sbin/removepkg esound
rm -f /usr/lib/libesd.* /usr/lib/libesddsp.*

# If it failed to build the docs, you may need to run 'make -k install' or
# it will stop in the 'docs' directory and won't actually install anything

make install
ldconfig

# Become yourself again
exit

cd
mkdir -p -m 0700 installed
rm -f installed/esound-*.tar.*
mv esound-0.2.38.tar.bz2 installed/

List of HOWTOs

Web page itself last updated: 2023-12-20 8:06pm (EDT -0400)
HOWTO last updated: 2007-06-28 8:42pm
Copyright © 2001-2024 Jason Englander. All Rights reserved.
[HTML5]