aboutsummaryrefslogtreecommitdiffstats
path: root/main/lame/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-11-10 17:46:54 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-11-10 17:47:37 +0000
commit61c5308f1e7d05233a0fd4506c9ffb62e8cd9f19 (patch)
tree9ec18732d28b2a4c43c752b66e31d69ad077471d /main/lame/APKBUILD
parent2d674ead26a228e6ae79d0ecf1d1bcf8748e5b7e (diff)
downloadaports-61c5308f1e7d05233a0fd4506c9ffb62e8cd9f19.tar.bz2
aports-61c5308f1e7d05233a0fd4506c9ffb62e8cd9f19.tar.xz
main/lame: upgrade to 3.99.1
Diffstat (limited to 'main/lame/APKBUILD')
-rw-r--r--main/lame/APKBUILD18
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"