extra/x264 to 148.20160613-2

This commit is contained in:
Kevin Mihelich 2016-07-20 00:10:35 +00:00
parent eead626cde
commit 2841d3008b

View file

@ -9,15 +9,15 @@
# - configure needs --disable-asm to build on non-AArch64
pkgname=('x264' 'libx264' 'libx264-10bit')
pkgver=148.20160103
pkgrel=1
pkgver=148.20160613
pkgrel=2
epoch=2
arch=('i686' 'x86_64')
url='http://www.videolan.org/developers/x264.html'
license=('GPL')
depends=('glibc')
makedepends=('yasm' 'git' 'ffmpeg' 'l-smash')
_commit='5c6570495f8f1c716b294aee1430d8766a4beb9c'
_commit='a5e06b9a435852f0125de4ecb198ad47340483fa'
source=("git://git.videolan.org/x264.git#commit=${_commit}")
sha256sums=('SKIP')
@ -57,7 +57,8 @@ build() {
package_x264() {
pkgdesc='CLI tools for encoding H264/AVC video streams'
depends=('ffmpeg' 'liblsmash.so')
depends+=('libavcodec.so' 'libavformat.so' 'libavutil.so' 'liblsmash.so'
'libswscale.so')
provides=('x264-10bit')
conflicts=('x264-10bit')
replaces=('x264-10bit')