%general-entities; ]> $LastChangedBy$ $Date$ libtheora-&libtheora-version; Libtheora Introduction to libtheora libtheora is a reference implementation of the Theora video compression format being developed by the Xiph.Org Foundation. &lfs80_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &libtheora-md5sum; Download size: &libtheora-size; Estimated disk space required: &libtheora-buildsize; Estimated build time: &libtheora-time; libtheora Dependencies Required Recommended Optional and (both to build the example players), , (or ), BibTex, and Transfig (all four to build the API documentation), and User Notes: Installation of libtheora Install libtheora by running the following commands: sed -i 's/png_\(sizeof\)/\1/g' examples/png2theora.c && ./configure --prefix=/usr --disable-static && make If you wish to run the tests, issue: make check. Now, as the root user: make install If you wish to install the examples (so that you can hack on theora), install them as the root user: cd examples/.libs && for E in *; do install -v -m755 $E /usr/bin/theora_${E} done Command Explanations sed -i 's/png_\(sizeof\)/\1/g' examples/png2theora.c: This sed fixes build with libpng 1.6. Contents Installed Programs Installed Libraries Installed Directories None, unless you installed the examples libtheora.so, libtheoraenc.so, and libtheoradec.so /usr/include/theora and /usr/share/doc/libtheora-&libtheora-version; Short Descriptions libtheora*.so libraries provide the functions to read and write video files. libtheora*.so