mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
blender: updated for x64 buildbot (#7318)
* blender: disabled x86 * blender: bumped to LLVM12 * blender: enable for x86 build * blender: disabled x86.
This commit is contained in:
@@ -10,7 +10,7 @@ benefit from its unified pipeline and responsive development process."
|
||||
HOMEPAGE="https://www.blender.org/"
|
||||
COPYRIGHT="2002-2022 Blender Foundation"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://download.blender.org/source/blender-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="2ada48f0bf8a0ca802b987d757452012e1f8f24acf4d23453b09c2d595118cca"
|
||||
SOURCE_DIR="blender-$portVersion"
|
||||
@@ -23,7 +23,7 @@ ADDITIONAL_FILES="
|
||||
"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
SECONDARY_ARCHITECTURES="?x86"
|
||||
|
||||
PYTHON_VERSION="3.10"
|
||||
|
||||
@@ -67,7 +67,7 @@ REQUIRES="
|
||||
lib:libimath_3_0$secondaryArchSuffix
|
||||
lib:libopenexr_3_0$secondaryArchSuffix
|
||||
lib:libopenexrutil_3_0$secondaryArchSuffix
|
||||
lib:libLLVM_9$secondaryArchSuffix
|
||||
lib:libLLVM_12$secondaryArchSuffix
|
||||
lib:liblzma$secondaryArchSuffix
|
||||
lib:liblzo2$secondaryArchSuffix
|
||||
lib:libopenal$secondaryArchSuffix
|
||||
@@ -127,7 +127,7 @@ BUILD_REQUIRES="
|
||||
devel:libimath_3_0$secondaryArchSuffix
|
||||
devel:libopenexr_3_0$secondaryArchSuffix
|
||||
devel:libopenexrutil_3_0$secondaryArchSuffix
|
||||
devel:libllvm_9$secondaryArchSuffix
|
||||
devel:libllvm_12$secondaryArchSuffix
|
||||
devel:liblzma$secondaryArchSuffix
|
||||
devel:liblzo2$secondaryArchSuffix
|
||||
devel:libopenal$secondaryArchSuffix
|
||||
|
||||
Reference in New Issue
Block a user