summaryrefslogtreecommitdiff
path: root/extra/x264/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/x264/PKGBUILD')
-rw-r--r--extra/x264/PKGBUILD16
1 files changed, 8 insertions, 8 deletions
diff --git a/extra/x264/PKGBUILD b/extra/x264/PKGBUILD
index ba69e1fce..0effd2cac 100644
--- a/extra/x264/PKGBUILD
+++ b/extra/x264/PKGBUILD
@@ -1,22 +1,22 @@
-# $Id: PKGBUILD 171269 2012-11-16 23:35:55Z ibiru $
+# $Id: PKGBUILD 178144 2013-02-16 22:49:02Z ioni $
# Maintainer : Ionut Biru <ibiru@archlinux.org>
# Contributor: damir <damir@archlinux.org>
# Contributor: Paul Mattal <paul@archlinux.org>
pkgname=x264
-pkgver=20121113
-pkgrel=1.1
+pkgver=20130206
+pkgrel=1
pkgdesc="free library for encoding H264/AVC video streams"
arch=('i686' 'x86_64' 'mips64el')
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 "$pkgname-snapshot-$pkgver-2245-stable"
+ cd $pkgname
[ "$CARCH" = "mips64el" ] && extra="--enable-pic"
@@ -25,7 +25,7 @@ build() {
make
}
package() {
- cd "$pkgname-snapshot-$pkgver-2245-stable"
+ cd $pkgname
make DESTDIR="$pkgdir" \
bindir=/usr/bin \