You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tde-packaging/debian/lenny/dependencies/arts/debian
Timothy Pearson 784405e818
Update Debian and Ubuntu packaging files for new TDE include directory name
13 years ago
..
cdbs Add initial Debian Lenny/Squeeze packaging as well as symlink Lucid to Maverick 13 years ago
man Add initial Debian Lenny/Squeeze packaging as well as symlink Lucid to Maverick 13 years ago
patches Add initial Debian Lenny/Squeeze packaging as well as symlink Lucid to Maverick 13 years ago
README.Debian Add initial Debian Lenny/Squeeze packaging as well as symlink Lucid to Maverick 13 years ago
arts-trinity.docs Add initial Debian Lenny/Squeeze packaging as well as symlink Lucid to Maverick 13 years ago
changelog Rename a bunch of kde names to tde 13 years ago
compat Add initial Debian Lenny/Squeeze packaging as well as symlink Lucid to Maverick 13 years ago
control Update Debian and Ubuntu Breaks and Replaces fields 13 years ago
control.in Rename a bunch of kde names to tde 13 years ago
copyright Add initial Debian Lenny/Squeeze packaging as well as symlink Lucid to Maverick 13 years ago
libarts1-trinity-dev.docs Add initial Debian Lenny/Squeeze packaging as well as symlink Lucid to Maverick 13 years ago
libarts1-trinity-dev.install Add initial Debian Lenny/Squeeze packaging as well as symlink Lucid to Maverick 13 years ago
libarts1c2a-trinity.docs Add initial Debian Lenny/Squeeze packaging as well as symlink Lucid to Maverick 13 years ago
libarts1c2a-trinity.install Add initial Debian Lenny/Squeeze packaging as well as symlink Lucid to Maverick 13 years ago
libarts1c2a-trinity.manpages Add initial Debian Lenny/Squeeze packaging as well as symlink Lucid to Maverick 13 years ago
libartsc0-dev-trinity.manpages Add initial Debian Lenny/Squeeze packaging as well as symlink Lucid to Maverick 13 years ago
libartsc0-trinity-dev.install Install libartsgsl.a instead of libgsl.a for arts in Ubuntu and Debian 13 years ago
libartsc0-trinity.install Add initial Debian Lenny/Squeeze packaging as well as symlink Lucid to Maverick 13 years ago
rules Update Debian and Ubuntu packaging files for new TDE include directory name 13 years ago

README.Debian

aRts for Debian ships without the SUID bit set on artswrapper, thus
preventing the aRts daemon from running with realtime scheduling
priority, a feature which helps prevent audio skips and jumps.

This restriction is in place due to aRts' unfortunate tendency to
lock the system on exit, when run with realtime priority on systems
with a 2.4 series kernel.

NB: The aKode library, used in conjunction with aRts, dramatically
improves aRts' CPU usage and helps to maintain uninterrupted
playback, often making realtime scheduling unnecessary. To make use
of aKode, simply "apt-get install libarts1-akode".

Users running other kernels, or simply willing to risk it, can set
SUID on artswrapper, thus enabling the possibility of realtime
scheduling, by running, as root:

dpkg-statoverride --add --update root root 4755 /usr/bin/artswrapper

If this causes problems, the default permissions can be restored by
running, as root:

dpkg-statoverride --remove /usr/bin/artswrapper
chmod 0755 /usr/bin/artswrapper

 -- Christopher Martin <chrsmrtn@debian.org>  Mon,  6 Dec 2004 12:26:16 -0500