The libogg package contains the Ogg file structure. This is useful for creating (encoding) or playing (decoding) a single physical bit stream.
This package is known to build and work properly using an LFS-7.5 platform.
Download (HTTP): http://downloads.xiph.org/releases/ogg/libogg-1.3.1.tar.xz
Download (FTP): ftp://downloads.xiph.org/pub/xiph/releases/ogg/libogg-1.3.1.tar.xz
Download MD5 sum: ca25d8da0ddfc8c6cbbf78d847a209fe
Download size: 398 KB
Estimated disk space required: 4 MB
Estimated build time: less than 0.1 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libogg
Install libogg by running the following commands:
./configure --prefix=/usr --docdir=/usr/share/doc/libogg-1.3.1 --disable-static && make
To test the results, issue: make check.
Now, as the root
user:
make install
--disable-static
: This
switch prevents installation of static versions of the libraries.
Last updated on 2014-02-20 04:20:28 -0800