mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 03:00:05 +02:00
changed lines according to comments on the pull request
This commit is contained in:
@@ -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
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user