From ed72473cc4423861e0f27160760ab7a04de100ae Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Sun, 31 Mar 2019 17:51:33 +0000 Subject: [PATCH] extra/x264 to 157.r72db4377-1 --- extra/x264/PKGBUILD | 48 +++++++++++++++++++++++++++++++-------------- 1 file changed, 33 insertions(+), 15 deletions(-) diff --git a/extra/x264/PKGBUILD b/extra/x264/PKGBUILD index a129f11dd..9efe84b8c 100644 --- a/extra/x264/PKGBUILD +++ b/extra/x264/PKGBUILD @@ -10,24 +10,42 @@ # - --disable-lto pkgname=x264 -pkgver=155.r0a84d986 -pkgrel=2 +pkgver=157.r72db4377 +pkgrel=1 epoch=2 pkgdesc='Open Source H264/AVC video encoder' -arch=('x86_64') -url='https://www.videolan.org/developers/x264.html' -license=('GPL') +arch=(x86_64) +url=https://www.videolan.org/developers/x264.html +license=(GPL) depends=( - 'libavcodec.so' 'libavformat.so' 'libavutil.so' 'liblsmash.so' - 'libswscale.so' + libavcodec.so + libavformat.so + libavutil.so + liblsmash.so + libswscale.so ) -makedepends=('git' 'ffmpeg' 'l-smash' 'nasm') -provides=('libx264' 'libx264.so') -conflicts=('libx264' 'libx264-10bit' 'libx264-all') -replaces=('libx264' 'libx264-10bit' 'libx264-all') -_commit='0a84d986e7020f8344f00752e3600b9769cc1e85' -source=("git+https://git.videolan.org/git/x264.git#commit=${_commit}") -sha256sums=('SKIP') +makedepends=( + git + ffmpeg + l-smash + nasm +) +provides=( + libx264 + libx264.so +) +conflicts=( + libx264 + libx264-10bit + libx264-all +) +replaces=( + libx264 + libx264-10bit + libx264-all +) +source=(git+https://code.videolan.org/videolan/x264.git#commit=72db437770fd1ce3961f624dd57a8e75ff65ae0b) +sha256sums=(SKIP) pkgver() { cd x264 @@ -51,7 +69,7 @@ build() { [[ $CARCH != "aarch64" ]] && CONFIG="--disable-asm" ../x264/configure \ - --prefix='/usr' \ + --prefix=/usr \ --enable-shared \ --enable-pic \ --disable-lto $CONFIG