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

Lukas Jirkovsky stativ at archlinux.org
Sun Aug 30 09:35:31 UTC 2015


    Date: Sunday, August 30, 2015 @ 11:35:31
  Author: stativ
Revision: 138966

upgpkg: luxrender 1.5-1

luxrender: update to 1.5

Modified:
  luxrender/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-08-30 06:40:44 UTC (rev 138965)
+++ PKGBUILD	2015-08-30 09:35:31 UTC (rev 138966)
@@ -3,14 +3,14 @@
 # Contributor: flixie <69one at gmx.net>
 # Contributor: Imanol Celaya <ornitorrincos at archlinux-es.org>
 pkgname=luxrender
-pkgver=1.4
-_pkgver=dfd211d6faa0
-pkgrel=6
+pkgver=1.5
+_pkgver=216e294b59e3
+pkgrel=1
 pkgdesc="Rendering system for physically correct, unbiased image synthesis"
 arch=('i686' 'x86_64')
 url="http://www.luxrender.net/"
 license=('GPL')
-depends=('boost-libs' 'freeimage' 'openexr' 'openimageio' 'libpng' 'libcl' 'libgl' 'fftw')
+depends=('boost-libs' 'embree' 'freeimage' 'openexr' 'openimageio' 'libpng' 'libcl' 'libgl' 'fftw')
 optdepends=('luxblend25: Blender exporter' 'qt4: Qt GUI' \
             'python: pylux Python interface'
             'opencl-nvidia: OpenCL support for nVidia GPUs' \
@@ -19,7 +19,7 @@
 makedepends=('cmake' 'boost' 'mesa' 'qt4' "luxrays=$pkgver" 'python' 'opencl-headers')
 source=(https://bitbucket.org/luxrender/lux/get/${_pkgver}.tar.bz2 \
         force_python3.diff)
-md5sums=('7591ac4e86d0232245af38f6cf932c02'
+md5sums=('531234aaa2969c3aacf2a69ed7835335'
          '42692e65eabc5828693e2682e94b7c64')
 
 prepare() {
@@ -32,13 +32,13 @@
   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
 }
 
@@ -49,7 +49,7 @@
   # 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
 }
 



More information about the arch-commits mailing list