mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
opencolorio1, fix boost version requirement (#6390)
This commit is contained in:
@@ -10,7 +10,7 @@ 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="2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="https://github.com/imageworks/OpenColorIO/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="c9b5b9def907e1dafb29e37336b702fff22cc6306d445a13b1621b8a754c14c8"
|
||||
SOURCE_FILENAME="opencolorio-$portVersion.tar.gz"
|
||||
@@ -42,7 +42,7 @@ REQUIRES_devel="
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libboost_system$secondaryArchSuffix >= 1.69
|
||||
devel:libboost_system$secondaryArchSuffix >= 1.69.0
|
||||
devel:liblcms2$secondaryArchSuffix
|
||||
devel:libtinyxml$secondaryArchSuffix
|
||||
devel:libyaml_cpp$secondaryArchSuffix
|
||||
|
||||
Reference in New Issue
Block a user