* update svt-av1 to 2.2.1-1

This commit is contained in:
Alexander Baldeck 2024-09-26 19:54:24 +02:00
parent f631fe6212
commit f5bc75b879
3 changed files with 25 additions and 6 deletions

17
svt-av1/.SRCINFO Normal file
View File

@ -0,0 +1,17 @@
pkgbase = svt-av1
pkgdesc = Scalable Video Technology AV1 encoder and decoder
pkgver = 2.2.1
pkgrel = 1
url = https://gitlab.com/AOMediaCodec/SVT-AV1
arch = x86_64
license = BSD
license = custom: Alliance for Open Media Patent License 1.0
makedepends = cmake
makedepends = git
makedepends = nasm
makedepends = ninja
depends = glibc
source = git+https://gitlab.com/AOMediaCodec/SVT-AV1.git#tag=55a01def732bb9e7016d23cc512384f7a88d6e86
b2sums = 5db0b7ec87a64d36c36a9b61a414562679ff25d987d39bc6f10d2fb4a3bd78b5e01accd0b141062a21ed15daab1a0735cf2a8423e03bc221827aeaebb618d9aa
pkgname = svt-av1

4
svt-av1/.nvchecker.toml Normal file
View File

@ -0,0 +1,4 @@
[svt-av1]
source = "git"
git = "https://gitlab.com/AOMediaCodec/SVT-AV1.git"
prefix = "v"

View File

@ -1,10 +1,9 @@
# POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com>
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
# Contributor: Daniel Bermond <dbermond@archlinux.org>
# Contributor: Thomas Schneider <maxmusterm@gmail.com>
pkgname=svt-av1
pkgver=2.1.0
pkgver=2.2.1
pkgrel=1
pkgdesc='Scalable Video Technology AV1 encoder and decoder'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
@ -19,12 +18,12 @@ makedepends=(
git
ninja
)
makedepends_x86_64=(
makdepends_x86_64=(
nasm
)
_tag=bbcff785881b320f7e1b1f77a2f5ed025f8bfd75
_tag=55a01def732bb9e7016d23cc512384f7a88d6e86
source=(git+https://gitlab.com/AOMediaCodec/SVT-AV1.git#tag=${_tag})
b2sums=('ddaf012e4510cf6add9bae330784abc4d8c7ab252c0b999b249fbb2a4786a752d93cd4cc9b9d86d930b7acfd942f3842802b4bc3cde668c008a3a3383b8891b8')
b2sums=('5db0b7ec87a64d36c36a9b61a414562679ff25d987d39bc6f10d2fb4a3bd78b5e01accd0b141062a21ed15daab1a0735cf2a8423e03bc221827aeaebb618d9aa')
prepare() {
sed '/CMAKE_BUILD_TYPE Release/d' -i SVT-AV1/CMakeLists.txt
@ -36,7 +35,6 @@ pkgver() {
}
build() {
export LDFLAGS="$LDFLAGS -Wl,-z,noexecstack"
cmake -S SVT-AV1 -B build -G Ninja \
-DCMAKE_INSTALL_PREFIX=/usr \
-DBUILD_SHARED_LIBS=ON \