polypaudio - Sound server, replacement for esound ChangeLog

HOWTO


# Polypaudio 0.7
# ==============
# Polypaudio has been renamed to PulseAudio and I've set up another howto
# for it.  If you want to remove Polypaudio before installing PulseAudio,
# skip down to the bottom for instructions.
#
# The download link below doesn't work, this howto is only here for anyone
# that already has the Polypaudio tarball and wants to (re-)install it.

# Prerequisites:
# XFree86 or X.org
# pkg-config
# libsamplerate >= 0.1.0
# sndfile >= 1.0.10
# alsa >- 1.0.0
# Glib-2.0 >= 2.4.0 and/or? Glib >= 1.2.0
# m4
# tcp wrappers (optional)
# lynx

cd
test -f installed/polypaudio-0.7.tar.gz &&
mv installed/polypaudio-0.7.tar.gz .
test ! -f polypaudio-0.7.tar.gz &&
wget http://0pointer.de/lennart/projects/polypaudio/polypaudio-0.7.tar.gz
mkdir -p -m 0700 src
cd src
find -maxdepth 1 -type d -name "polypaudio-*" -exec rm -r {} \;
tar xzvf ~/polypaudio-0.7.tar.gz
cd polypaudio-0.7
test $UID = 0 && chown -R root:root .
./configure
make
su -c "make install ; ldconfig"
cd
mkdir -p -m 0700 installed
rm -f installed/polypaudio-*.tar.*
mv polypaudio-0.7.tar.gz installed/

# Read src/polypaudio-0.7/doc/README.html#documentation
# for info about running the daemon, etc.


# If you ever want to uninstall Polypaudio, this should do it:
cd
su
test -d src/polypaudio-* && ( cd src/polypaudio-* ; make uninstall )
( cd /usr/local/bin ; rm -f esdcompat.sh pacat pacmd pactl paplay \
pax11publish polypaudio )
test -d /usr/local/etc/polypaudio && rm -r /usr/local/etc/polypaudio
test -d /usr/local/include/polyp && rm -r /usr/local/include/polyp
( cd /usr/local/lib ; rm -f libpolyp-* )
( cd /usr/local/lib/pkgconfig ; rm -f polyplib.pc polyplib-error.pc \
polyplib-glib-mainloop.pc polyplib-glib12-mainloop.pc \
polyplib-mainloop.pc polyplib-simple.pc )
test -d /usr/local/lib/polypaudio-0.7 && rm -r /usr/local/lib/polypaudio-0.7
ldconfig
exit
find ~/src -maxdepth 1 -type d -name "polypaudio-*" -exec rm -r {} \;
rm -f ~/installed/polypaudio-*.tar.*

List of HOWTOs

Web page itself last updated: 2023-12-20 8:06pm (EDT -0400)
HOWTO last updated: 2006-11-03 1:08pm
Copyright © 2001-2024 Jason Englander. All Rights reserved.
[HTML5]