mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
community/blender to 3.4.1-14
This commit is contained in:
parent
151d14e349
commit
bdbbce74ca
1 changed files with 4 additions and 3 deletions
|
@ -7,6 +7,7 @@
|
|||
# - add makedepend on libepoxy, previously pulled in by cuda
|
||||
# - remove depend on openimagedenoise, embree, openpgl
|
||||
# - set -DWITH_CYCLES_EMBREE=OFF
|
||||
# - remove makedepend on hip-runtime-amd
|
||||
|
||||
buildarch=8
|
||||
|
||||
|
@ -16,7 +17,7 @@ buildarch=8
|
|||
|
||||
pkgname=blender
|
||||
pkgver=3.4.1
|
||||
pkgrel=13
|
||||
pkgrel=14
|
||||
epoch=17
|
||||
pkgdesc="A fully integrated 3D graphics creation suite"
|
||||
arch=('x86_64')
|
||||
|
@ -28,8 +29,8 @@ depends=('libpng' 'libtiff' 'openexr' 'python' 'desktop-file-utils' 'python-requ
|
|||
'openimageio' 'libsndfile' 'jack' 'opencolorio' 'openshadinglanguage'
|
||||
'jemalloc' 'libspnav' 'ptex' 'opensubdiv' 'openvdb' 'log4cplus' 'sdl2' 'libharu'
|
||||
'draco')
|
||||
makedepends=('cmake' 'boost' 'mesa' 'git' 'llvm' 'ninja' 'libepoxy' 'wayland-protocols' 'libxkbcommon'
|
||||
'libdecor')
|
||||
makedepends=('cmake' 'boost' 'mesa' 'git' 'llvm' 'ninja' 'libepoxy' 'wayland-protocols'
|
||||
'libxkbcommon' 'libdecor')
|
||||
optdepends=('libdecor: wayland support')
|
||||
source=("git+https://git.blender.org/blender.git#tag=v$pkgver"
|
||||
"git+https://git.blender.org/blender-addons.git"
|
||||
|
|
Loading…
Reference in a new issue