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

Eric Belanger eric at archlinux.org
Wed Oct 1 00:10:40 UTC 2008


    Date: Tuesday, September 30, 2008 @ 20:10:21
  Author: eric
Revision: 13983

Merged revisions 13922,13982 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/lame/trunk

........
  r13922 | hugo | 2008-09-29 17:15:09 -0400 (Mon, 29 Sep 2008) | 1 line
  
  upgpkg: lame 3.98.2-1
........
  r13982 | eric | 2008-09-30 20:09:43 -0400 (Tue, 30 Sep 2008) | 1 line
  
  upgpkg: lame 3.98.2-1
........

Modified:
  lame/repos/extra-x86_64/	(properties)
  lame/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)


Property changes on: lame/repos/extra-x86_64
___________________________________________________________________
Name: svnmerge-integrated
   - /lame/trunk:1-9570
   + /lame/trunk:1-13982

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2008-10-01 00:09:43 UTC (rev 13982)
+++ extra-x86_64/PKGBUILD	2008-10-01 00:10:21 UTC (rev 13983)
@@ -1,23 +1,24 @@
 # $Id$
 # Maintainer: Hugo Doria <hugo at archlinux.org>
 # Contributor: Hugo Doria <hugo at archlinux.org>
+
 pkgname=lame
-pkgver=3.98
-pkgrel=2
+pkgver=3.98.2
+pkgrel=1
 pkgdesc="An MP3 encoder and graphical frame analyzer"
 arch=('i686' 'x86_64')
 url="http://lame.sourceforge.net/"
 depends=('ncurses')
 makedepends=('nasm')
 license=('LGPL')
-source=(http://downloads.sourceforge.net/sourceforge/lame/lame-398.tar.gz \
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-398-2.tar.gz \
 	shared-frontend.patch)
-md5sums=('f44b9f8e1b5d8835d0a77f9cc9cedd1c' 'e7fc0e6d82dd35a01411be96fc8effab')
+md5sums=('719dae0ee675d0c16e0e89952930ed35' 'e7fc0e6d82dd35a01411be96fc8effab')
 
 build() {
-  cd $startdir/src/$pkgname-398
+  cd $startdir/src/$pkgname-398-2
   ./configure --prefix=/usr --enable-nasm --enable-shared
   make || return 1
   make DESTDIR=$startdir/pkg install
-  find $startdir/pkg -name '*.la' -exec rm {} \;
 }




More information about the arch-commits mailing list