mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/aom to 2.0.0-1
This commit is contained in:
parent
726b72c968
commit
2a61453fde
1 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@
|
|||
# - cmake with -DAOM_TARGET_CPU=generic for !AArch64
|
||||
|
||||
pkgname=aom
|
||||
pkgver=1.0.0.errata1+avif
|
||||
pkgver=2.0.0
|
||||
pkgrel=1
|
||||
pkgdesc="Alliance for Open Media video codec"
|
||||
url="https://aomedia.org/"
|
||||
|
@ -14,7 +14,7 @@ license=(BSD custom:PATENTS)
|
|||
depends=(gcc-libs)
|
||||
makedepends=(git cmake ninja doxygen yasm)
|
||||
provides=(libaom.so)
|
||||
_commit=4eb1e7795b9700d532af38a2d9489458a8038233 # tags/v1.0.0-errata1-avif^0
|
||||
_commit=bb35ba9148543f22ba7d8642e4fbd29ae301f5dc # tags/v2.0.0^0
|
||||
source=("git+https://aomedia.googlesource.com/aom#commit=$_commit")
|
||||
sha256sums=('SKIP')
|
||||
|
||||
|
@ -29,7 +29,7 @@ prepare() {
|
|||
|
||||
build() {
|
||||
[[ $CARCH != "aarch64" ]] && CONFIG="-DAOM_TARGET_CPU=generic"
|
||||
cmake -H$pkgname -Bbuild \
|
||||
cmake -H$pkgname -Bbuild -G Ninja \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DBUILD_SHARED_LIBS=1 \
|
||||
-DENABLE_TESTS=0 $CONFIG
|
||||
|
|
Loading…
Reference in a new issue