mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +02:00
lame: fix libmp3lame soname
This commit is contained in:
@@ -9,17 +9,17 @@ MP3 encoder, with speed and quality to rival and often surpass all commercial \
|
||||
competitors.
|
||||
"
|
||||
HOMEPAGE="http://lame.sourceforge.net/"
|
||||
SRC_URI="http://downloads.sourceforge.net/project/lame/lame/3.99/lame-3.99.5.tar.gz"
|
||||
SRC_URI="http://downloads.sourceforge.net/project/lame/lame/3.99/lame-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="24346b4158e4af3bd9f2e194bb23eb473c75fb7377011523353196b19b9a23ff"
|
||||
LICENSE="GNU LGPL v2"
|
||||
COPYRIGHT="1998-2012 Mike Cheng et al."
|
||||
REVISION="3"
|
||||
REVISION="4"
|
||||
ARCHITECTURES="x86 x86_gcc2 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PROVIDES="
|
||||
lame$secondaryArchSuffix = $portVersion compat >= 1
|
||||
lib:libmp3lame$secondaryArchSuffix = $portVersion compat >= 0.0.0
|
||||
lib:libmp3lame$secondaryArchSuffix = 0.0.0 compat >= 0
|
||||
"
|
||||
if [ -z "$secondaryArchSuffix" ]; then
|
||||
PROVIDES="$PROVIDES
|
||||
@@ -49,7 +49,7 @@ BUILD_PREREQUIRES="
|
||||
cmd:find
|
||||
"
|
||||
|
||||
PATCHES="lame-3.99.5.patch"
|
||||
PATCHES="lame-$portVersion.patch"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user