mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/blender to 3.4.1-10
This commit is contained in:
parent
adea6c1c0d
commit
ffff091f18
1 changed files with 4 additions and 1 deletions
|
@ -16,7 +16,7 @@ buildarch=8
|
|||
|
||||
pkgname=blender
|
||||
pkgver=3.4.1
|
||||
pkgrel=7
|
||||
pkgrel=10
|
||||
epoch=17
|
||||
pkgdesc="A fully integrated 3D graphics creation suite"
|
||||
arch=('x86_64')
|
||||
|
@ -60,6 +60,9 @@ prepare() {
|
|||
git -c protocol.file.allow=always submodule update
|
||||
git submodule foreach git checkout v${pkgver}
|
||||
|
||||
# fix build with boost 1.81.0
|
||||
git format-patch -1 --stdout 79837c5ed4b5 | patch -Np1
|
||||
|
||||
patch -p1 -i "$srcdir"/force-draco1.patch
|
||||
patch -p1 -d release/scripts/addons -i "$srcdir"/force-draco2.patch
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue