mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 19:20:08 +02:00
openjpeg: fix requires
* missing $secondaryArchSuffix * libtiff is now a regular package. Thanks to Korli for noticing.
This commit is contained in:
@@ -54,17 +54,14 @@ REQUIRES="
|
||||
haiku$secondaryArchSuffix >= $haikuVersion
|
||||
lib:libz$secondaryArchSuffix
|
||||
lib:libpng$secondaryArchSuffix
|
||||
"
|
||||
# haiku_x86 doesn't claim to provide lib:libtiff_x86 on gcc2 builds
|
||||
if [ "$targetArchitecture" != x86_gcc2 ];then
|
||||
REQUIRES="$REQUIRES lib:libtiff$secondaryArchSuffix"
|
||||
fi
|
||||
lib:libtiff$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
devel:libz
|
||||
devel:libpng
|
||||
"
|
||||
#needs devel:libtiff too but that isn't provided by anything
|
||||
devel:libz$secondaryArchSuffix
|
||||
devel:libpng$secondaryArchSuffix
|
||||
devel:libtiff$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel >= $haikuVersion
|
||||
|
||||
@@ -42,15 +42,13 @@ REQUIRES="
|
||||
haiku$secondaryArchSuffix >= $haikuVersion
|
||||
lib:libz$secondaryArchSuffix
|
||||
lib:libpng$secondaryArchSuffix
|
||||
"
|
||||
# haiku_x86 doesn't claim to provide lib:libtiff_x86 on gcc2 builds
|
||||
if [ "$targetArchitecture" != x86_gcc2 ];then
|
||||
REQUIRES="$REQUIRES lib:libtiff$secondaryArchSuffix"
|
||||
fi
|
||||
lib:libtiff$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
devel:libz
|
||||
devel:libpng
|
||||
devel:libz$secondaryArchSuffix
|
||||
devel:libpng$secondaryArchSuffix
|
||||
devel:libtiff$secondaryArchSuffix
|
||||
"
|
||||
#needs devel:libtiff too but that isn't provided by anything
|
||||
|
||||
|
||||
Reference in New Issue
Block a user