changed lines according to comments on the pull request

This commit is contained in:
Begasus
2014-05-11 08:11:30 +02:00
parent 4008cc20a6
commit 1aab49bf70

View File

@@ -15,13 +15,12 @@ SECONDARY_ARCHITECTURES="x86_gcc2 x86 x86_64"
PATCHES="faad2-2.7.patch"
PROVIDES="
faad$secondaryArchSuffix = $portVersion
lib:libfaad$secondaryArchSuffix = $portVersion
lib:libmp4ff$secondaryArchSuffix = $portVersion
faad2$secondaryArchSuffix = $portVersion compat >= 2.0
lib:libfaad$secondaryArchSuffix = 2.0.0 compat >= 2
cmd:faad$secondaryArchSuffix = $portVersion
"
BUILD_REQUIRES="
REQUIRES="
haiku${secondaryArchSuffix} >= $haikuVersion
"
@@ -33,7 +32,7 @@ BUILD_PREREQUIRES="
cmd:automake
cmd:gcc$secondaryArchSuffix
cmd:ld$secondaryArchSuffix
cmd:make
cmd:make $jobArgs
"
@@ -67,9 +66,10 @@ INSTALL()
# ----- devel package -------------------------------------------------------
PROVIDES_devel="
faad${secondaryArchSuffix}_devel = $portVersion
devel:libfaad$secondaryArchSuffix
devel:libmp4ff$secondaryArchSuffix
faad2${secondaryArchSuffix}_devel = $portVersion compat >= 2.0
devel:libfaad$secondaryArchSuffix = 2.0.0 compat >= 2
devel:libmp4ff$secondaryArchSuffix = $portVersion
"
REQUIRES_devel="
faad2$secondaryArchSuffix == $portVersion base
"