extra/blender to 4.0.2-9

This commit is contained in:
Kevin Mihelich 2024-01-16 15:46:27 +00:00
parent 73eefaf30f
commit 3b9b9ed108
2 changed files with 6 additions and 2 deletions

View file

@ -1,7 +1,7 @@
pkgbase = blender
pkgdesc = A fully integrated 3D graphics creation suite
pkgver = 4.0.2
pkgrel = 8
pkgrel = 9
epoch = 17
url = https://www.blender.org
arch = x86_64

View file

@ -18,7 +18,7 @@ buildarch=8
pkgname=blender
pkgver=4.0.2
pkgrel=8
pkgrel=9
epoch=17
pkgdesc="A fully integrated 3D graphics creation suite"
arch=('x86_64')
@ -69,6 +69,10 @@ prepare() {
cp -r "$srcdir"/blender-addons scripts/addons
cp -r "$srcdir"/blender-addons-contrib scripts/addons_contrib
# Disable openexr core
# https://projects.blender.org/blender/blender/issues/117145
git cherry-pick -n eb99895c972b6c713294f68a34798aa51d36034a
# fix draco
patch -p1 -i "$srcdir"/force-draco1.patch
patch -p1 -d scripts/addons -i "$srcdir"/force-draco2.patch