diff --git a/extra/x264/PKGBUILD b/extra/x264/PKGBUILD index 89bf35738..c43a05b0a 100644 --- a/extra/x264/PKGBUILD +++ b/extra/x264/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 140060 2011-10-06 07:33:33Z ibiru $ +# $Id: PKGBUILD 149275 2012-02-06 17:33:29Z ibiru $ # Maintainer : Ionut Biru # Contributor: damir # Contributor: Paul Mattal -# ALARM: Kevin Mihelich +# ALARM: Kevin Mihelich # - configure needs --disable-asm to build on ARM plugrel=1 pkgname=x264 -pkgver=20111030 +pkgver=20120204 pkgrel=1 pkgdesc="free library for encoding H264/AVC video streams" arch=('i686' 'x86_64') @@ -17,15 +17,19 @@ url="http://www.videolan.org/developers/x264.html" license=('GPL') depends=('glibc') makedepends=('yasm') -source=(ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-$pkgver-2245.tar.bz2) -md5sums=('fa52ad09dcb7d4e1a66adcaa2dab26bc') +source=(ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-$pkgver-2245-stable.tar.bz2) +md5sums=('4d793ecc4f9d308724ea47edf400f312') build() { - cd "$srcdir/$pkgname-snapshot-$pkgver-2245" + cd "$srcdir/$pkgname-snapshot-$pkgver-2245-stable" ./configure --enable-shared --disable-asm make +} +package() { + cd "$srcdir/$pkgname-snapshot-$pkgver-2245-stable" + make DESTDIR="$pkgdir" \ bindir=/usr/bin \ libdir=/usr/lib \