UmVirt LFS Package info

DB commit: 34a83c7a68a930f721bd7a7f9cb2c2ac41e76ba8
APP commit: 0bd167a48557b5a14ac68d0229893245aacc7f12
[ 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.1.tar.gz
Source directory: libaom-3.12.1
Package URL: libaom-3.12.1.tar.gz
Package md5-checksum URL: libaom-3.12.1.tar.gz.md5sum
Dependances: nasm, yasm.
Dependance of: libavif, libheif, mlt, shotcut, 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