mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/blender to 4.0.1-4
This commit is contained in:
parent
a81d6d189f
commit
214395aed8
2 changed files with 12 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
pkgbase = blender
|
||||
pkgdesc = A fully integrated 3D graphics creation suite
|
||||
pkgver = 4.0.1
|
||||
pkgrel = 3
|
||||
pkgrel = 4
|
||||
epoch = 17
|
||||
url = https://www.blender.org
|
||||
arch = x86_64
|
||||
|
@ -71,11 +71,15 @@ pkgbase = blender
|
|||
optdepends = libdecor: wayland support
|
||||
options = !buildflags
|
||||
source = git+https://projects.blender.org/blender/blender.git#tag=v4.0.1
|
||||
source = git+https://projects.blender.org/blender/blender-addons.git#tag=v4.0.1
|
||||
source = git+https://projects.blender.org/blender/blender-addons-contrib#tag=v4.0.1
|
||||
source = https://developer.download.nvidia.com/redist/optix/v7.7/OptiX-7.7-Include.zip
|
||||
source = https://projects.blender.org/blender/blender/pulls/115127.patch
|
||||
source = force-draco1.patch
|
||||
source = force-draco2.patch
|
||||
sha512sums = SKIP
|
||||
sha512sums = SKIP
|
||||
sha512sums = SKIP
|
||||
sha512sums = 55caea5beccdc0adebdba8a825f3cfee083015311de5602cfcf215139ccbf9fed62f10ee1dcdf7e31a3557aabbc1fa872eeed67bc46f59fb4e5abd18331c0aca
|
||||
sha512sums = ae4aa976f00184ccef735b58734ba13bebafa5ebb64b86d784528c60a4d910065246beca00b0fcf97aed4ce14eeefb29f7be53d76d65df9e122f11a8c1da6818
|
||||
sha512sums = e239da4f3906f1b54265435181cf770bae3d269c8d915df9a73861e6ee71ec70bf2339426e7c81a91e5a567273b3b3742d7a99feefd3398d821b26e1ff3a56d0
|
||||
|
|
|
@ -18,7 +18,7 @@ buildarch=8
|
|||
|
||||
pkgname=blender
|
||||
pkgver=4.0.1
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
epoch=17
|
||||
pkgdesc="A fully integrated 3D graphics creation suite"
|
||||
arch=('x86_64')
|
||||
|
@ -37,11 +37,15 @@ 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"
|
||||
"git+https://projects.blender.org/blender/blender-addons.git#tag=v$pkgver"
|
||||
"git+https://projects.blender.org/blender/blender-addons-contrib#tag=v$pkgver"
|
||||
https://developer.download.nvidia.com/redist/optix/v7.7/OptiX-7.7-Include.zip
|
||||
https://projects.blender.org/blender/blender/pulls/115127.patch
|
||||
force-draco1.patch
|
||||
force-draco2.patch)
|
||||
sha512sums=('SKIP'
|
||||
'SKIP'
|
||||
'SKIP'
|
||||
'55caea5beccdc0adebdba8a825f3cfee083015311de5602cfcf215139ccbf9fed62f10ee1dcdf7e31a3557aabbc1fa872eeed67bc46f59fb4e5abd18331c0aca'
|
||||
'ae4aa976f00184ccef735b58734ba13bebafa5ebb64b86d784528c60a4d910065246beca00b0fcf97aed4ce14eeefb29f7be53d76d65df9e122f11a8c1da6818'
|
||||
'e239da4f3906f1b54265435181cf770bae3d269c8d915df9a73861e6ee71ec70bf2339426e7c81a91e5a567273b3b3742d7a99feefd3398d821b26e1ff3a56d0'
|
||||
|
@ -50,7 +54,8 @@ sha512sums=('SKIP'
|
|||
prepare() {
|
||||
cd "$pkgname"
|
||||
|
||||
make update
|
||||
cp -r "$srcdir"/blender-addons scripts/addons
|
||||
cp -r "$srcdir"/blender-addons-contrib scripts/addons_contrib
|
||||
|
||||
# fix draco
|
||||
patch -p1 -i "$srcdir"/force-draco1.patch
|
||||
|
|
Loading…
Reference in a new issue