extra/blender to 3.6.2-2

This commit is contained in:
Kevin Mihelich 2023-08-29 12:42:23 +00:00
parent 167a106f44
commit 3dc4a3994e

View file

@ -17,7 +17,7 @@ buildarch=8
pkgname=blender pkgname=blender
pkgver=3.6.2 pkgver=3.6.2
pkgrel=1 pkgrel=2
epoch=17 epoch=17
pkgdesc="A fully integrated 3D graphics creation suite" pkgdesc="A fully integrated 3D graphics creation suite"
arch=('x86_64') arch=('x86_64')
@ -29,7 +29,7 @@ depends=('libpng' 'libtiff' 'openexr' 'python' 'desktop-file-utils' 'python-requ
'openimageio' 'libsndfile' 'jack' 'opencolorio' 'openshadinglanguage' 'openimageio' 'libsndfile' 'jack' 'opencolorio' 'openshadinglanguage'
'jemalloc' 'libspnav' 'ptex' 'opensubdiv' 'openvdb' 'sdl2' 'libharu' 'jemalloc' 'libspnav' 'ptex' 'opensubdiv' 'openvdb' 'sdl2' 'libharu'
'draco' 'libxkbcommon' 'libepoxy') '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') 'libxkbcommon' 'libdecor')
optdepends=('libdecor: wayland support') optdepends=('libdecor: wayland support')
# We're using !buildflags here as otherwise we get stuff such as FS#77557 # We're using !buildflags here as otherwise we get stuff such as FS#77557
@ -76,6 +76,7 @@ build() {
-GNinja \ -GNinja \
-Cbuild_files/cmake/config/blender_release.cmake \ -Cbuild_files/cmake/config/blender_release.cmake \
-C precache \ -C precache \
-DLLVM_VERSION=15 \
-DPYTHON_VERSION=$PYTHON_VER \ -DPYTHON_VERSION=$PYTHON_VER \
-DOPTIX_ROOT_DIR="$srcdir" \ -DOPTIX_ROOT_DIR="$srcdir" \
-DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_PREFIX=/usr \