[arch-commits] CVS update of extra/multimedia/vorbis-tools (PKGBUILD)

Travis Willard travis at archlinux.org
Sun Jan 13 22:45:12 UTC 2008


    Date: Sunday, January 13, 2008 @ 17:45:12
  Author: travis
    Path: /home/cvs-extra/extra/multimedia/vorbis-tools

Modified: PKGBUILD (1.20 -> 1.21)

upgpkg: vorbis-tools 1.1.1-7
    Fixed license and URL fields


----------+
 PKGBUILD |   14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)


Index: extra/multimedia/vorbis-tools/PKGBUILD
diff -u extra/multimedia/vorbis-tools/PKGBUILD:1.20 extra/multimedia/vorbis-tools/PKGBUILD:1.21
--- extra/multimedia/vorbis-tools/PKGBUILD:1.20	Thu Jun  7 10:10:43 2007
+++ extra/multimedia/vorbis-tools/PKGBUILD	Sun Jan 13 17:45:12 2008
@@ -1,20 +1,24 @@
-# $Id: PKGBUILD,v 1.20 2007/06/07 14:10:43 tpowa Exp $
+# $Id: PKGBUILD,v 1.21 2008/01/13 22:45:12 travis Exp $
+# Maintainer: Travis Willard <travis at archlinux.org>
 # Maintainer: dorphell <dorphell at archlinux.org>
 # Committer: Judd Vinet <jvinet at zeroflux.org>
+
 pkgname=vorbis-tools
 pkgver=1.1.1
-pkgrel=6
+pkgrel=7
 pkgdesc="Extra tools for Ogg-Vorbis"
 arch=(i686 x86_64)
-licenses=('GPL')
+url='http://www.xiph.org/vorbis/'
+license=('GPL')
 depends=('libao' 'libvorbis' 'curl>=7.16.2' 'flac>=1.1.4')
 source=(http://downloads.xiph.org/releases/vorbis/$pkgname-$pkgver.tar.gz
-	vorbis-tools-1.1.1-flac_gt_1.1.3_support.patch curl.patch)
+        vorbis-tools-1.1.1-flac_gt_1.1.3_support.patch curl.patch)
 md5sums=('47845fd76f5f2354a3619c4097575487'
          'a4916ded8ce653457c2d5ee732902685'
          'ffc1a4ae45a778dd2251b8186d5dbdfb')
 
-build() {
+build() 
+{
   cd $startdir/src/$pkgname-$pkgver
   patch -Np1 -i ../curl.patch || return 1
   patch -Np1 -i ../vorbis-tools-1.1.1-flac_gt_1.1.3_support.patch || return 1




More information about the arch-commits mailing list