UmVirt LFS Package info
DB commit: f9aede95e4e5157a46ec1323bb7abf8947e8632d
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.8.1.tar.gz
Source directory: libaom-3.8.1
Package URL: https://ulfs.org/linux/downloads/package_files/0.2.1/packages/l/libaom-3.8.1.tar.gz
Package md5-checksum URL: https://ulfs.org/linux/downloads/package_files/0.2.1/packages/l/libaom-3.8.1.tar.gz.md5sum
Dependances: nasm, yasm.
Dependance of: libavif, libheif, ffmpeg, 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
Apache/2.4.62 (Debian) Server at ulfs.org Port 443