opencolorio, revive version 1.1.1 (#6389)

This commit is contained in:
Schrijvers Luc
2021-11-11 14:29:21 +01:00
committed by GitHub
parent 543946ffd9
commit e7ccc73610
2 changed files with 3 additions and 3 deletions

View File

@@ -10,12 +10,12 @@ LUT-format agnostic, supporting many popular formats."
HOMEPAGE="https://opencolorio.org/"
COPYRIGHT="2003-2010 Sony Pictures Imageworks Inc., et al."
LICENSE="BSD (3-clause)"
REVISION="1"
REVISION="2"
SOURCE_URI="https://github.com/imageworks/OpenColorIO/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="c9b5b9def907e1dafb29e37336b702fff22cc6306d445a13b1621b8a754c14c8"
SOURCE_FILENAME="opencolorio-$portVersion.tar.gz"
SOURCE_DIR="OpenColorIO-$portVersion"
PATCHES="opencolorio-$portVersion.patchset"
PATCHES="opencolorio1-$portVersion.patchset"
ARCHITECTURES="all !x86_gcc2"
SECONDARY_ARCHITECTURES="x86"
@@ -58,7 +58,7 @@ BUILD_PREREQUIRES="
BUILD()
{
cmake . \
cmake . -DCMAKE_BUILD_TYPE=Release \
-DOCIO_BUILD_NUKE=OFF \
-DOCIO_BUILD_STATIC=OFF \
-DOCIO_BUILD_SHARED=ON \