[arch-commits] Commit in luxrender/trunk (PKGBUILD)

Lukas Jirkovsky stativ at archlinux.org
Sat Aug 30 10:36:06 UTC 2014


    Date: Saturday, August 30, 2014 @ 12:36:06
  Author: stativ
Revision: 118088

luxrender: change package names in the optdepends.

The changes were required due to the changes to
names of some of the packages.

Modified:
  luxrender/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-08-30 07:27:31 UTC (rev 118087)
+++ PKGBUILD	2014-08-30 10:36:06 UTC (rev 118088)
@@ -13,10 +13,10 @@
 depends=('boost-libs' 'freeimage' 'openexr' 'libpng' 'libcl' 'libgl' 'fftw')
 optdepends=('luxblend25: Blender exporter' 'qt4: Qt GUI' \
             'python: pylux Python interface'
-            'nvidia-utils: OpenCL support for nVidia GPUs' \
-            'amdstream: OpenCL support for AMD GPUs' \
-            'intel-opencl-sdk: OpenCL support for Intel CPUs')
-# luxrender is constantly broken to various GCC bugs, the latest one being FS#40596
+            'opencl-nvidia: OpenCL support for nVidia GPUs' \
+            'amdapp-sdk: OpenCL support for AMD GPUs' \
+            'intel-opencl-runtime: OpenCL support for Intel CPUs')
+# luxrender is constantly broken due to various GCC bugs, the latest one being FS#40596
 makedepends=('cmake' 'boost' 'mesa' 'qt4' "luxrays=$pkgver" 'python' 'opencl-headers' 'clang')
 source=(https://bitbucket.org/luxrender/lux/get/$_pkgver.tar.bz2 \
         force_python3.diff)




More information about the arch-commits mailing list