extra/x264 to 20130206-1

This commit is contained in:
Kevin Mihelich 2013-02-17 00:16:48 +00:00
parent 166ba0f268
commit 48b7543f6f

View file

@ -7,26 +7,26 @@
# - configure needs --disable-asm to build on ARM
pkgname=x264
pkgver=20121113
pkgver=20130206
pkgrel=1
pkgdesc="free library for encoding H264/AVC video streams"
arch=('i686' 'x86_64')
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-stable.tar.bz2)
md5sums=('c37851c8534ef5d7b1935145f8f5a725')
makedepends=('yasm' 'git')
source=(ftp://ftp.archlinux.org/other/packages/$pkgname/$pkgname-$pkgver.tar.xz)
md5sums=('f952248492745a077ad6a77465276166')
build() {
cd "$srcdir/$pkgname-snapshot-$pkgver-2245-stable"
cd $pkgname
./configure --enable-shared --disable-asm
make
}
package() {
cd "$srcdir/$pkgname-snapshot-$pkgver-2245-stable"
cd $pkgname
make DESTDIR="$pkgdir" \
bindir=/usr/bin \