mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
opencolorio, revive version 1.1.1 (#6389)
This commit is contained in:
@@ -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 \
|
||||
Reference in New Issue
Block a user