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.2.0.tar.bz2
Download MD5 sum: 7c6e409d7aa1fa8a5481dea571d5bde0
Download size: 1.2 MB
Estimated disk space required: 18 MB
Estimated build time: 0.2 SBU
pkg-config-0.22, and libxslt-1.1.22 and PassiveTeX (to build the PDF documentation)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/Libvorbis
Install libvorbis by running the following commands:
patch -Np1 -i ../libvorbis-1.2.0-security_fixes-1.patch && ./configure --prefix=/usr && make
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.2.0
--enable-docs
: This switch enables
building the documentation.
Last updated on 2008-07-09 14:08:43 -0500