community/blender to 3.4.1-12

This commit is contained in:
Kevin Mihelich 2023-02-02 03:02:53 +00:00
parent 49b017fdce
commit 9c8c9e5318

View file

@ -16,7 +16,7 @@ buildarch=8
pkgname=blender
pkgver=3.4.1
pkgrel=10
pkgrel=12
epoch=17
pkgdesc="A fully integrated 3D graphics creation suite"
arch=('x86_64')
@ -31,7 +31,6 @@ depends=('libpng' 'libtiff' 'openexr' 'python' 'desktop-file-utils' 'python-requ
makedepends=('cmake' 'boost' 'mesa' 'git' 'llvm' 'ninja' 'libepoxy' 'wayland-protocols' 'libxkbcommon'
'libdecor')
optdepends=('libdecor: wayland support')
options=(!strip)
source=("git+https://git.blender.org/blender.git#tag=v$pkgver"
"git+https://git.blender.org/blender-addons.git"
"git+https://git.blender.org/blender-addons-contrib.git"
@ -90,12 +89,7 @@ build() {
-DCMAKE_BUILD_TYPE=Release \
-DWITH_INSTALL_PORTABLE=OFF \
-DWITH_PYTHON_INSTALL=OFF \
-DWITH_CYCLES_EMBREE=OFF \
-DPYTHON_VERSION="$PYTHON_VER" \
-DPYTHON_LIBPATH=/usr/lib \
-DPYTHON_LIBRARY="python$PYTHON_VER" \
-DPYTHON_INCLUDE_DIRS="/usr/include/python$PYTHON_VER" \
-DCMAKE_CXX_FLAGS="-I /usr/include/python$PYTHON_VER"
-DWITH_CYCLES_EMBREE=OFF
cmake --build build
}