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-7.0 platform.
Download (HTTP): http://downloads.xiph.org/releases/vorbis/libvorbis-1.3.2.tar.bz2
Download MD5 sum: 798a4211221073c1409f26eac4567e8b
Download size: 1.2 MB
Estimated disk space required: 32 MB
Estimated build time: 0.2 SBU
both Doxygen-1.7.5, and TeX Live-20110705 (specifically, pdflatex and htlatex) 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
To test the results, issue: make check.
Now, as the root
user:
make install && install -v -m644 doc/Vorbis* /usr/share/doc/libvorbis-1.3.2
--enable-docs
: This switch enables
building the documentation in formats other than the supplied html.
--disable-static
: prevent static
libraries being built and installed.
Last updated on 2011-12-17 23:31:39 +0000