UmVirt LFS Package info
DB commit: f9aede95e4e5157a46ec1323bb7abf8947e8632d
APP commit:
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://ulfs.org/linux/downloads/package_files/0.2.1/packages/l/libtheora-1.1.1.tar.xz
Package md5-checksum URL: https://ulfs.org/linux/downloads/package_files/0.2.1/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
Apache/2.4.62 (Debian) Server at ulfs.org Port 443