mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/blender to 2.91.0-4
This commit is contained in:
parent
dbf42eafef
commit
607a0f826d
1 changed files with 6 additions and 5 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue