UmVirt LFS Package info

DB commit: 87572d7cf5c2e4fc6a7d33abc05341175a2c925a
APP commit: e905d50832f25d6e1ea1c062c557c2674e1072f0
[ BASH | XML | JSON ]

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

Template:
Codename: libaom
Source file: libaom-3.12.0.tar.gz
Source directory: libaom-3.12.0
Package URL: libaom-3.12.0.tar.gz
Package md5-checksum URL: libaom-3.12.0.tar.gz.md5sum
Dependances: nasm, yasm.
Dependance of: libavif, libheif, ffmpeg, mlt, shotcut, 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