From 926920fce9e4cdcb1278f98c6bd1fe4e26f333b6 Mon Sep 17 00:00:00 2001 From: miqlas <5569059+extrowerk@users.noreply.github.com> Date: Tue, 26 Dec 2017 20:19:05 +0100 Subject: [PATCH] Alembic: bump version (#1946) --- .../{alembic-1.7.4.recipe => alembic-1.7.5.recipe} | 10 +++++----- .../{alembic-1.7.4.patchset => alembic-1.7.5.patchset} | 0 2 files changed, 5 insertions(+), 5 deletions(-) rename media-libs/alembic/{alembic-1.7.4.recipe => alembic-1.7.5.recipe} (88%) rename media-libs/alembic/patches/{alembic-1.7.4.patchset => alembic-1.7.5.patchset} (100%) diff --git a/media-libs/alembic/alembic-1.7.4.recipe b/media-libs/alembic/alembic-1.7.5.recipe similarity index 88% rename from media-libs/alembic/alembic-1.7.4.recipe rename to media-libs/alembic/alembic-1.7.5.recipe index 522740717..affe45fc1 100644 --- a/media-libs/alembic/alembic-1.7.4.recipe +++ b/media-libs/alembic/alembic-1.7.5.recipe @@ -10,7 +10,7 @@ COPYRIGHT="2009-2016 Sony Pictures Imageworks LICENSE="ALEMBIC" REVISION="1" SOURCE_URI="https://github.com/alembic/alembic/archive/$portVersion.tar.gz" -CHECKSUM_SHA256='eac349ff0fbec851f270370de963a436e30f0b5897e5e7ce292f966be6b7a9c5' +CHECKSUM_SHA256='ab0c727bfc4aedfe81c2365e604fb457056dc66909575ccfe19ed406e67c002e' PATCHES="alembic-$portVersion.patchset" ARCHITECTURES="!x86_gcc2 ?x86 x86_64" @@ -25,11 +25,11 @@ PROVIDES=" cmd:abcls cmd:abcstitcher cmd:abctree - lib:libalembic$secondaryArchSuffix = 1.7.4 compat >= 1 + lib:libalembic$secondaryArchSuffix = $portVersion compat >= 1 " REQUIRES=" haiku$secondaryArchSuffix - lib:libboost_system$secondaryArchSuffix + lib:libboost_program_options$secondaryArchSuffix lib:libHalf$secondaryArchSuffix lib:libhdf5$secondaryArchSuffix lib:libIex_2_2$secondaryArchSuffix @@ -41,7 +41,7 @@ REQUIRES=" PROVIDES_devel=" alembic${secondaryArchSuffix}_devel = $portVersion - devel:libalembic$secondaryArchSuffix = 1.7.4 compat >= 1 + devel:libalembic$secondaryArchSuffix = $portVersion compat >= 1 " REQUIRES_devel=" alembic$secondaryArchSuffix == $portVersion base @@ -49,7 +49,7 @@ REQUIRES_devel=" BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel - devel:libboost_system$secondaryArchSuffix + devel:libboost_program_options$secondaryArchSuffix devel:libHalf$secondaryArchSuffix devel:libhdf5$secondaryArchSuffix devel:libIex_2_2$secondaryArchSuffix diff --git a/media-libs/alembic/patches/alembic-1.7.4.patchset b/media-libs/alembic/patches/alembic-1.7.5.patchset similarity index 100% rename from media-libs/alembic/patches/alembic-1.7.4.patchset rename to media-libs/alembic/patches/alembic-1.7.5.patchset