diff --git a/x264/.SRCINFO b/x264/.SRCINFO new file mode 100644 index 0000000000..cf82c3b4d1 --- /dev/null +++ b/x264/.SRCINFO @@ -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 diff --git a/x264/PKGBUILD b/x264/PKGBUILD index 5e63437cec..157f721547 100644 --- a/x264/PKGBUILD +++ b/x264/PKGBUILD @@ -5,13 +5,13 @@ # Contributor: Paul Mattal 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