Date: Friday, July 17, 2015 @ 16:09:26 Author: alucryd Revision: 242307
upgpkg: x264 2:148.20150717-1 Modified: x264/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-07-17 13:46:25 UTC (rev 242306) +++ PKGBUILD 2015-07-17 14:09:26 UTC (rev 242307) @@ -1,11 +1,12 @@ # $Id$ # Maintainer: Ionut Biru <[email protected]> # Maintainer: Bartłomiej Piotrowski <[email protected]> +# Maintainer: Maxime Gauduin <[email protected]> # Contributor: damir <[email protected]> # Contributor: Paul Mattal <[email protected]> pkgname=('x264' 'libx264' 'libx264-10bit') -pkgver=144.20150223 +pkgver=148.20150717 pkgrel=1 epoch=2 arch=('i686' 'x86_64') @@ -12,8 +13,8 @@ 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) md5sums=('SKIP') pkgver() { @@ -43,7 +44,7 @@ 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') @@ -54,7 +55,6 @@ package_libx264() { pkgdesc='Library for encoding H264/AVC video streams' - depends=('glibc') provides=('libx264.so' 'x264-dev') conflicts=('x264-dev') replaces=('x264-dev') @@ -65,7 +65,6 @@ 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')
