UmVirt LFS Package info

DB commit: 57bed5a54ba91b88b24a1c8eb97bd083dbf72f0d
APP commit: 634ff2193dea70dde75eb1916d758638b7417453

libaom

The libaom package contains a reference version of the Alliance for Open Media video codec. This codec is a patent free alternative to H.265, and is starting to be used throughout the internet.

Package info

Codename: libaom
Source file: libaom-3.6.1.tar.gz
Source directory: libaom-3.6.1
Package URL: https://umvirt.com/linux/downloads/0.2/packages/l/libaom-3.6.1.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2/packages/l/libaom-3.6.1.tar.gz.md5sum
Dependances: nasm, yasm.
Dependance of: libavif, libheif, ffmpeg, vlc.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
mkdir aom-build &&
cd    aom-build &&

cmake -DCMAKE_INSTALL_PREFIX=/usr \
      -DCMAKE_BUILD_TYPE=Release  \
      -DBUILD_SHARED_LIBS=1       \
      -DENABLE_DOCS=no            \
      -G Ninja ..

Build script:
cd    aom-build 
ninja

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

ninja runtests

fi

Install script:
cd    aom-build &&
ninja install 

if [[ "\$ULFS_PKG_STATIC" != "YES" ]]
then

rm -v /usr/lib/libaom.a

fi