community/blender to 3.5.1-1

This commit is contained in:
Kevin Mihelich 2023-04-25 16:57:50 +00:00
parent 8d6ce6e267
commit e35df01b47

View file

@ -17,8 +17,8 @@ buildarch=8
# fine with them.
pkgname=blender
pkgver=3.5.0
pkgrel=5
pkgver=3.5.1
pkgrel=1
epoch=17
pkgdesc="A fully integrated 3D graphics creation suite"
arch=('x86_64')
@ -37,13 +37,11 @@ optdepends=('libdecor: wayland support')
# It'd be better to figure out exactly which of the flags is the culprit which I attempted but without any success.
options=('!buildflags')
source=("git+https://projects.blender.org/blender/blender.git#tag=v$pkgver"
https://projects.blender.org/blender/blender/pulls/106861.patch
https://developer.download.nvidia.com/redist/optix/v7.6/OptiX-7.6-Include.zip
blender-sycl-path.patch
force-draco1.patch
force-draco2.patch)
sha512sums=('SKIP'
'324508ac73058620863b781ea9da0c60f9c079d1db43358092d02b436176ca32ea94ff4cc799fe04df6550fb9e8c073151a3c2f55d83c0ac14660dbff2939170'
'dfe86de395dd298fb9feae73bff06a26742efa06a25bb5a4f78ffb1ba4c78f555d1af927efea98af281715cce01db219aa2adfd6bd323bf0d766c1c70ce03532'
'bc9a80941a18aaddc3e8f2d9963e4f6b7eb1cf9f098418adb236771c3bedcab7b7a06121178f7498caba1af67116cd0ea549382e14a707163cdd5d8fbf3ee824'
'e239da4f3906f1b54265435181cf770bae3d269c8d915df9a73861e6ee71ec70bf2339426e7c81a91e5a567273b3b3742d7a99feefd3398d821b26e1ff3a56d0'
@ -54,9 +52,6 @@ prepare() {
make update
# fix openpgl 0.5
patch -p1 -i "$srcdir"/106861.patch
# fix draco
patch -p1 -i "$srcdir"/force-draco1.patch
patch -p1 -d scripts/addons -i "$srcdir"/force-draco2.patch