Date: Thursday, December 8, 2022 @ 09:46:01
  Author: svenstaro
Revision: 1357130

upgpkg: blender 17:3.4.0-2: Enable wayland support (FS#76775)

Modified:
  blender/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-08 09:45:31 UTC (rev 1357129)
+++ PKGBUILD    2022-12-08 09:46:01 UTC (rev 1357130)
@@ -8,7 +8,7 @@
 
 pkgname=blender
 pkgver=3.4.0
-pkgrel=1
+pkgrel=2
 epoch=17
 pkgdesc="A fully integrated 3D graphics creation suite"
 arch=('x86_64')
@@ -20,7 +20,8 @@
          'openimageio' 'libsndfile' 'jack' 'opencolorio' 'openshadinglanguage' 
'openimagedenoise'
          'jemalloc' 'libspnav' 'ptex' 'opensubdiv' 'openvdb' 'log4cplus' 
'sdl2' 'embree' 'libharu'
          'draco')
-makedepends=('cmake' 'boost' 'mesa' 'git' 'llvm' 'cuda' 'ninja')
+makedepends=('cmake' 'boost' 'mesa' 'git' 'llvm' 'cuda' 'ninja' 
'wayland-protocols' 'libxkbcommon'
+             'libdecor')
 optdepends=('cuda: cycles renderer cuda support')
 options=(!strip)
 source=("git+https://git.blender.org/blender.git#tag=v$pkgver";

Reply via email to