[arch-commits] Commit in x264/trunk (PKGBUILD)
Ionut Biru
ibiru at archlinux.org
Fri Feb 26 20:38:13 UTC 2010
Date: Friday, February 26, 2010 @ 15:38:12
Author: ibiru
Revision: 70438
upgpkg: x264 20100207-2
clean update configuration option FS#18478
Modified:
x264/trunk/PKGBUILD
----------+
PKGBUILD | 16 +++++++---------
1 file changed, 7 insertions(+), 9 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-02-26 20:18:29 UTC (rev 70437)
+++ PKGBUILD 2010-02-26 20:38:12 UTC (rev 70438)
@@ -1,26 +1,24 @@
# $Id$
+# Maintainer : Ionut Biru <ibiru at archlinux.org>
# Contributor: damir <damir at archlinux.org>
-# Maintainer: Paul Mattal <paul at archlinux.org>
+# Contributor: Paul Mattal <paul at archlinux.org>
pkgname=x264
pkgver=20100207
-pkgrel=1
+pkgrel=2
pkgdesc="free library for encoding H264/AVC video streams"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
url="http://www.videolan.org/developers/x264.html"
license=('GPL')
-depends=('libx11')
+depends=('glibc')
makedepends=('yasm')
source=(ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-$pkgver-2245.tar.bz2)
md5sums=('cbbbb0b5b42c727b5ae515232f6d0c72')
+
build() {
cd "$srcdir/$pkgname-snapshot-$pkgver-2245" || return 1
- ./configure \
- --enable-pthread \
- --enable-visualize \
- --enable-shared \
- --enable-pic || return 1
+ ./configure --enable-shared || return 1
make || return 1
More information about the arch-commits
mailing list