UmVirt LFS Package info

DB commit: f64c98382982c764c3ba140bfcbbc73d93096acd
APP commit: e09dc78145b10de9481608254eb2ac99efd0068b
[ BASH | XML | JSON ]

libvpx

This package, from the WebM project, provides the reference implementations of the VP8 Codec, used in most current html5 video, and of the next-generation VP9 Codec.

Package info

Template:
Codename: libvpx
Source file: libvpx-1.15.0.tar.gz
Source file size: 5629622
Source file MD5-checkum: 6d2b7b8e1c06f4b10ae63ca22491f8a4
Source directory: libvpx-1.15.0
Package URL: https://umvirt.com/linux/downloads/0.2.3/packages/l/libvpx-1.15.0.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.3/packages/l/libvpx-1.15.0.tar.gz.md5sum
Dependances: nasm, yasm, which.
Dependance of: gst-plugins-good, xine-lib, MPlayer, ffmpeg, vlc.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
sed -i 's/cp -p/cp/' build/make/Makefile &&

mkdir libvpx-build            &&
cd    libvpx-build            &&

ARG_STATIC="--disable-static"
if [[ "$ULFS_PKG_STATIC" == "YES" ]]
then
    ARG_STATIC="--enable-static"
fi

../configure --prefix=/usr    \
             --enable-shared  \
             $ARG_STATIC

Build script:
cd    libvpx-build            &&
make

if [[ "$ULFS_PKG_TEST" == "YES" ]]
then

LD_LIBRARY_PATH=. make test

fi

Install script:
cd    libvpx-build            &&
make install