mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +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
|
# - add makedepend on libepoxy, previously pulled in by cuda
|
||||||
# - remove depend on openimagedenoise, embree, openpgl
|
# - remove depend on openimagedenoise, embree, openpgl
|
||||||
# - set -DWITH_CYCLES_EMBREE=OFF
|
# - set -DWITH_CYCLES_EMBREE=OFF
|
||||||
|
# - remove makedepend on hip-runtime-amd
|
||||||
|
|
||||||
buildarch=8
|
buildarch=8
|
||||||
|
|
||||||
|
@ -16,7 +17,7 @@ buildarch=8
|
||||||
|
|
||||||
pkgname=blender
|
pkgname=blender
|
||||||
pkgver=3.4.1
|
pkgver=3.4.1
|
||||||
pkgrel=13
|
pkgrel=14
|
||||||
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')
|
||||||
|
@ -28,8 +29,8 @@ 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' 'log4cplus' 'sdl2' 'libharu'
|
'jemalloc' 'libspnav' 'ptex' 'opensubdiv' 'openvdb' 'log4cplus' 'sdl2' 'libharu'
|
||||||
'draco')
|
'draco')
|
||||||
makedepends=('cmake' 'boost' 'mesa' 'git' 'llvm' 'ninja' 'libepoxy' 'wayland-protocols' 'libxkbcommon'
|
makedepends=('cmake' 'boost' 'mesa' 'git' 'llvm' 'ninja' 'libepoxy' 'wayland-protocols'
|
||||||
'libdecor')
|
'libxkbcommon' 'libdecor')
|
||||||
optdepends=('libdecor: wayland support')
|
optdepends=('libdecor: wayland support')
|
||||||
source=("git+https://git.blender.org/blender.git#tag=v$pkgver"
|
source=("git+https://git.blender.org/blender.git#tag=v$pkgver"
|
||||||
"git+https://git.blender.org/blender-addons.git"
|
"git+https://git.blender.org/blender-addons.git"
|
||||||
|
|
Loading…
Reference in a new issue