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.2.tar.gz
Download MD5 sum: 37847626b8e1b53ae79a34714c7b3211
Download size: 1.3 MB
Estimated disk space required: 17.7 MB
Estimated build time: 0.2 SBU
pkg-config-0.20, and libxslt-1.1.17 and PassiveTeX (to build the PDF documentation)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/Libvorbis
Install libvorbis by running the following commands:
./configure --prefix=/usr && make
libvorbis is known to cause compiler errors on certain machines. If you get errors, insert this command after running the configure script:
sed -i.bak -e 's/-mno-ieee-fp//' lib/Makefile
This package does not come with a test suite.
Now, as the root user:
make install && install -v -m644 doc/Vorbis* /usr/share/doc/libvorbis-1.1.2
--enable-docs: This switch enables building the documentation.
Last updated on 2006-06-21 11:26:07 -0500