diff --git a/extra/x264/PKGBUILD b/extra/x264/PKGBUILD index 15fcb188f..fd7610209 100644 --- a/extra/x264/PKGBUILD +++ b/extra/x264/PKGBUILD @@ -1,6 +1,7 @@ # $Id$ # Maintainer: Ionut Biru # Maintainer: Bartłomiej Piotrowski +# Maintainer: Maxime Gauduin # Contributor: damir # Contributor: Paul Mattal @@ -8,15 +9,15 @@ # - configure needs --disable-asm to build on non-AArch64 pkgname=('x264' 'libx264' 'libx264-10bit') -pkgver=144.20150223 +pkgver=148.20150717 pkgrel=1 epoch=2 arch=('i686' 'x86_64') url='http://www.videolan.org/developers/x264.html' license=('GPL') depends=('glibc') -makedepends=('yasm' 'git' 'ffmpeg') -source=(git://git.videolan.org/x264.git#commit=c8a773ebf +makedepends=('yasm' 'git' 'ffmpeg' 'l-smash') +source=(x264::git://git.videolan.org/x264/x264-sandbox.git#commit=e6d2a36bb 'aarch64.patch') md5sums=('SKIP' 'cfea784ff527edab0972a540660f4000') @@ -53,7 +54,7 @@ build() { package_x264() { pkgdesc='CLI tools for encoding H264/AVC video streams' - depends=('glibc' 'ffmpeg') + depends=('ffmpeg' 'liblsmash.so') provides=('x264-10bit') conflicts=('x264-10bit') replaces=('x264-10bit') @@ -64,7 +65,6 @@ package_x264() { package_libx264() { pkgdesc='Library for encoding H264/AVC video streams' - depends=('glibc') provides=('libx264.so' 'x264-dev') conflicts=('x264-dev') replaces=('x264-dev') @@ -75,7 +75,6 @@ package_libx264() { package_libx264-10bit() { pkgdesc='Library for encoding H264/AVC video streams. 10bit-depth.' - depends=('glibc') provides=('libx264.so' 'libx264' 'x264-dev') conflicts=('libx264' 'x264-dev')