The Vorbis Tools package contains command-line tools for Ogg audio files. This is useful for encoding, playing or editing files using the Ogg CODEC.
Download (HTTP): http://downloads.xiph.org/releases/vorbis/vorbis-tools-1.1.1.tar.gz
Download MD5 sum: 47845fd76f5f2354a3619c4097575487
Download size: 701 KB
Estimated disk space required: 6.9 MB
Estimated build time: 0.13 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/vorbistools
Install Vorbis Tools by running the following commands:
./configure --prefix=/usr --enable-vcut && make
This package does not come with a test suite.
Now, as the root user:
make install
--enable-vcut: This parameter is used so that the vcut program is built, as it is not by default.
Last updated on 2006-07-02 10:51:58 -0500