[arch-commits] Commit in x264/trunk (PKGBUILD)

Ionut Biru ibiru at archlinux.org
Sun Feb 5 12:57:27 UTC 2012


    Date: Sunday, February 5, 2012 @ 07:57:26
  Author: ibiru
Revision: 148995

new snapshost, switch to stable

Modified:
  x264/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-05 12:51:16 UTC (rev 148994)
+++ PKGBUILD	2012-02-05 12:57:26 UTC (rev 148995)
@@ -4,7 +4,7 @@
 # Contributor: Paul Mattal <paul at archlinux.org>
 
 pkgname=x264
-pkgver=20111030
+pkgver=20120204
 pkgrel=1
 pkgdesc="free library for encoding H264/AVC video streams"
 arch=('i686' 'x86_64')
@@ -12,15 +12,19 @@
 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
 
     make
+}
+package() {
+    cd "$srcdir/$pkgname-snapshot-$pkgver-2245-stable"
+
     make DESTDIR="$pkgdir" \
       bindir=/usr/bin \
       libdir=/usr/lib \




More information about the arch-commits mailing list