Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages / x264
Commits: fd49addf by Maxime Gauduin at 2023-10-10T00:25:32+02:00 upgpkg: 3:0.164.r3108.31e19f9-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,23 @@ +pkgbase = x264 + pkgdesc = Open Source H264/AVC video encoder + pkgver = 0.164.r3108.31e19f9 + pkgrel = 1 + epoch = 3 + url = https://www.videolan.org/developers/x264.html + arch = x86_64 + license = GPL + makedepends = git + makedepends = nasm + 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 ===================================== PKGBUILD ===================================== @@ -5,8 +5,8 @@ # Contributor: Paul Mattal <[email protected]> pkgname=x264 -pkgver=0.164.r3095.baee400 -pkgrel=4 +pkgver=0.164.r3108.31e19f9 +pkgrel=1 epoch=3 pkgdesc='Open Source H264/AVC video encoder' arch=(x86_64) @@ -31,7 +31,7 @@ replaces=( libx264-10bit libx264-all ) -_commit=baee400fa9ced6f5481a728138fed6e867b0ff7f # master +_commit=31e19f92f00c7003fa115047ce50978bc98c3a0d source=(git+https://code.videolan.org/videolan/x264.git#commit=${_commit}) sha256sums=(SKIP) View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/x264/-/commit/fd49addfdac05a5f3c46bf1d9be8be7d571e7b24 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/x264/-/commit/fd49addfdac05a5f3c46bf1d9be8be7d571e7b24 You're receiving this email because of your account on gitlab.archlinux.org.
