[arch-commits] Commit in lame (repos/extra-i686 trunk/PKGBUILD)

Hugo Doria hugo at archlinux.org
Fri Jul 4 17:26:07 UTC 2008


    Date: Friday, July 4, 2008 @ 13:26:07
  Author: hugo
Revision: 4163

Merged revisions 2-4162 via svnmerge from 
svn+ssh://hugo@archlinux.org/home/svn-packages/lame/trunk

........
  r356 | aaron | 2008-04-18 19:56:27 -0300 (Fri, 18 Apr 2008) | 1 line
  
  Added svn:keywords to all PKGBUILDs
........

Modified:
  lame/repos/extra-i686/	(properties)
  lame/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)


Property changes on: lame/repos/extra-i686
___________________________________________________________________
Name: svnmerge-integrated
   - /lame/trunk:1
   + /lame/trunk:1-4162

Modified: trunk/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2008-07-04 17:17:43 UTC (rev 4162)
+++ trunk/PKGBUILD	2008-07-04 17:26:07 UTC (rev 4163)
@@ -1,19 +1,21 @@
 # $Id$
-# Maintainer: dorphell <dorphell at archlinux.org>
+# Maintainer: Hugo Doria <hugo at archlinux.org>
+# Contributor: Hugo Doria <hugo at archlinux.org>
 pkgname=lame
-pkgver=3.97
+pkgver=3.98
 pkgrel=1
 pkgdesc="An MP3 encoder and graphical frame analyzer"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 url="http://lame.sourceforge.net/"
 depends=('ncurses')
 makedepends=('nasm')
-source=(http://heanet.dl.sourceforge.net/sourceforge/lame/lame-$pkgver.tar.gz \
+license=('LGPL')
+source=(http://downloads.sourceforge.net/sourceforge/lame/lame-398.tar.gz \
 	shared-frontend.patch)
-md5sums=('90a4acbb730d150dfe80de145126eef7' 'e7fc0e6d82dd35a01411be96fc8effab')
+md5sums=('f44b9f8e1b5d8835d0a77f9cc9cedd1c' 'e7fc0e6d82dd35a01411be96fc8effab')
 
 build() {
-  cd $startdir/src/$pkgname-$pkgver
+  cd $startdir/src/$pkgname-398
   patch -Np1 -i $startdir/src/shared-frontend.patch || return 1
   ./configure --prefix=/usr --enable-nasm \
 	--enable-shared --enable-mp3rtp





More information about the arch-commits mailing list