Date: Saturday, March 18, 2023 @ 01:10:29
Author: svenstaro
Revision: 1421545
upgpkg: blender 17:3.4.1-23: Add optdep on intel-compute-runtime
Modified:
blender/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-18 01:10:13 UTC (rev 1421544)
+++ PKGBUILD 2023-03-18 01:10:29 UTC (rev 1421545)
@@ -8,7 +8,7 @@
pkgname=blender
pkgver=3.4.1
-pkgrel=22
+pkgrel=23
epoch=17
pkgdesc="A fully integrated 3D graphics creation suite"
arch=('x86_64')
@@ -24,7 +24,8 @@
makedepends=('cmake' 'boost' 'mesa' 'git' 'llvm' 'cuda' 'ninja'
'wayland-protocols' 'libxkbcommon'
'libdecor' 'hip-runtime-amd' 'level-zero-headers'
'intel-oneapi-dpcpp-cpp'
'intel-oneapi-compiler-shared-runtime' 'intel-compute-runtime')
-optdepends=('cuda: cycles renderer cuda support'
+optdepends=('cuda: Cycles renderer CUDA support'
+ 'intel-compute-runtime: Cycles renderer Intel OneAPI support'
'libdecor: wayland support')
# We're using !buildflags here as otherwise we get stuff such as FS#77557
# It'd be better to figure out exactly which of the flags is the culprit which
I attempted but without any success.