community/blender to 2.91.0-4

This commit is contained in:
Kevin Mihelich 2020-12-02 19:20:43 +00:00
parent dbf42eafef
commit 607a0f826d

View file

@ -15,13 +15,13 @@ buildarch=8
pkgname=blender
pkgver=2.91.0
pkgrel=1
pkgrel=4
epoch=17
pkgdesc="A fully integrated 3D graphics creation suite"
arch=('x86_64')
license=('GPL')
url="http://www.blender.org"
depends=('libpng' 'libtiff' 'openexr' 'python' 'desktop-file-utils' 'python-requests'
depends=('libpng' 'libtiff' 'openexr' 'python' 'desktop-file-utils' 'python-requests' 'potrace'
'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils' 'glew' 'openjpeg2' 'python-numpy'
'freetype2' 'openal' 'ffmpeg' 'fftw' 'boost-libs' 'opencollada' 'alembic' 'openxr'
'openimageio' 'libsndfile' 'jack' 'opencolorio' 'openshadinglanguage'
@ -66,10 +66,11 @@ build() {
-DWITH_INSTALL_PORTABLE=OFF \
-DWITH_PYTHON_INSTALL=OFF \
-DWITH_CYCLES_EMBREE=OFF \
-DPYTHON_VERSION=3.8 \
-DPYTHON_VERSION=3.9 \
-DPYTHON_LIBPATH=/usr/lib \
-DPYTHON_LIBRARY=python3.8 \
-DPYTHON_INCLUDE_DIRS=/usr/include/python3.8
-DPYTHON_LIBRARY=python3.9 \
-DPYTHON_INCLUDE_DIRS=/usr/include/python3.9 \
-DCMAKE_CXX_FLAGS="-I /usr/include/python3.9"
ninja -C build
}