mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/blender to 3.5.1-8
This commit is contained in:
parent
5326a38ad4
commit
b1e05aee4b
1 changed files with 3 additions and 4 deletions
|
@ -4,7 +4,6 @@
|
|||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - remove makedepend, optdepend on cuda
|
||||
# - 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
|
||||
|
@ -18,7 +17,7 @@ buildarch=8
|
|||
|
||||
pkgname=blender
|
||||
pkgver=3.5.1
|
||||
pkgrel=6
|
||||
pkgrel=8
|
||||
epoch=17
|
||||
pkgdesc="A fully integrated 3D graphics creation suite"
|
||||
arch=('x86_64')
|
||||
|
@ -29,8 +28,8 @@ depends=('libpng' 'libtiff' 'openexr' 'python' 'desktop-file-utils' 'python-requ
|
|||
'freetype2' 'openal' 'ffmpeg' 'fftw' 'boost-libs' 'opencollada' 'alembic' 'openxr'
|
||||
'openimageio' 'libsndfile' 'jack' 'opencolorio' 'openshadinglanguage'
|
||||
'jemalloc' 'libspnav' 'ptex' 'opensubdiv' 'openvdb' 'sdl2' 'libharu'
|
||||
'draco')
|
||||
makedepends=('cmake' 'boost' 'mesa' 'git' 'svn' 'llvm' 'ninja' 'libepoxy' 'wayland-protocols'
|
||||
'draco' 'libxkbcommon' 'libepoxy')
|
||||
makedepends=('cmake' 'boost' 'mesa' 'git' 'svn' 'llvm' 'ninja' 'wayland-protocols'
|
||||
'libxkbcommon' 'libdecor')
|
||||
optdepends=('libdecor: wayland support')
|
||||
# We're using !buildflags here as otherwise we get stuff such as FS#77557
|
||||
|
|
Loading…
Reference in a new issue