UmVirt LFS Package info
DB commit: a32a16b5f59557e98086285561660418604e0237
APP commit: 1ca4178aea919e4c9e869e3d650ff8af9678bd6f
libtheora
libtheora is a reference implementation of the Theora video compression format being developed by the Xiph.Org Foundation.Package info
Codename: libtheora
Source file: libtheora-1.1.1.tar.xz
Source directory: libtheora-1.1.1
Package URL: https://umvirt.com/linux/downloads/0.2.2/packages/l/libtheora-1.1.1.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.2/packages/l/libtheora-1.1.1.tar.xz.md5sum
Dependances: libogg, libvorbis.
Dependance of: xine-lib, shotcut, ffmpeg, MPlayer, gst-plugins-base, vlc.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
sed -i 's/png_\(sizeof\)/\1/g' examples/png2theora.c
ARG_STATIC="--disable-static"
if [[ "$ULFS_PKG_STATIC" == "YES" ]]
then
ARG_STATIC="--enable-static"
fi
./configure --prefix=/usr $ARG_STATIC
Build script:
make
if [[ "$ULFS_PKG_DOCUMENTATION" == "YES" ]]
then
make docs
fi
Install script:
make install
cd examples/.libs &&
for E in *; do
install -v -m755 \$E /usr/bin/theora_\${E}
done