UmVirt LFS Package info

📦Package info

🔙Parent Directory  -

DB commit: c9dd8835b9e79548f70e25c8ffb9d09430f622a0
APP commit:
[ BASH | XML | JSON ]

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/4145625122/packages/l/libtheora-1.1.1.tar.xz
Package md5-checksum URL: https://ulfs.org/linux/downloads/package_files/4145625122/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