extra/x264 to 20120204-1

This commit is contained in:
Kevin Mihelich 2012-02-07 08:45:40 -05:00
parent 3df22fb47b
commit 04bb43b5d3

View file

@ -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 <ibiru@archlinux.org>
# Contributor: damir <damir@archlinux.org>
# Contributor: Paul Mattal <paul@archlinux.org>
# ALARM: Kevin Mihelich <kevin@plugapps.com>
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
# - 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 \