Ogg is a digital multimedia container format designed to provide for efficient streaming and manipulation of digital multimedia. Vorbis is a free and open-source software project headed by the Xiph.Org Foundation.
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 12.4 platform.
Download (HTTP): https://downloads.xiph.org/releases/ogg/libogg-1.3.6.tar.xz
Download SHA256 Sum: 5c8253428e181840cd20d41f3ca16557a9cc04bad4a3d04cce84808677fa1061
Download MD5 sum: 529275432dff072f63d4ed0f1f961384
Download size: 2,039.5 KB
Estimated disk space required: 3,197.9 KB
Estimated build time: less than 0.5 SBU
Prepare libogg by running the following commands:
./configure --prefix=/usr \
--disable-static \
--docdir=/usr/share/doc/libogg-1.3.6make
To test the results, issue:
make check
Now Install, as the root user:
make install
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 12.4 platform.
Download (HTTP): https://downloads.xiph.org/releases/vorbis/libvorbis-1.3.7.tar.xz
Download SHA256 Sum: b33cc4934322bcbf6efcbacf49e3ca01aadbea4114ec9589d1b1e9d20f72954b
Download MD5 sum: 50902641d358135f06a8392e61c9ac77
Download size: 6,209.9 KB
Estimated disk space required: 10,351.4 KB
Estimated build time: less than 0.1 SBU
Prepare libvorbis by running the following commands:
./configure --prefix=/usr --disable-static
make
To test the results, issue:
make -j1 check
Now Install, as the root user:
make install install -v -m644 doc/Vorbis* /usr/share/doc/libvorbis-1.3.7
--enable-docs: This switch enables building the
documentation in formats other than the supplied html.