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

Ionut Biru ibiru at archlinux.org
Sat Feb 6 00:46:27 UTC 2010


    Date: Friday, February 5, 2010 @ 19:46:27
  Author: ibiru
Revision: 67289

upgpkg: lame 3.98.2-3
    Fix FS#14909, fix regression using newest ffmpeg

Modified:
  lame/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-02-06 00:46:14 UTC (rev 67288)
+++ PKGBUILD	2010-02-06 00:46:27 UTC (rev 67289)
@@ -4,7 +4,7 @@
 
 pkgname=lame
 pkgver=3.98.2
-pkgrel=2
+pkgrel=3
 pkgdesc="An MP3 encoder and graphical frame analyzer"
 arch=('i686' 'x86_64')
 url="http://lame.sourceforge.net/"
@@ -13,11 +13,12 @@
 license=('LGPL')
 options=('!libtool')
 source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-398-2.tar.gz \
-	shared-frontend.patch)
-md5sums=('719dae0ee675d0c16e0e89952930ed35' 'e7fc0e6d82dd35a01411be96fc8effab')
+	03_lame-ffmpeg.diff)
+md5sums=('719dae0ee675d0c16e0e89952930ed35' '95df2ada71c3bae2110f084eae30140c')
 
 build() {
   cd ${srcdir}/${pkgname}-398-2
+  patch -Np1 -i ${srcdir}/03_lame-ffmpeg.diff || return 1
   ./configure --prefix=/usr --enable-nasm --enable-shared
   make || return 1
   make DESTDIR=${pkgdir} install




More information about the arch-commits mailing list