UmVirt LFS Package info
DB commit: eeb5b556770c9a541df710c0fd927901d6de9d66
APP commit:
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://ulfs.org/linux/downloads/package_files/0.2/packages/l/libaom-3.6.1.tar.gz
Package md5-checksum URL: https://ulfs.org/linux/downloads/package_files/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
Apache/2.4.62 (Debian) Server at ulfs.org Port 443