[arch-commits] Commit in luxrender/trunk (PKGBUILD)
Lukas Jirkovsky
stativ at archlinux.org
Mon Sep 21 20:07:55 UTC 2015
Date: Monday, September 21, 2015 @ 22:07:55
Author: stativ
Revision: 141410
upgpkg: luxrender 1.5-2
python 3.5 rebuild
Modified:
luxrender/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-09-21 19:50:38 UTC (rev 141409)
+++ PKGBUILD 2015-09-21 20:07:55 UTC (rev 141410)
@@ -5,7 +5,7 @@
pkgname=luxrender
pkgver=1.5
_pkgver=216e294b59e3
-pkgrel=1
+pkgrel=2
pkgdesc="Rendering system for physically correct, unbiased image synthesis"
arch=('x86_64')
url="http://www.luxrender.net/"
@@ -36,8 +36,8 @@
-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/ \
+ -DPYTHON_LIBRARIES=/usr/lib/libpython3.5m.so \
+ -DPYTHON_INCLUDE_PATH=/usr/include/python3.5m/ \
-DCMAKE_EXE_LINKER_FLAGS=-lpthread
make
}
@@ -50,7 +50,7 @@
[ "$CARCH" = "x86_64" ] && mv "$pkgdir"/usr/lib64 "$pkgdir"/usr/lib
# install pylux
- install -D -m644 pylux.so "$pkgdir"/usr/lib/python3.4/pylux.so
+ install -D -m644 pylux.so "$pkgdir"/usr/lib/python3.5/pylux.so
}
# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list