blender: add dependency on openimageio

* have cmake check vendor-packages for python modules.
This commit is contained in:
Jerome Duval
2015-06-08 19:35:11 +00:00
parent 674d1b8548
commit 554881a69e
2 changed files with 27 additions and 3 deletions

View File

@@ -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