[arch-commits] CVS update of extra/lib/x264 (PKGBUILD)
Paul Mattal
paul at archlinux.org
Wed Dec 5 02:33:19 UTC 2007
Date: Tuesday, December 4, 2007 @ 21:33:19
Author: paul
Path: /home/cvs-extra/extra/lib/x264
Modified: PKGBUILD (1.11 -> 1.12)
upgpkg: x264 20071202-1
update to 20071201 snapshot
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Index: extra/lib/x264/PKGBUILD
diff -u extra/lib/x264/PKGBUILD:1.11 extra/lib/x264/PKGBUILD:1.12
--- extra/lib/x264/PKGBUILD:1.11 Sun Jun 17 09:59:32 2007
+++ extra/lib/x264/PKGBUILD Tue Dec 4 21:33:19 2007
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD,v 1.11 2007/06/17 13:59:32 paul Exp $
+# $Id: PKGBUILD,v 1.12 2007/12/05 02:33:19 paul Exp $
# Contributor: damir <damir at archlinux.org>
# Maintainer: Paul Mattal <paul at archlinux.org>
pkgname=x264
-pkgver=20070616
+pkgver=20071202
pkgrel=1
pkgdesc="free library for encoding H264/AVC video streams"
arch=(i686 x86_64)
@@ -11,9 +11,9 @@
depends=('libx11')
makedepends=('nasm')
[ "${CARCH}" = "x86_64" ] && makedepends=('yasm')
-url="http://developers.videolan.org/x264.html"
-source=(ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-20070616-2245.tar.bz2)
-md5sums=('f2814f629c1771d88d017c6041b0dbfb')
+url="http://www.videolan.org/developers/x264.html"
+source=(ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-${pkgver}-2245.tar.bz2)
+md5sums=('372b3da8eb5881260d7e4250110c89db')
build() {
cd ${startdir}/src/$pkgname-snapshot-${pkgver}-2245 || return 1
More information about the arch-commits
mailing list