[arch-commits] CVS update of unstable/multimedia/x264-svn (PKGBUILD)

Travis Willard travis at archlinux.org
Tue Aug 21 00:56:19 UTC 2007


    Date: Monday, August 20, 2007 @ 20:56:19
  Author: travis
    Path: /home/cvs-unstable/unstable/multimedia/x264-svn

Modified: PKGBUILD (1.6 -> 1.7)

Added license infos, update options array for makepkg3


----------+
 PKGBUILD |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)


Index: unstable/multimedia/x264-svn/PKGBUILD
diff -u unstable/multimedia/x264-svn/PKGBUILD:1.6 unstable/multimedia/x264-svn/PKGBUILD:1.7
--- unstable/multimedia/x264-svn/PKGBUILD:1.6	Mon Feb 19 21:22:04 2007
+++ unstable/multimedia/x264-svn/PKGBUILD	Mon Aug 20 20:56:19 2007
@@ -1,17 +1,19 @@
-# $Id: PKGBUILD,v 1.6 2007/02/20 02:22:04 ganja_guru Exp $
+# $Id: PKGBUILD,v 1.7 2007/08/21 00:56:19 travis Exp $
 # Maintainer: Woody Gilk <woody at archlinux.org>
 # Contributor: damir <damir at archlinux.org>
+
 pkgname=x264-svn
 pkgver=622
 pkgrel=1
-pkgdesc="free library for encoding H264/AVC video streams"
-url="http://developers.videolan.org/x264.html"
+pkgdesc="Free library for encoding H264/AVC video streams"
 arch=('i686' 'x86_64')
+url="http://developers.videolan.org/x264.html"
+license=('GPL')
 conflicts=('x264')
 provides=('x264')
 depends=('libx11')
 makedepends=('subversion' 'nasm')
-options=(NOLIBTOOL)
+options=('!libtool')
 
 _svntrunk=svn://svn.videolan.org/x264/trunk
 _svnmod=x264




More information about the arch-commits mailing list