UmVirt LFS Package info
DB commit: f62baf7ba8eded2e302a2eb6b9da5f0cb7e95fef
APP commit: e09dc78145b10de9481608254eb2ac99efd0068b
libtheora
libtheora is a reference implementation of the Theora video compression format being developed by the Xiph.Org Foundation.Package info
Template:
Codename: libtheora
Source file: libtheora-1.1.1.tar.xz
Source file size: 1434496
Source file MD5-checkum: 9eeabf1ad65b7f41533854a59f7a716d
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: shotcut, xine-lib, 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