mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
extra/blender to 3.6.2-2
This commit is contained in:
parent
167a106f44
commit
3dc4a3994e
1 changed files with 3 additions and 2 deletions
|
@ -17,7 +17,7 @@ buildarch=8
|
|||
|
||||
pkgname=blender
|
||||
pkgver=3.6.2
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
epoch=17
|
||||
pkgdesc="A fully integrated 3D graphics creation suite"
|
||||
arch=('x86_64')
|
||||
|
@ -29,7 +29,7 @@ depends=('libpng' 'libtiff' 'openexr' 'python' 'desktop-file-utils' 'python-requ
|
|||
'openimageio' 'libsndfile' 'jack' 'opencolorio' 'openshadinglanguage'
|
||||
'jemalloc' 'libspnav' 'ptex' 'opensubdiv' 'openvdb' 'sdl2' 'libharu'
|
||||
'draco' 'libxkbcommon' 'libepoxy')
|
||||
makedepends=('cmake' 'boost' 'mesa' 'git' 'svn' 'llvm' 'ninja' 'wayland-protocols'
|
||||
makedepends=('cmake' 'boost' 'mesa' 'git' 'svn' 'llvm15' 'ninja' 'wayland-protocols'
|
||||
'libxkbcommon' 'libdecor')
|
||||
optdepends=('libdecor: wayland support')
|
||||
# We're using !buildflags here as otherwise we get stuff such as FS#77557
|
||||
|
@ -76,6 +76,7 @@ build() {
|
|||
-GNinja \
|
||||
-Cbuild_files/cmake/config/blender_release.cmake \
|
||||
-C precache \
|
||||
-DLLVM_VERSION=15 \
|
||||
-DPYTHON_VERSION=$PYTHON_VER \
|
||||
-DOPTIX_ROOT_DIR="$srcdir" \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
|
|
Loading…
Reference in a new issue