From 04bb43b5d37f495a9f146f189d5f983d6617005e Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Tue, 7 Feb 2012 08:45:40 -0500 Subject: [PATCH] extra/x264 to 20120204-1 --- extra/x264/PKGBUILD | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) 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 \