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.
This package is known to build and work properly using an LFS-6.5 platform.
Download (HTTP): http://downloads.xiph.org/releases/vorbis/libvorbis-1.2.3.tar.bz2
Download MD5 sum: 67beb237faf97d74782ec7071756b2b6
Download size: 1.2 MB
Estimated disk space required: 19 MB
Estimated build time: 0.2 SBU
libxslt-1.1.26 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
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.3
--enable-docs: This switch enables
building the documentation.
Last updated on 2009-08-02 12:18:06 +0000