mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +02:00
lame: added missing build dependency.
* enable x86_64 * secondary architecture support.
This commit is contained in:
@@ -13,20 +13,28 @@ SRC_URI="http://downloads.sourceforge.net/project/lame/lame/3.99/lame-3.99.5.tar
|
||||
CHECKSUM_SHA256="24346b4158e4af3bd9f2e194bb23eb473c75fb7377011523353196b19b9a23ff"
|
||||
LICENSE="GNU LGPL v2"
|
||||
COPYRIGHT="1998-2012 Mike Cheng et al."
|
||||
REVISION="2"
|
||||
ARCHITECTURES="x86 x86_gcc2"
|
||||
REVISION="3"
|
||||
ARCHITECTURES="x86 x86_gcc2 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PROVIDES="
|
||||
lame = $portVersion compat >= 1
|
||||
cmd:lame = $portVersion compat >= 1
|
||||
lib:libmp3lame = $portVersion compat >= 0.0.0
|
||||
lame$secondaryArchSuffix = $portVersion compat >= 1
|
||||
lib:libmp3lame$secondaryArchSuffix = $portVersion compat >= 0.0.0
|
||||
"
|
||||
if [ -z "$secondaryArchSuffix" ]; then
|
||||
PROVIDES="$PROVIDES
|
||||
cmd:lame = $portVersion compat >= 1
|
||||
"
|
||||
fi
|
||||
REQUIRES="
|
||||
haiku >= $haikuVersion
|
||||
lib:libiconv
|
||||
lib:libiconv$secondaryArchSuffix
|
||||
"
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel >= $haikuVersion
|
||||
devel:libiconv$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:aclocal
|
||||
cmd:autoconf
|
||||
cmd:automake
|
||||
@@ -36,7 +44,7 @@ BUILD_REQUIRES="
|
||||
cmd:make
|
||||
cmd:m4
|
||||
cmd:sed
|
||||
devel:libiconv
|
||||
cmd:find
|
||||
"
|
||||
|
||||
PATCHES="lame-3.99.5.patch"
|
||||
@@ -87,9 +95,9 @@ INSTALL()
|
||||
# ----- devel package -------------------------------------------------------
|
||||
|
||||
PROVIDES_devel="
|
||||
lame_devel = $portVersion
|
||||
devel:libmp3lame = 0.0.0 compat >= 0
|
||||
lame${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libmp3lame${secondaryArchSuffix} = 0.0.0 compat >= 0
|
||||
"
|
||||
REQUIRES_devel="
|
||||
lame == $portVersion base
|
||||
lame${secondaryArchSuffix} == $portVersion base
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user