summaryrefslogtreecommitdiff
path: root/libre
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-08-31 23:15:16 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-09-22 16:14:59 -0300
commitc56e32d902f4d128521cee56fb5a594617139f97 (patch)
tree7a25eadf94f5726ec2f07f7555db0925e481949a /libre
parent2485102a44727d452d588ae8a48bcb54420c7ff0 (diff)
luxrender-1.5-1.parabola1: updating version
Diffstat (limited to 'libre')
-rw-r--r--libre/luxrender/PKGBUILD24
1 files changed, 12 insertions, 12 deletions
diff --git a/libre/luxrender/PKGBUILD b/libre/luxrender/PKGBUILD
index 9a883bb48..4be470e69 100644
--- a/libre/luxrender/PKGBUILD
+++ b/libre/luxrender/PKGBUILD
@@ -1,18 +1,18 @@
-# $Id: PKGBUILD 133054 2015-05-09 12:38:26Z stativ $
+# $Id: PKGBUILD 138968 2015-08-30 09:36:10Z stativ $
# Maintainer (Arch): Lukas Jirkovsky <l.jirkovsky@gmail.com>
# Contributor (Arch): flixie <69one@gmx.net>
# Contributor (Arch): Imanol Celaya <ornitorrincos@archlinux-es.org>
# Maintainer: Márcio Silva <coadde@parabola.nu>
pkgname=luxrender
-pkgver=1.4
-_pkgver=dfd211d6faa0
-pkgrel=6.parabola1
+pkgver=1.5
+_pkgver=216e294b59e3
+pkgrel=1.parabola1
pkgdesc="Rendering system for physically correct, unbiased image synthesis, with opencl-mesa recommendation"
-arch=('i686' 'x86_64' 'mips64el')
+arch=('x86_64')
url="http://www.luxrender.net/"
license=('GPL')
-depends=('boost-libs' 'freeimage' 'openexr' 'openimageio' 'libpng' 'libcl' 'libgl' 'fftw')
-optdepends=('blender-addon-luxrender: Blender exporter' 'qt4: Qt GUI'
+depends=('boost-libs' 'embree' 'freeimage' 'openexr' 'openimageio' 'libpng' 'libcl' 'libgl' 'fftw')
+optdepends=('blender-addon-luxrender: Blender exporter' 'qt4: Qt GUI' \
'python: pylux Python interface'
'opencl-mesa: OpenCL support for AMD/ATI GPUs')
makedepends=('cmake' 'boost' 'mesa' 'qt4' "luxrays=$pkgver" 'python' 'opencl-headers')
@@ -20,7 +20,7 @@ conflicts=("$pkgname-libre" "$pkgname-parabola")
replaces=("$pkgname-libre" "$pkgname-parabola")
source=(https://bitbucket.org/luxrender/lux/get/${_pkgver}.tar.bz2 \
force_python3.diff)
-md5sums=('7591ac4e86d0232245af38f6cf932c02'
+md5sums=('531234aaa2969c3aacf2a69ed7835335'
'42692e65eabc5828693e2682e94b7c64')
prepare() {
@@ -33,13 +33,13 @@ build() {
cd "$srcdir"/luxrender-lux-$_pkgver
- cmake -DCMAKE_INSTALL_PREFIX=/usr \
+ cmake . \
+ -DCMAKE_INSTALL_PREFIX=/usr \
-DLUXRAYS_DISABLE_OPENCL=OFF \
-DPYTHON_CUSTOM=ON \
-DPYTHON_LIBRARIES=/usr/lib/libpython3.4m.so \
-DPYTHON_INCLUDE_PATH=/usr/include/python3.4m/ \
- -DCMAKE_EXE_LINKER_FLAGS=-lpthread \
- .
+ -DCMAKE_EXE_LINKER_FLAGS=-lpthread
make
}
@@ -50,7 +50,7 @@ package() {
# fix library path on x86_64
[ "$CARCH" = "x86_64" ] && mv "$pkgdir"/usr/lib64 "$pkgdir"/usr/lib
- #install pylux
+ # install pylux
install -D -m644 pylux.so "$pkgdir"/usr/lib/python3.4/pylux.so
}