diff options
Diffstat (limited to 'main/lame/APKBUILD')
-rw-r--r-- | main/lame/APKBUILD | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/main/lame/APKBUILD b/main/lame/APKBUILD index cffb7502ed..55e5d18d20 100644 --- a/main/lame/APKBUILD +++ b/main/lame/APKBUILD @@ -1,8 +1,8 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=lame -pkgver=3.98.4 -_ver=398-2 -pkgrel=4 +pkgver=3.99.1 +_ver=${pkgver%.*} +pkgrel=0 pkgdesc="An MP3 encoder and graphical frame analyzer" url="http://lame.sourceforge.net/" arch="all" @@ -10,10 +10,9 @@ license="LGPL" subpackages="$pkgname-dev $pkgname-doc" depends= makedepends="nasm ncurses-dev autoconf automake libtool" -source="http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-398-2.tar.gz - lame-3.98.2-ffmpeg-0.5.patch" +source="http://downloads.sourceforge.net/project/lame/lame/$_ver/lame-$pkgver.tar.gz" -_builddir="$srcdir"/$pkgname-$_ver +_builddir="$srcdir"/$pkgname-$pkgver prepare() { cd "$_builddir" @@ -27,10 +26,6 @@ prepare() { # fix for pic build with new nasm sed -i -e '/define sp/s/+/ + /g' libmp3lame/i386/nasm.h || return 1 - # Fix for ffmpeg. - # https://bugs.gentoo.org/show_bug.cgi?id=265830 - patch -p1 < ../lame-3.98.2-ffmpeg-0.5.patch || return 1 - aclocal && automake || return 1 } @@ -58,5 +53,4 @@ package() { fi } -md5sums="719dae0ee675d0c16e0e89952930ed35 lame-398-2.tar.gz -e84a65409b0512045edd147524ba3ad4 lame-3.98.2-ffmpeg-0.5.patch" +md5sums="2576a7368b5c90a87adc9de6b9f0628c lame-3.99.1.tar.gz" |