The libvorbis package contains a general purpose audio and music encoding format. This is useful for creating (encoding) and playing (decoding) sound in an open (patent free) format.
Download (HTTP): http://downloads.xiph.org/releases/vorbis/libvorbis-1.1.0.tar.gz
Download MD5 sum: bb764aeabde613d1a424a29b1f15e7e6
Download size: 1.3 MB
Estimated disk space required: 17.4 MB
Estimated build time: 0.22 SBU
libxslt-1.1.12, pkgconfig-0.15.0 and PassiveTeX
Install libvorbis by running the following commands:
./configure --prefix=/usr &&
make &&
make install
libvorbis is known to cause compiler errors on certain machines. If you get errors, try these commands to install libvorbis:
./configure --prefix=/usr &&
sed -i.bak -e 's/-mno-ieee-fp//' lib/Makefile &&
make &&
make install
--enable-docs: This switch enables building the documentation. (requires PassiveTeX)
The libvorbis package contains libvorbis libraries.
Last updated on 2005-01-05 08:10:50 -0700