summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-12-05 18:12:48 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-12-05 18:12:48 -0300
commit2f4400e07ee45db211146c8de2eee26f072be456 (patch)
tree993f3b08a8f9a85bc6ba8815c11e6eaec464eb43
parent46ca68d1734c2845138420aa50e19ffdaf68421b (diff)
luxrender-1.6-4.parabola1: move from libcl to opencl-icd-loader
-rw-r--r--libre/luxrender/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/luxrender/PKGBUILD b/libre/luxrender/PKGBUILD
index 848a5a1ba..93a943538 100644
--- a/libre/luxrender/PKGBUILD
+++ b/libre/luxrender/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 193641 2016-10-26 15:42:02Z arojas $
+# $Id: PKGBUILD 197975 2016-12-05 09:36:06Z lcarlier $
# Maintainer (Arch): Lukas Jirkovsky <l.jirkovsky@gmail.com>
# Contributor (Arch): flixie <69one@gmx.net>
# Contributor (Arch): Imanol Celaya <ornitorrincos@archlinux-es.org>
@@ -6,12 +6,12 @@
pkgname=luxrender
pkgver=1.6
_pkgver=b3f85cf7742f
-pkgrel=3.parabola1
+pkgrel=4.parabola1
pkgdesc="Rendering system for physically correct, unbiased image synthesis, with opencl-mesa recommendation"
arch=('x86_64')
url="http://www.luxrender.net/"
license=('GPL')
-depends=('boost-libs' 'embree' 'freeimage' 'openexr' 'openimageio' 'libpng' 'libcl' 'libgl' 'fftw')
+depends=('boost-libs' 'embree' 'freeimage' 'openexr' 'openimageio' 'libpng' 'opencl-icd-loader' 'libgl' 'fftw')
optdepends=('blender-addon-luxrender: Blender exporter' 'qt4: Qt GUI' \
'python: pylux Python interface'
'opencl-mesa: OpenCL support for AMD/ATI GPUs')