mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Change PROVIDES and REQUIRES entries for ilmbase and openexr to lowercase.
Did not bump revisions since this does not change resulting packages.
This commit is contained in:
@@ -26,11 +26,11 @@ SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
ilmbase$secondaryArchSuffix = $portVersion
|
||||
lib:libHalf$secondaryArchSuffix = 12.0.0 compat >= 12
|
||||
lib:libIex_2_2$secondaryArchSuffix = 12.0.0 compat >= 12
|
||||
lib:libIexMath_2_2$secondaryArchSuffix = 12.0.0 compat >= 12
|
||||
lib:libIlmThread_2_2$secondaryArchSuffix = 12.0.0 compat >= 12
|
||||
lib:libImath_2_2$secondaryArchSuffix = 12.0.0 compat >= 12
|
||||
lib:libhalf$secondaryArchSuffix = 12.0.0 compat >= 12
|
||||
lib:libiex_2_2$secondaryArchSuffix = 12.0.0 compat >= 12
|
||||
lib:libiexmath_2_2$secondaryArchSuffix = 12.0.0 compat >= 12
|
||||
lib:libilmthread_2_2$secondaryArchSuffix = 12.0.0 compat >= 12
|
||||
lib:libimath_2_2$secondaryArchSuffix = 12.0.0 compat >= 12
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
@@ -80,15 +80,15 @@ TEST()
|
||||
|
||||
PROVIDES_devel="
|
||||
ilmbase${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libHalf$secondaryArchSuffix = 12.0.0 compat >= 12
|
||||
devel:libIex_2_2$secondaryArchSuffix = 12.0.0 compat >= 12
|
||||
devel:libIexMath_2_2$secondaryArchSuffix = 12.0.0 compat >= 12
|
||||
devel:libIlmThread_2_2$secondaryArchSuffix = 12.0.0 compat >= 12
|
||||
devel:libImath_2_2$secondaryArchSuffix = 12.0.0 compat >= 12
|
||||
devel:libIex$secondaryArchSuffix = 12.0.0 compat >= 12
|
||||
devel:libIexMath$secondaryArchSuffix = 12.0.0 compat >= 12
|
||||
devel:libIlmThread$secondaryArchSuffix = 12.0.0 compat >= 12
|
||||
devel:libImath$secondaryArchSuffix = 12.0.0 compat >= 12
|
||||
devel:libhalf$secondaryArchSuffix = 12.0.0 compat >= 12
|
||||
devel:libiex_2_2$secondaryArchSuffix = 12.0.0 compat >= 12
|
||||
devel:libiexmath_2_2$secondaryArchSuffix = 12.0.0 compat >= 12
|
||||
devel:libilmthread_2_2$secondaryArchSuffix = 12.0.0 compat >= 12
|
||||
devel:libimath_2_2$secondaryArchSuffix = 12.0.0 compat >= 12
|
||||
devel:libiex$secondaryArchSuffix = 12.0.0 compat >= 12
|
||||
devel:libiexMath$secondaryArchSuffix = 12.0.0 compat >= 12
|
||||
devel:libilmthread$secondaryArchSuffix = 12.0.0 compat >= 12
|
||||
devel:libimath$secondaryArchSuffix = 12.0.0 compat >= 12
|
||||
"
|
||||
REQUIRES_devel="
|
||||
ilmbase$secondaryArchSuffix == $portVersion base
|
||||
|
||||
@@ -27,10 +27,10 @@ SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
openexr$secondaryArchSuffix = $portVersion
|
||||
lib:libIlmImf$secondaryArchSuffix = 22.0.0 compat >= 22
|
||||
lib:libIlmImf_2_2$secondaryArchSuffix = 22.0.0 compat >= 22
|
||||
lib:libIlmImfUtil$secondaryArchSuffix = 22.0.0 compat >= 22
|
||||
lib:libIlmImfUtil_2_2$secondaryArchSuffix = 22.0.0 compat >= 22
|
||||
lib:libilmimf$secondaryArchSuffix = 22.0.0 compat >= 22
|
||||
lib:libilmimf_2_2$secondaryArchSuffix = 22.0.0 compat >= 22
|
||||
lib:libilmimfutil$secondaryArchSuffix = 22.0.0 compat >= 22
|
||||
lib:libilmimfutil_2_2$secondaryArchSuffix = 22.0.0 compat >= 22
|
||||
cmd:exrenvmap$secondaryArchSuffix = $portVersion
|
||||
cmd:exrheader$secondaryArchSuffix = $portVersion
|
||||
cmd:exrmakepreview$secondaryArchSuffix = $portVersion
|
||||
@@ -42,22 +42,22 @@ PROVIDES="
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix >= $haikuVersion
|
||||
lib:libHalf$secondaryArchSuffix == 12.0.0
|
||||
lib:libIex_2_2$secondaryArchSuffix == 12.0.0
|
||||
lib:libIexMath_2_2$secondaryArchSuffix == 12.0.0
|
||||
lib:libIlmThread_2_2$secondaryArchSuffix == 12.0.0
|
||||
lib:libImath_2_2$secondaryArchSuffix == 12.0.0
|
||||
lib:libhalf$secondaryArchSuffix == 12.0.0
|
||||
lib:libiex_2_2$secondaryArchSuffix == 12.0.0
|
||||
lib:libiexmath_2_2$secondaryArchSuffix == 12.0.0
|
||||
lib:libilmthread_2_2$secondaryArchSuffix == 12.0.0
|
||||
lib:libimath_2_2$secondaryArchSuffix == 12.0.0
|
||||
lib:libz$secondaryArchSuffix
|
||||
lib:libstdc++$secondaryArchSuffix
|
||||
"
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel >= $haikuVersion
|
||||
ilmbase${secondaryArchSuffix}_devel == $portVersion
|
||||
devel:libHalf$secondaryArchSuffix == 12.0.0
|
||||
devel:libIex$secondaryArchSuffix == 12.0.0
|
||||
devel:libIexMath$secondaryArchSuffix == 12.0.0
|
||||
devel:libIlmThread$secondaryArchSuffix == 12.0.0
|
||||
devel:libImath$secondaryArchSuffix == 12.0.0
|
||||
devel:libhalf$secondaryArchSuffix == 12.0.0
|
||||
devel:libiex$secondaryArchSuffix == 12.0.0
|
||||
devel:libiexMath$secondaryArchSuffix == 12.0.0
|
||||
devel:libilmthread$secondaryArchSuffix == 12.0.0
|
||||
devel:libimath$secondaryArchSuffix == 12.0.0
|
||||
devel:libz$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
@@ -119,10 +119,10 @@ TEST()
|
||||
|
||||
PROVIDES_devel="
|
||||
openexr${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libIlmImf$secondaryArchSuffix = $portVersion
|
||||
devel:libIlmImf_2_2$secondaryArchSuffix = 12.0.0 compat >= 12
|
||||
devel:libIlmImfUtil$secondaryArchSuffix = $portVersion
|
||||
devel:libIlmImfUtil_2_2$secondaryArchSuffix = 12.0.0 compat >= 12
|
||||
devel:libilmimf$secondaryArchSuffix = $portVersion
|
||||
devel:libilmimf_2_2$secondaryArchSuffix = 12.0.0 compat >= 12
|
||||
devel:libilmimfutil$secondaryArchSuffix = $portVersion
|
||||
devel:libilmimfutil_2_2$secondaryArchSuffix = 12.0.0 compat >= 12
|
||||
"
|
||||
REQUIRES_devel="
|
||||
openexr$secondaryArchSuffix == $portVersion base
|
||||
|
||||
Reference in New Issue
Block a user