mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
blender: add dependency on openimageio
* have cmake check vendor-packages for python modules.
This commit is contained in:
@@ -14,7 +14,7 @@ CHECKSUM_SHA256="0ca3ceb6c656ae7c556f81ab0994e6aa7a6c64324824cbc94a87caf36f0a119
|
||||
REVISION="1"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2002-2009 Blender Foundation"
|
||||
ARCHITECTURES="!x86 !x86_64"
|
||||
ARCHITECTURES="!x86 x86_64"
|
||||
|
||||
PATCHES="blender-$portVersion.patchset"
|
||||
|
||||
@@ -32,6 +32,7 @@ REQUIRES="
|
||||
lib:libpng16$secondaryArchSuffix
|
||||
lib:libtiff$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
lib:libopenimageio$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
@@ -44,10 +45,12 @@ BUILD_REQUIRES="
|
||||
devel:libpng16$secondaryArchSuffix
|
||||
devel:libtiff$secondaryArchSuffix
|
||||
devel:libz$secondaryArchSuffix
|
||||
devel:libopenimageio$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:python3
|
||||
python3_numpy
|
||||
cmd:python34
|
||||
cmd:cmake
|
||||
cmd:make
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
|
||||
Reference in New Issue
Block a user