* update x264 to 3:0.164.r3191.4613ac3-1

This commit is contained in:
Alexander Baldeck 2024-07-23 12:49:52 +02:00
parent dd7bd8c0fe
commit a89450b2b1
2 changed files with 28 additions and 4 deletions

24
x264/.SRCINFO Normal file
View File

@ -0,0 +1,24 @@
pkgbase = x264
pkgdesc = Open Source H264/AVC video encoder
pkgver = 0.164.r3108.31e19f9
pkgrel = 2
epoch = 3
url = https://www.videolan.org/developers/x264.html
arch = x86_64
license = GPL-2.0-only
makedepends = git
makedepends = nasm
depends = glibc
depends = liblsmash.so
provides = libx264
provides = libx264.so
conflicts = libx264
conflicts = libx264-10bit
conflicts = libx264-all
replaces = libx264
replaces = libx264-10bit
replaces = libx264-all
source = git+https://code.videolan.org/videolan/x264.git#commit=31e19f92f00c7003fa115047ce50978bc98c3a0d
sha256sums = SKIP
pkgname = x264

View File

@ -5,13 +5,13 @@
# Contributor: Paul Mattal <paul@archlinux.org>
pkgname=x264
pkgver=0.164.r3108.31e19f9
pkgver=0.164.r3191.4613ac3
pkgrel=1
epoch=3
pkgdesc='Open Source H264/AVC video encoder'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url=https://www.videolan.org/developers/x264.html
license=(GPL)
license=(GPL-2.0-only)
depends=(liblsmash.so)
makedepends=(
git
@ -33,9 +33,9 @@ replaces=(
libx264-10bit
libx264-all
)
_commit=31e19f92f00c7003fa115047ce50978bc98c3a0d
_commit=4613ac3c15fd75cebc4b9f65b7fb95e70a3acce1
source=(git+https://code.videolan.org/videolan/x264.git#commit=${_commit})
sha256sums=(SKIP)
sha256sums=('2a83dab4d8939877b080b12b2898e9b7158585d913a2f7cf8c2bc3d0b636a263')
pkgver() {
cd x264