Skip to content

Commit

Permalink
svt-av1: 2.3.0-2
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Jung <[email protected]>
  • Loading branch information
ptr1337 committed Oct 30, 2024
1 parent ac8dcc0 commit a33094e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions svt-av1/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = svt-av1
pkgdesc = Scalable Video Technology AV1 encoder and decoder
pkgver = 2.2.1
pkgver = 2.3.0
pkgrel = 1
url = https://gitlab.com/AOMediaCodec/SVT-AV1
arch = x86_64
Expand All @@ -11,7 +11,7 @@ pkgbase = svt-av1
makedepends = nasm
makedepends = ninja
depends = glibc
source = git+https://gitlab.com/AOMediaCodec/SVT-AV1.git#tag=55a01def732bb9e7016d23cc512384f7a88d6e86
b2sums = 5db0b7ec87a64d36c36a9b61a414562679ff25d987d39bc6f10d2fb4a3bd78b5e01accd0b141062a21ed15daab1a0735cf2a8423e03bc221827aeaebb618d9aa
source = git+https://gitlab.com/AOMediaCodec/SVT-AV1.git#tag=6e69def4ec283fe0b71195671245c3b768bebdef
b2sums = f77ca106efb715e759d070241de89aebc9c4d00597ac8b983ca0d30cea525c9c1863318e82e6646063b6f8f0f90af9a47c28bcf36e4747e45ac35e0758672ad5

pkgname = svt-av1
6 changes: 3 additions & 3 deletions svt-av1/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Contributor: Thomas Schneider <[email protected]>

pkgname=svt-av1
pkgver=2.2.1
pkgver=2.3.0
pkgrel=1
pkgdesc='Scalable Video Technology AV1 encoder and decoder'
arch=(x86_64)
Expand All @@ -19,9 +19,9 @@ makedepends=(
nasm
ninja
)
_tag=55a01def732bb9e7016d23cc512384f7a88d6e86
_tag=6e69def4ec283fe0b71195671245c3b768bebdef
source=(git+https://gitlab.com/AOMediaCodec/SVT-AV1.git#tag=${_tag})
b2sums=('5db0b7ec87a64d36c36a9b61a414562679ff25d987d39bc6f10d2fb4a3bd78b5e01accd0b141062a21ed15daab1a0735cf2a8423e03bc221827aeaebb618d9aa')
b2sums=('f77ca106efb715e759d070241de89aebc9c4d00597ac8b983ca0d30cea525c9c1863318e82e6646063b6f8f0f90af9a47c28bcf36e4747e45ac35e0758672ad5')

prepare() {
# to build with PGO we need to remove that
Expand Down
Empty file removed zlib-ng/.SRCINFO
Empty file.

0 comments on commit a33094e

Please sign in to comment.