[arch-commits] Commit in x264/trunk (PKGBUILD)
Ionut Biru
ibiru at archlinux.org
Thu Oct 14 19:03:03 UTC 2010
Date: Thursday, October 14, 2010 @ 15:03:03
Author: ibiru
Revision: 95084
upgpkg: x264 20101013-1
update to latest snapshot
Modified:
x264/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-10-14 18:37:13 UTC (rev 95083)
+++ PKGBUILD 2010-10-14 19:03:03 UTC (rev 95084)
@@ -4,7 +4,7 @@
# Contributor: Paul Mattal <paul at archlinux.org>
pkgname=x264
-pkgver=20100826
+pkgver=20101013
pkgrel=1
pkgdesc="free library for encoding H264/AVC video streams"
arch=('i686' 'x86_64')
@@ -13,14 +13,14 @@
depends=('glibc')
makedepends=('yasm')
source=(ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-$pkgver-2245.tar.bz2)
-md5sums=('a5045c65078bf870f845c6bc12ecd65f')
+md5sums=('332def30b4c8ba2d4ef307396a354c19')
build() {
cd "$srcdir/$pkgname-snapshot-$pkgver-2245"
./configure --enable-shared
- make || return 1
+ make
make DESTDIR="$pkgdir" \
bindir=/usr/bin \
libdir=/usr/lib \
More information about the arch-commits
mailing list