code style.

remove old patches.
This commit is contained in:
Jerome Duval
2018-08-14 09:17:46 +02:00
parent d27ef07efb
commit 51ee6bc944
72 changed files with 719 additions and 965 deletions

View File

@@ -1,3 +1,4 @@
SUMMARY="OpenEXR ILM Base libraries"
DESCRIPTION="
IlmBase provides base libraries for OpenEXR. It contains five \
modules. Half encapsulates 16-bit floating-point format. IlmThread \
@@ -6,43 +7,58 @@ Windows threads. Imath implements 2D and 3D vectors, 3x3 and 4x4 \
matrices, quaternions and other useful math functions. Iex is an \
exception-handling library. There is also IexMath module.
"
SUMMARY="OpenEXR ILM Base libraries"
HOMEPAGE="http://www.openexr.com/"
LICENSE="BSD (3-clause)"
COPYRIGHT="2002-2013 Industrial Light & Magic"
LICENSE="BSD (3-clause)"
REVISION="3"
SOURCE_URI="http://download.savannah.nongnu.org/releases/openexr/ilmbase-$portVersion.tar.gz"
CHECKSUM_SHA256="1e841ad89c5761940b07a125e6909ad22fe9fe0f99eadef45e0cca4efc6819b4"
REVISION="3"
PATCHES="ilmbase-2.1.0.patch"
ARCHITECTURES="!x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86"
PATCHES="ilmbase-2.1.0.patch"
PROVIDES="
ilmbase$secondaryArchSuffix = $portVersion
lib:libilmbase$secondaryArchSuffix = $portVersion
lib:libHalf$secondaryArchSuffix = $portVersion
lib:libIex_2_1$secondaryArchSuffix = $portVersion
lib:libIexMath_2_1$secondaryArchSuffix = $portVersion
lib:libilmbase$secondaryArchSuffix = $portVersion
lib:libIlmThread_2_1$secondaryArchSuffix = $portVersion
lib:libImath_2_1$secondaryArchSuffix = $portVersion
"
REQUIRES="
haiku$secondaryArchSuffix
"
PROVIDES_devel="
ilmbase${secondaryArchSuffix}_devel = $portVersion
devel:libHalf$secondaryArchSuffix = $portVersion
devel:libIex$secondaryArchSuffix = $portVersion
devel:libIex_2_1$secondaryArchSuffix = $portVersion
devel:libIexMath$secondaryArchSuffix = $portVersion
devel:libIexMath_2_1$secondaryArchSuffix = $portVersion
devel:libilmbase$secondaryArchSuffix = $portVersion
devel:libIlmThread$secondaryArchSuffix = $portVersion
devel:libIlmThread_2_1$secondaryArchSuffix = $portVersion
devel:libImath$secondaryArchSuffix = $portVersion
devel:libImath_2_1$secondaryArchSuffix = $portVersion
"
REQUIRES_devel="
ilmbase$secondaryArchSuffix == $portVersion base
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
"
BUILD_PREREQUIRES="
cmd:aclocal
cmd:autoconf
cmd:gcc$secondaryArchSuffix
cmd:ld$secondaryArchSuffix
cmd:libtoolize$secondaryArchSuffix
cmd:make
cmd:which
cmd:autoconf
cmd:aclocal
cmd:libtoolize$secondaryArchSuffix
"
BUILD()
@@ -68,22 +84,3 @@ INSTALL()
# devel package
packageEntries devel $developDir
}
# ----- devel package -------------------------------------------------------
PROVIDES_devel="
ilmbase${secondaryArchSuffix}_devel = $portVersion
devel:libilmbase$secondaryArchSuffix = $portVersion
devel:libHalf$secondaryArchSuffix = $portVersion
devel:libIex_2_1$secondaryArchSuffix = $portVersion
devel:libIexMath_2_1$secondaryArchSuffix = $portVersion
devel:libIlmThread_2_1$secondaryArchSuffix = $portVersion
devel:libImath_2_1$secondaryArchSuffix = $portVersion
devel:libIex$secondaryArchSuffix = $portVersion
devel:libIexMath$secondaryArchSuffix = $portVersion
devel:libIlmThread$secondaryArchSuffix = $portVersion
devel:libImath$secondaryArchSuffix = $portVersion
"
REQUIRES_devel="
ilmbase$secondaryArchSuffix == $portVersion base
"