UmVirt LFS Package info

DB commit: 57bed5a54ba91b88b24a1c8eb97bd083dbf72f0d
APP commit: 634ff2193dea70dde75eb1916d758638b7417453

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/packages/l/libtheora-1.1.1.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2/packages/l/libtheora-1.1.1.tar.xz.md5sum
Dependances: libogg, libvorbis.
Dependance of: ffmpeg, xine-lib, 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