diff --git a/media-libs/ilmbase/ilmbase-2.1.0.recipe b/media-libs/ilmbase/ilmbase-2.1.0.recipe index f6eff00bb..20e83874c 100644 --- a/media-libs/ilmbase/ilmbase-2.1.0.recipe +++ b/media-libs/ilmbase/ilmbase-2.1.0.recipe @@ -7,14 +7,14 @@ 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" +HOMEPAGE="http://www.openexr.com/" LICENSE="BSD (3-clause)" -COPYRIGHT="2002-2011 Industrial Light & Magic" -SOURCE_URI="http://download.savannah.nongnu.org/releases/openexr/ilmbase-2.1.0.tar.gz" +COPYRIGHT="2002-2013 Industrial Light & Magic" +SOURCE_URI="http://download.savannah.nongnu.org/releases/openexr/ilmbase-$portVersion.tar.gz" CHECKSUM_SHA256="1e841ad89c5761940b07a125e6909ad22fe9fe0f99eadef45e0cca4efc6819b4" -REVISION="2" +REVISION="3" -ARCHITECTURES="!x86_gcc2 x86 ?x86_64" +ARCHITECTURES="!x86_gcc2 x86 x86_64" SECONDARY_ARCHITECTURES="x86" PATCHES="ilmbase-2.1.0.patch" @@ -56,6 +56,9 @@ INSTALL() { make install + # remove libtool library files + rm $libDir/lib*.la + # prepare development lib links prepareInstalledDevelLibs libHalf libIex libIexMath libIlmThread \ libImath libIex-2_1 libIexMath-2_1 libIlmThread-2_1 libImath-2_1 diff --git a/media-libs/ilmbase/ilmbase-2.2.0.recipe b/media-libs/ilmbase/ilmbase-2.2.0.recipe index c2c084a74..953d930d5 100644 --- a/media-libs/ilmbase/ilmbase-2.2.0.recipe +++ b/media-libs/ilmbase/ilmbase-2.2.0.recipe @@ -7,12 +7,12 @@ 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" +HOMEPAGE="http://www.openexr.com/" LICENSE="BSD (3-clause)" -COPYRIGHT="2002-2011 Industrial Light & Magic" +COPYRIGHT="2002-2014 Industrial Light & Magic" SOURCE_URI="http://download.savannah.nongnu.org/releases/openexr/ilmbase-$portVersion.tar.gz" CHECKSUM_SHA256="ecf815b60695555c1fbc73679e84c7c9902f4e8faa6e8000d2f905b8b86cedc7" -REVISION="2" +REVISION="3" ARCHITECTURES="!x86_gcc2 x86 x86_64" SECONDARY_ARCHITECTURES="x86" @@ -53,6 +53,9 @@ INSTALL() { make install + # remove libtool library files + rm $libDir/lib*.la + # prepare development lib links prepareInstalledDevelLibs libHalf libIex libIexMath libIlmThread \ libImath libIex-2_2 libIexMath-2_2 libIlmThread-2_2 libImath-2_2 diff --git a/media-libs/openexr/openexr-2.1.0.recipe b/media-libs/openexr/openexr-2.1.0.recipe index 50d84ec10..1216f2b6d 100644 --- a/media-libs/openexr/openexr-2.1.0.recipe +++ b/media-libs/openexr/openexr-2.1.0.recipe @@ -6,15 +6,15 @@ currently in production. The first movies to employ OpenEXR were \ Harry Potter and the Sorcerers Stone, Men in Black II, Gangs of \ New York, and Signs. Since then, OpenEXR has become ILM's main \ image file format." -HOMEPAGE="http://www.openexr.com" -COPYRIGHT="2002-2011 Industrial Light & Magic" +HOMEPAGE="http://www.openexr.com/" +COPYRIGHT="2002-2013 Industrial Light & Magic" LICENSE="BSD (3-clause)" -REVISION="2" -SOURCE_URI="http://download.savannah.nongnu.org/releases/openexr/openexr-2.1.0.tar.gz" +REVISION="3" +SOURCE_URI="http://download.savannah.nongnu.org/releases/openexr/openexr-$portVersion.tar.gz" CHECKSUM_SHA256="54486b454073c1dcb5ae9892cf0f730ffefe62f38176325281505093fd218a14" -PATCHES="openexr-2.1.0.patch" +PATCHES="openexr-$portVersion.patch" -ARCHITECTURES="!x86_gcc2 x86 ?x86_64" +ARCHITECTURES="!x86_gcc2 x86 x86_64" SECONDARY_ARCHITECTURES="x86" PROVIDES=" @@ -84,6 +84,9 @@ INSTALL() { make install + # remove libtool library files + rm $libDir/libIlmImf*.la + # prepare development documentation mkdir -p $developDocDir mv $dataDir/doc $developDocDir diff --git a/media-libs/openexr/openexr-2.2.0.recipe b/media-libs/openexr/openexr-2.2.0.recipe index 9d28dd05b..8db89b5fc 100644 --- a/media-libs/openexr/openexr-2.2.0.recipe +++ b/media-libs/openexr/openexr-2.2.0.recipe @@ -6,8 +6,8 @@ currently in production. The first movies to employ OpenEXR were \ Harry Potter and the Sorcerers Stone, Men in Black II, Gangs of \ New York, and Signs. Since then, OpenEXR has become ILM's main \ image file format." -HOMEPAGE="http://www.openexr.com" -COPYRIGHT="2002-2011 Industrial Light & Magic" +HOMEPAGE="http://www.openexr.com/" +COPYRIGHT="2002-2014 Industrial Light & Magic" LICENSE="BSD (3-clause)" REVISION="2" SOURCE_URI="http://download.savannah.nongnu.org/releases/openexr/openexr-$portVersion.tar.gz" @@ -78,6 +78,9 @@ INSTALL() { make install + # remove libtool library files + rm $libDir/libIlmImf*.la + # prepare development documentation mkdir -p $developDocDir mv $dataDir/doc $developDocDir