extra/x264 to 20110617-1

This commit is contained in:
Kevin Mihelich 2011-06-24 01:05:18 -04:00
parent 33d7e14e6c
commit c9e3724dce

View file

@ -1,15 +1,15 @@
# $Id: PKGBUILD 117096 2011-03-28 18:20:15Z ibiru $
# $Id: PKGBUILD 127804 2011-06-18 16:05:03Z ibiru $
# Maintainer : Ionut Biru <ibiru@archlinux.org>
# Contributor: damir <damir@archlinux.org>
# Contributor: Paul Mattal <paul@archlinux.org>
# PlugApps: Kevin Mihelich <kevin@plugapps.com>
# ALARM: Kevin Mihelich <kevin@plugapps.com>
# - configure needs --disable-asm to build on ARM
plugrel=1
pkgname=x264
pkgver=20110327
pkgver=20110617
pkgrel=1
pkgdesc="free library for encoding H264/AVC video streams"
arch=('i686' 'x86_64')
@ -18,7 +18,7 @@ license=('GPL')
depends=('glibc')
makedepends=('yasm')
source=(ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-$pkgver-2245.tar.bz2)
md5sums=('7579aff8166a974a1b293cd18b9ead92')
md5sums=('928717aa2f0c7ca91e589d6b60e688f1')
build() {
cd "$srcdir/$pkgname-snapshot-$pkgver-2245"