[arch-commits] Commit in luxrays/repos/community-x86_64 (4 files)

2018-06-05 Thread Bruno Pagani via arch-commits
Date: Tuesday, June 5, 2018 @ 23:10:02
  Author: archange
Revision: 340677

archrelease: copy trunk to community-x86_64

Added:
  luxrays/repos/community-x86_64/PKGBUILD
(from rev 340676, luxrays/trunk/PKGBUILD)
  luxrays/repos/community-x86_64/force_python3.diff
(from rev 340676, luxrays/trunk/force_python3.diff)
Deleted:
  luxrays/repos/community-x86_64/PKGBUILD
  luxrays/repos/community-x86_64/force_python3.diff

+
 PKGBUILD   |  112 +--
 force_python3.diff |   24 +-
 2 files changed, 68 insertions(+), 68 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-05 23:09:41 UTC (rev 340676)
+++ PKGBUILD2018-06-05 23:10:02 UTC (rev 340677)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky 
-pkgname='luxrays'
-pkgver=1.6
-_pkgver=61352e6aae3f
-pkgrel=16
-pkgdesc="Accelerate the ray intersection process by using GPUs"
-arch=('x86_64')
-url="http://www.luxrender.net/";
-license=('GPL')
-depends=('embree' 'opencl-icd-loader' 'libgl' 'openimageio')
-makedepends=('boost' 'cmake' 'freetype2' 'gtk3' 'libpng' 'mesa' 
'opencl-headers' 'glew' 'freeglut')
-optdepends=('glew: demos (SmallLuxGPU etc.)'
-'gtk3: luxcoreui'
-'freeglut: demos (SmallLuxGPU etc.)'
-'boost-libs: demos (SmallLuxGPU etc.)')
-options=('staticlibs')
-source=($pkgname-$pkgver.tar.bz2::https://bitbucket.org/luxrender/luxrays/get/luxrender_v$pkgver.tar.bz2
 \
-force_python3.diff)
-md5sums=('4c8df34d90dc04b50a180b945041cd92'
- '36c9823246c2b575415c1709e065727c')
-
-prepare() {
-  cd "$srcdir"/luxrender-luxrays-$_pkgver
-
-  # force python3 for boost
-  patch -Np1 < "$srcdir/force_python3.diff" || true
-}
-
-build() {
-  cd "$srcdir/luxrender-luxrays-$_pkgver"
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=ON \
--DLUXRAYS_DISABLE_OPENCL=OFF
-  # this sucks, but luxrays doesn't seem to honor  CMAKE_*_LINKER_FLAGS
-  # thanks bartus from AUR for the fix
-  for file in `grep lboost_python -l -R ` ;do sed -i 's/$/ -lpython3/' $file ; 
done
-  make
-}
-
-package() {
-  cd "$srcdir/luxrender-luxrays-$_pkgver"
-
-  install -d -m755 "$pkgdir"/usr/{bin,include,lib}
-  install -m755 bin/* "$pkgdir"/usr/bin
-  install -m644 lib/* "$pkgdir"/usr/lib
-  cp -a include "$pkgdir"/usr
-
-  # install pyluxcore to the Python search path
-  install -d -m755 "$pkgdir"/usr/lib/python3.6/
-  mv "$pkgdir"/usr/lib/pyluxcore.so "$pkgdir"/usr/lib/python3.6/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: luxrays/repos/community-x86_64/PKGBUILD (from rev 340676, 
luxrays/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-05 23:10:02 UTC (rev 340677)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+pkgname='luxrays'
+pkgver=1.6
+_pkgver=61352e6aae3f
+pkgrel=18
+pkgdesc="Accelerate the ray intersection process by using GPUs"
+arch=('x86_64')
+url="http://www.luxrender.net/";
+license=('GPL')
+depends=('embree2' 'opencl-icd-loader' 'libgl' 'openimageio')
+makedepends=('boost' 'cmake' 'freetype2' 'gtk3' 'libpng' 'mesa' 
'opencl-headers' 'glew' 'freeglut')
+optdepends=('glew: demos (SmallLuxGPU etc.)'
+'gtk3: luxcoreui'
+'freeglut: demos (SmallLuxGPU etc.)'
+'boost-libs: demos (SmallLuxGPU etc.)')
+options=('staticlibs')
+source=($pkgname-$pkgver.tar.bz2::https://bitbucket.org/luxrender/luxrays/get/luxrender_v$pkgver.tar.bz2
 \
+force_python3.diff)
+md5sums=('4c8df34d90dc04b50a180b945041cd92'
+ '36c9823246c2b575415c1709e065727c')
+
+prepare() {
+  cd "$srcdir"/luxrender-luxrays-$_pkgver
+
+  # force python3 for boost
+  patch -Np1 < "$srcdir/force_python3.diff" || true
+}
+
+build() {
+  cd "$srcdir/luxrender-luxrays-$_pkgver"
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DLUXRAYS_DISABLE_OPENCL=OFF
+  # this sucks, but luxrays doesn't seem to honor  CMAKE_*_LINKER_FLAGS
+  # thanks bartus from AUR for the fix
+  for file in `grep lboost_python -l -R ` ;do sed -i 's/$/ -lpython3/' $file ; 
done
+  make
+}
+
+package() {
+  cd "$srcdir/luxrender-luxrays-$_pkgver"
+
+  install -d -m755 "$pkgdir"/usr/{bin,include,lib}
+  install -m755 bin/* "$pkgdir"/usr/bin
+  install -m644 lib/* "$pkgdir"/usr/lib
+  cp -a include "$pkgdir"/usr
+
+  # install pyluxcore to the Python search path
+  install -d -m755 "$pkgdir"/usr/lib/python3.6/
+  mv "$pkgdir"/usr/lib/pyluxcore.so "$pkgdir"/usr/lib/python3.6/
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: force_python3.diff
===
--- force_python3.diff  2018-06-05 23:09:41 UTC (rev 340676)
+++ force_python3.diff  2018-06-05 23:10:02 UTC (rev 340677)
@@ -1,12 +0,0 @@
-diff -rup luxrender-luxrays-61352e6aae3f.orig/cmake/Dependencies.cmake 
luxrender-luxrays-61

[arch-commits] Commit in luxrays/repos/community-x86_64 (4 files)

2018-04-01 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, April 2, 2018 @ 01:05:37
  Author: svenstaro
Revision: 313795

archrelease: copy trunk to community-x86_64

Added:
  luxrays/repos/community-x86_64/PKGBUILD
(from rev 313794, luxrays/trunk/PKGBUILD)
  luxrays/repos/community-x86_64/force_python3.diff
(from rev 313794, luxrays/trunk/force_python3.diff)
Deleted:
  luxrays/repos/community-x86_64/PKGBUILD
  luxrays/repos/community-x86_64/force_python3.diff

+
 PKGBUILD   |  112 +--
 force_python3.diff |   24 +-
 2 files changed, 68 insertions(+), 68 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-02 01:05:29 UTC (rev 313794)
+++ PKGBUILD2018-04-02 01:05:37 UTC (rev 313795)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky 
-pkgname='luxrays'
-pkgver=1.6
-_pkgver=61352e6aae3f
-pkgrel=15
-pkgdesc="Accelerate the ray intersection process by using GPUs"
-arch=('x86_64')
-url="http://www.luxrender.net/";
-license=('GPL')
-depends=('embree' 'opencl-icd-loader' 'libgl' 'openimageio')
-makedepends=('boost' 'cmake' 'freetype2' 'gtk3' 'libpng' 'mesa' 
'opencl-headers' 'glew' 'freeglut')
-optdepends=('glew: demos (SmallLuxGPU etc.)'
-'gtk3: luxcoreui'
-'freeglut: demos (SmallLuxGPU etc.)'
-'boost-libs: demos (SmallLuxGPU etc.)')
-options=('staticlibs')
-source=($pkgname-$pkgver.tar.bz2::https://bitbucket.org/luxrender/luxrays/get/luxrender_v$pkgver.tar.bz2
 \
-force_python3.diff)
-md5sums=('4c8df34d90dc04b50a180b945041cd92'
- '36c9823246c2b575415c1709e065727c')
-
-prepare() {
-  cd "$srcdir"/luxrender-luxrays-$_pkgver
-
-  # force python3 for boost
-  patch -Np1 < "$srcdir/force_python3.diff" || true
-}
-
-build() {
-  cd "$srcdir/luxrender-luxrays-$_pkgver"
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=ON \
--DLUXRAYS_DISABLE_OPENCL=OFF
-  # this sucks, but luxrays doesn't seem to honor  CMAKE_*_LINKER_FLAGS
-  # thanks bartus from AUR for the fix
-  for file in `grep lboost_python -l -R ` ;do sed -i 's/$/ -lpython3/' $file ; 
done
-  make
-}
-
-package() {
-  cd "$srcdir/luxrender-luxrays-$_pkgver"
-
-  install -d -m755 "$pkgdir"/usr/{bin,include,lib}
-  install -m755 bin/* "$pkgdir"/usr/bin
-  install -m644 lib/* "$pkgdir"/usr/lib
-  cp -a include "$pkgdir"/usr
-
-  # install pyluxcore to the Python search path
-  install -d -m755 "$pkgdir"/usr/lib/python3.6/
-  mv "$pkgdir"/usr/lib/pyluxcore.so "$pkgdir"/usr/lib/python3.6/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: luxrays/repos/community-x86_64/PKGBUILD (from rev 313794, 
luxrays/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-02 01:05:37 UTC (rev 313795)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+pkgname='luxrays'
+pkgver=1.6
+_pkgver=61352e6aae3f
+pkgrel=16
+pkgdesc="Accelerate the ray intersection process by using GPUs"
+arch=('x86_64')
+url="http://www.luxrender.net/";
+license=('GPL')
+depends=('embree' 'opencl-icd-loader' 'libgl' 'openimageio')
+makedepends=('boost' 'cmake' 'freetype2' 'gtk3' 'libpng' 'mesa' 
'opencl-headers' 'glew' 'freeglut')
+optdepends=('glew: demos (SmallLuxGPU etc.)'
+'gtk3: luxcoreui'
+'freeglut: demos (SmallLuxGPU etc.)'
+'boost-libs: demos (SmallLuxGPU etc.)')
+options=('staticlibs')
+source=($pkgname-$pkgver.tar.bz2::https://bitbucket.org/luxrender/luxrays/get/luxrender_v$pkgver.tar.bz2
 \
+force_python3.diff)
+md5sums=('4c8df34d90dc04b50a180b945041cd92'
+ '36c9823246c2b575415c1709e065727c')
+
+prepare() {
+  cd "$srcdir"/luxrender-luxrays-$_pkgver
+
+  # force python3 for boost
+  patch -Np1 < "$srcdir/force_python3.diff" || true
+}
+
+build() {
+  cd "$srcdir/luxrender-luxrays-$_pkgver"
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DLUXRAYS_DISABLE_OPENCL=OFF
+  # this sucks, but luxrays doesn't seem to honor  CMAKE_*_LINKER_FLAGS
+  # thanks bartus from AUR for the fix
+  for file in `grep lboost_python -l -R ` ;do sed -i 's/$/ -lpython3/' $file ; 
done
+  make
+}
+
+package() {
+  cd "$srcdir/luxrender-luxrays-$_pkgver"
+
+  install -d -m755 "$pkgdir"/usr/{bin,include,lib}
+  install -m755 bin/* "$pkgdir"/usr/bin
+  install -m644 lib/* "$pkgdir"/usr/lib
+  cp -a include "$pkgdir"/usr
+
+  # install pyluxcore to the Python search path
+  install -d -m755 "$pkgdir"/usr/lib/python3.6/
+  mv "$pkgdir"/usr/lib/pyluxcore.so "$pkgdir"/usr/lib/python3.6/
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: force_python3.diff
===
--- force_python3.diff  2018-04-02 01:05:29 UTC (rev 313794)
+++ force_python3.diff  2018-04-02 01:05:37 UTC (rev 313795)
@@ -1,12 +0,0 @@
-diff -rup luxrender-luxrays-61352e6aae3f.orig/cmake/Dependencies.cmake 
luxrender-luxrays-61

[arch-commits] Commit in luxrays/repos/community-x86_64 (4 files)

2018-03-25 Thread Bartłomiej Piotrowski via arch-commits
Date: Sunday, March 25, 2018 @ 10:58:51
  Author: bpiotrowski
Revision: 312553

archrelease: copy trunk to community-x86_64

Added:
  luxrays/repos/community-x86_64/PKGBUILD
(from rev 312552, luxrays/trunk/PKGBUILD)
  luxrays/repos/community-x86_64/force_python3.diff
(from rev 312552, luxrays/trunk/force_python3.diff)
Deleted:
  luxrays/repos/community-x86_64/PKGBUILD
  luxrays/repos/community-x86_64/force_python3.diff

+
 PKGBUILD   |  114 +--
 force_python3.diff |   24 +-
 2 files changed, 68 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-25 10:58:45 UTC (rev 312552)
+++ PKGBUILD2018-03-25 10:58:51 UTC (rev 312553)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky 
-pkgname='luxrays'
-pkgver=1.6
-_pkgver=61352e6aae3f
-pkgrel=14
-pkgdesc="Accelerate the ray intersection process by using GPUs"
-arch=('x86_64')
-url="http://www.luxrender.net/";
-license=('GPL')
-depends=('embree' 'opencl-icd-loader' 'libgl' 'openimageio')
-makedepends=('boost' 'cmake' 'freetype2' 'gtk3' 'libpng' 'mesa' 
'opencl-headers' 'glew' 'freeglut')
-optdepends=('amdapp-sdk: OpenCL support for AMD GPUs' \
-'intel-opencl-runtime: OpenCL support for Intel CPUs' \
-'glew: demos (SmallLuxGPU etc.)' \
-'gtk3: luxcoreui'
-'freeglut: demos (SmallLuxGPU etc.)' \
-'boost-libs: demos (SmallLuxGPU etc.)')
-options=('staticlibs')
-source=($pkgname-$pkgver.tar.bz2::https://bitbucket.org/luxrender/luxrays/get/luxrender_v$pkgver.tar.bz2
 \
-force_python3.diff)
-md5sums=('4c8df34d90dc04b50a180b945041cd92'
- '36c9823246c2b575415c1709e065727c')
-
-prepare() {
-  cd "$srcdir"/luxrender-luxrays-$_pkgver
-
-  # force python3 for boost
-  patch -Np1 < "$srcdir/force_python3.diff" || true
-}
-
-build() {
-  cd "$srcdir/luxrender-luxrays-$_pkgver"
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=ON \
--DLUXRAYS_DISABLE_OPENCL=OFF
-  # this sucks, but luxrays doesn't seem to honor  CMAKE_*_LINKER_FLAGS
-  # thanks bartus from AUR for the fix
-  for file in `grep lboost_python -l -R ` ;do sed -i 's/$/ -lpython3/' $file ; 
done
-  make
-}
-
-package() {
-  cd "$srcdir/luxrender-luxrays-$_pkgver"
-
-  install -d -m755 "$pkgdir"/usr/{bin,include,lib}
-  install -m755 bin/* "$pkgdir"/usr/bin
-  install -m644 lib/* "$pkgdir"/usr/lib
-  cp -a include "$pkgdir"/usr
-
-  # install pyluxcore to the Python search path
-  install -d -m755 "$pkgdir"/usr/lib/python3.6/
-  mv "$pkgdir"/usr/lib/pyluxcore.so "$pkgdir"/usr/lib/python3.6/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: luxrays/repos/community-x86_64/PKGBUILD (from rev 312552, 
luxrays/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-25 10:58:51 UTC (rev 312553)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+pkgname='luxrays'
+pkgver=1.6
+_pkgver=61352e6aae3f
+pkgrel=15
+pkgdesc="Accelerate the ray intersection process by using GPUs"
+arch=('x86_64')
+url="http://www.luxrender.net/";
+license=('GPL')
+depends=('embree' 'opencl-icd-loader' 'libgl' 'openimageio')
+makedepends=('boost' 'cmake' 'freetype2' 'gtk3' 'libpng' 'mesa' 
'opencl-headers' 'glew' 'freeglut')
+optdepends=('glew: demos (SmallLuxGPU etc.)'
+'gtk3: luxcoreui'
+'freeglut: demos (SmallLuxGPU etc.)'
+'boost-libs: demos (SmallLuxGPU etc.)')
+options=('staticlibs')
+source=($pkgname-$pkgver.tar.bz2::https://bitbucket.org/luxrender/luxrays/get/luxrender_v$pkgver.tar.bz2
 \
+force_python3.diff)
+md5sums=('4c8df34d90dc04b50a180b945041cd92'
+ '36c9823246c2b575415c1709e065727c')
+
+prepare() {
+  cd "$srcdir"/luxrender-luxrays-$_pkgver
+
+  # force python3 for boost
+  patch -Np1 < "$srcdir/force_python3.diff" || true
+}
+
+build() {
+  cd "$srcdir/luxrender-luxrays-$_pkgver"
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DLUXRAYS_DISABLE_OPENCL=OFF
+  # this sucks, but luxrays doesn't seem to honor  CMAKE_*_LINKER_FLAGS
+  # thanks bartus from AUR for the fix
+  for file in `grep lboost_python -l -R ` ;do sed -i 's/$/ -lpython3/' $file ; 
done
+  make
+}
+
+package() {
+  cd "$srcdir/luxrender-luxrays-$_pkgver"
+
+  install -d -m755 "$pkgdir"/usr/{bin,include,lib}
+  install -m755 bin/* "$pkgdir"/usr/bin
+  install -m644 lib/* "$pkgdir"/usr/lib
+  cp -a include "$pkgdir"/usr
+
+  # install pyluxcore to the Python search path
+  install -d -m755 "$pkgdir"/usr/lib/python3.6/
+  mv "$pkgdir"/usr/lib/pyluxcore.so "$pkgdir"/usr/lib/python3.6/
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: force_python3.diff
===
--- force_python3.diff  2018-03-25 10:58:45 UTC (rev 312552)
+++ force_python3.diff  2018-03-25 10:

[arch-commits] Commit in luxrays/repos/community-x86_64 (4 files)

2017-07-13 Thread Bartłomiej Piotrowski
Date: Thursday, July 13, 2017 @ 21:04:51
  Author: bpiotrowski
Revision: 245026

archrelease: copy trunk to community-x86_64

Added:
  luxrays/repos/community-x86_64/PKGBUILD
(from rev 245025, luxrays/trunk/PKGBUILD)
  luxrays/repos/community-x86_64/force_python3.diff
(from rev 245025, luxrays/trunk/force_python3.diff)
Deleted:
  luxrays/repos/community-x86_64/PKGBUILD
  luxrays/repos/community-x86_64/force_python3.diff

+
 PKGBUILD   |  116 +--
 force_python3.diff |   24 +-
 2 files changed, 70 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-13 21:04:46 UTC (rev 245025)
+++ PKGBUILD2017-07-13 21:04:51 UTC (rev 245026)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky 
-pkgname='luxrays'
-pkgver=1.6
-_pkgver=61352e6aae3f
-pkgrel=9
-pkgdesc="Accelerate the ray intersection process by using GPUs"
-arch=('x86_64')
-url="http://www.luxrender.net/";
-license=('GPL')
-depends=('embree' 'opencl-icd-loader' 'libgl' 'openimageio')
-makedepends=('boost' 'cmake' 'freetype2' 'gtk3' 'libpng' 'mesa' 
'opencl-headers' 'glew' 'freeglut')
-optdepends=('amdapp-sdk: OpenCL support for AMD GPUs' \
-'intel-opencl-runtime: OpenCL support for Intel CPUs' \
-'glew: demos (SmallLuxGPU etc.)' \
-'gtk3: luxcoreui'
-'freeglut: demos (SmallLuxGPU etc.)' \
-'boost-libs: demos (SmallLuxGPU etc.)')
-options=('staticlibs')
-source=($pkgname-$pkgver.tar.bz2::https://bitbucket.org/luxrender/luxrays/get/luxrender_v$pkgver.tar.bz2
 \
-force_python3.diff)
-md5sums=('4c8df34d90dc04b50a180b945041cd92'
- '36c9823246c2b575415c1709e065727c')
-
-prepare() {
-  cd "$srcdir"/luxrender-luxrays-$_pkgver
-
-  # force python3 for boost
-  patch -Np1 < "$srcdir/force_python3.diff" || true
-}
-
-build() {
-  cd "$srcdir/luxrender-luxrays-$_pkgver"
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=ON \
--DLUXRAYS_DISABLE_OPENCL=OFF
-  # this sucks, but luxrays doesn't seem to honor  CMAKE_*_LINKER_FLAGS
-  # thanks bartus from AUR for the fix
-  for file in `grep lboost_python -l -R ` ;do sed -i 's/$/ -lpython3/' $file ; 
done
-  make
-}
-
-package() {
-  cd "$srcdir/luxrender-luxrays-$_pkgver"
-
-  install -d -m755 "$pkgdir"/usr/{bin,include,lib}
-  install -m755 bin/* "$pkgdir"/usr/bin
-  install -m644 lib/* "$pkgdir"/usr/lib
-  cp -a include "$pkgdir"/usr
-
-  # install pyluxcore to the Python search path
-  install -d -m755 "$pkgdir"/usr/lib/python3.6/
-  mv "$pkgdir"/usr/lib/pyluxcore.so "$pkgdir"/usr/lib/python3.6/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: luxrays/repos/community-x86_64/PKGBUILD (from rev 245025, 
luxrays/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-13 21:04:51 UTC (rev 245026)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+pkgname='luxrays'
+pkgver=1.6
+_pkgver=61352e6aae3f
+pkgrel=10
+pkgdesc="Accelerate the ray intersection process by using GPUs"
+arch=('x86_64')
+url="http://www.luxrender.net/";
+license=('GPL')
+depends=('embree' 'opencl-icd-loader' 'libgl' 'openimageio')
+makedepends=('boost' 'cmake' 'freetype2' 'gtk3' 'libpng' 'mesa' 
'opencl-headers' 'glew' 'freeglut')
+optdepends=('amdapp-sdk: OpenCL support for AMD GPUs' \
+'intel-opencl-runtime: OpenCL support for Intel CPUs' \
+'glew: demos (SmallLuxGPU etc.)' \
+'gtk3: luxcoreui'
+'freeglut: demos (SmallLuxGPU etc.)' \
+'boost-libs: demos (SmallLuxGPU etc.)')
+options=('staticlibs')
+source=($pkgname-$pkgver.tar.bz2::https://bitbucket.org/luxrender/luxrays/get/luxrender_v$pkgver.tar.bz2
 \
+force_python3.diff)
+md5sums=('4c8df34d90dc04b50a180b945041cd92'
+ '36c9823246c2b575415c1709e065727c')
+
+prepare() {
+  cd "$srcdir"/luxrender-luxrays-$_pkgver
+
+  # force python3 for boost
+  patch -Np1 < "$srcdir/force_python3.diff" || true
+}
+
+build() {
+  cd "$srcdir/luxrender-luxrays-$_pkgver"
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DLUXRAYS_DISABLE_OPENCL=OFF
+  # this sucks, but luxrays doesn't seem to honor  CMAKE_*_LINKER_FLAGS
+  # thanks bartus from AUR for the fix
+  for file in `grep lboost_python -l -R ` ;do sed -i 's/$/ -lpython3/' $file ; 
done
+  make
+}
+
+package() {
+  cd "$srcdir/luxrender-luxrays-$_pkgver"
+
+  install -d -m755 "$pkgdir"/usr/{bin,include,lib}
+  install -m755 bin/* "$pkgdir"/usr/bin
+  install -m644 lib/* "$pkgdir"/usr/lib
+  cp -a include "$pkgdir"/usr
+
+  # install pyluxcore to the Python search path
+  install -d -m755 "$pkgdir"/usr/lib/python3.6/
+  mv "$pkgdir"/usr/lib/pyluxcore.so "$pkgdir"/usr/lib/python3.6/
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: force_python3.diff
=

[arch-commits] Commit in luxrays/repos/community-x86_64 (4 files)

2017-01-18 Thread Lukas Jirkovsky
Date: Wednesday, January 18, 2017 @ 20:08:04
  Author: stativ
Revision: 207921

archrelease: copy trunk to community-x86_64

Added:
  luxrays/repos/community-x86_64/PKGBUILD
(from rev 207920, luxrays/trunk/PKGBUILD)
  luxrays/repos/community-x86_64/force_python3.diff
(from rev 207920, luxrays/trunk/force_python3.diff)
Deleted:
  luxrays/repos/community-x86_64/PKGBUILD
  luxrays/repos/community-x86_64/force_python3.diff

+
 PKGBUILD   |  116 +--
 force_python3.diff |   24 +-
 2 files changed, 70 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-18 20:08:01 UTC (rev 207920)
+++ PKGBUILD2017-01-18 20:08:04 UTC (rev 207921)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky 
-pkgname='luxrays'
-pkgver=1.6
-_pkgver=61352e6aae3f
-pkgrel=7
-pkgdesc="Accelerate the ray intersection process by using GPUs"
-arch=('x86_64')
-url="http://www.luxrender.net/";
-license=('GPL')
-depends=('embree' 'opencl-icd-loader' 'libgl' 'openimageio')
-makedepends=('boost' 'cmake' 'freetype2' 'gtk3' 'libpng' 'mesa' 
'opencl-headers' 'glew' 'freeglut')
-optdepends=('amdapp-sdk: OpenCL support for AMD GPUs' \
-'intel-opencl-runtime: OpenCL support for Intel CPUs' \
-'glew: demos (SmallLuxGPU etc.)' \
-'gtk3: luxcoreui'
-'freeglut: demos (SmallLuxGPU etc.)' \
-'boost-libs: demos (SmallLuxGPU etc.)')
-options=('staticlibs')
-source=($pkgname-$pkgver.tar.bz2::https://bitbucket.org/luxrender/luxrays/get/luxrender_v$pkgver.tar.bz2
 \
-force_python3.diff)
-md5sums=('4c8df34d90dc04b50a180b945041cd92'
- '36c9823246c2b575415c1709e065727c')
-
-prepare() {
-  cd "$srcdir"/luxrender-luxrays-$_pkgver
-
-  # force python3 for boost
-  patch -Np1 < "$srcdir/force_python3.diff" || true
-}
-
-build() {
-  cd "$srcdir/luxrender-luxrays-$_pkgver"
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=ON \
--DLUXRAYS_DISABLE_OPENCL=OFF
-  # this sucks, but luxrays doesn't seem to honor  CMAKE_*_LINKER_FLAGS
-  # thanks bartus from AUR for the fix
-  for file in `grep lboost_python -l -R ` ;do sed -i 's/$/ -lpython3/' $file ; 
done
-  make
-}
-
-package() {
-  cd "$srcdir/luxrender-luxrays-$_pkgver"
-
-  install -d -m755 "$pkgdir"/usr/{bin,include,lib}
-  install -m755 bin/* "$pkgdir"/usr/bin
-  install -m644 lib/* "$pkgdir"/usr/lib
-  cp -a include "$pkgdir"/usr
-
-  # install pyluxcore to the Python search path
-  install -d -m755 "$pkgdir"/usr/lib/python3.6/
-  mv "$pkgdir"/usr/lib/pyluxcore.so "$pkgdir"/usr/lib/python3.6/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: luxrays/repos/community-x86_64/PKGBUILD (from rev 207920, 
luxrays/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-18 20:08:04 UTC (rev 207921)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+pkgname='luxrays'
+pkgver=1.6
+_pkgver=61352e6aae3f
+pkgrel=8
+pkgdesc="Accelerate the ray intersection process by using GPUs"
+arch=('x86_64')
+url="http://www.luxrender.net/";
+license=('GPL')
+depends=('embree' 'opencl-icd-loader' 'libgl' 'openimageio')
+makedepends=('boost' 'cmake' 'freetype2' 'gtk3' 'libpng' 'mesa' 
'opencl-headers' 'glew' 'freeglut')
+optdepends=('amdapp-sdk: OpenCL support for AMD GPUs' \
+'intel-opencl-runtime: OpenCL support for Intel CPUs' \
+'glew: demos (SmallLuxGPU etc.)' \
+'gtk3: luxcoreui'
+'freeglut: demos (SmallLuxGPU etc.)' \
+'boost-libs: demos (SmallLuxGPU etc.)')
+options=('staticlibs')
+source=($pkgname-$pkgver.tar.bz2::https://bitbucket.org/luxrender/luxrays/get/luxrender_v$pkgver.tar.bz2
 \
+force_python3.diff)
+md5sums=('4c8df34d90dc04b50a180b945041cd92'
+ '36c9823246c2b575415c1709e065727c')
+
+prepare() {
+  cd "$srcdir"/luxrender-luxrays-$_pkgver
+
+  # force python3 for boost
+  patch -Np1 < "$srcdir/force_python3.diff" || true
+}
+
+build() {
+  cd "$srcdir/luxrender-luxrays-$_pkgver"
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DLUXRAYS_DISABLE_OPENCL=OFF
+  # this sucks, but luxrays doesn't seem to honor  CMAKE_*_LINKER_FLAGS
+  # thanks bartus from AUR for the fix
+  for file in `grep lboost_python -l -R ` ;do sed -i 's/$/ -lpython3/' $file ; 
done
+  make
+}
+
+package() {
+  cd "$srcdir/luxrender-luxrays-$_pkgver"
+
+  install -d -m755 "$pkgdir"/usr/{bin,include,lib}
+  install -m755 bin/* "$pkgdir"/usr/bin
+  install -m644 lib/* "$pkgdir"/usr/lib
+  cp -a include "$pkgdir"/usr
+
+  # install pyluxcore to the Python search path
+  install -d -m755 "$pkgdir"/usr/lib/python3.6/
+  mv "$pkgdir"/usr/lib/pyluxcore.so "$pkgdir"/usr/lib/python3.6/
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: force_python3.diff
===

[arch-commits] Commit in luxrays/repos/community-x86_64 (4 files)

2016-12-05 Thread Laurent Carlier
Date: Monday, December 5, 2016 @ 09:17:26
  Author: lcarlier
Revision: 197970

archrelease: copy trunk to community-x86_64

Added:
  luxrays/repos/community-x86_64/PKGBUILD
(from rev 197969, luxrays/trunk/PKGBUILD)
  luxrays/repos/community-x86_64/force_python3.diff
(from rev 197969, luxrays/trunk/force_python3.diff)
Deleted:
  luxrays/repos/community-x86_64/PKGBUILD
  luxrays/repos/community-x86_64/force_python3.diff

+
 PKGBUILD   |  117 +--
 force_python3.diff |   24 +-
 2 files changed, 70 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-05 09:17:21 UTC (rev 197969)
+++ PKGBUILD2016-12-05 09:17:26 UTC (rev 197970)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky 
-pkgname='luxrays'
-pkgver=1.6
-_pkgver=61352e6aae3f
-pkgrel=4
-pkgdesc="Accelerate the ray intersection process by using GPUs"
-arch=('x86_64')
-url="http://www.luxrender.net/";
-license=('GPL')
-depends=('embree' 'libcl' 'libgl' 'openimageio')
-makedepends=('boost' 'cmake' 'freetype2' 'gtk3' 'libpng' 'mesa' 
'opencl-headers' 'glew' 'freeglut')
-optdepends=('opencl-nvidia: OpenCL support for nVidia GPUs' \
-'amdapp-sdk: OpenCL support for AMD GPUs' \
-'intel-opencl-runtime: OpenCL support for Intel CPUs' \
-'glew: demos (SmallLuxGPU etc.)' \
-'gtk3: luxcoreui'
-'freeglut: demos (SmallLuxGPU etc.)' \
-'boost-libs: demos (SmallLuxGPU etc.)')
-options=('staticlibs')
-source=($pkgname-$pkgver.tar.bz2::https://bitbucket.org/luxrender/luxrays/get/luxrender_v$pkgver.tar.bz2
 \
-force_python3.diff)
-md5sums=('4c8df34d90dc04b50a180b945041cd92'
- '36c9823246c2b575415c1709e065727c')
-
-prepare() {
-  cd "$srcdir"/luxrender-luxrays-$_pkgver
-
-  # force python3 for boost
-  patch -Np1 < "$srcdir/force_python3.diff" || true
-}
-
-build() {
-  cd "$srcdir/luxrender-luxrays-$_pkgver"
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=ON \
--DLUXRAYS_DISABLE_OPENCL=OFF
-  # this sucks, but luxrays doesn't seem to honor  CMAKE_*_LINKER_FLAGS
-  # thanks bartus from AUR for the fix
-  for file in `grep lboost_python -l -R ` ;do sed -i 's/$/ -lpython3/' $file ; 
done
-  make
-}
-
-package() {
-  cd "$srcdir/luxrender-luxrays-$_pkgver"
-
-  install -d -m755 "$pkgdir"/usr/{bin,include,lib}
-  install -m755 bin/* "$pkgdir"/usr/bin
-  install -m644 lib/* "$pkgdir"/usr/lib
-  cp -a include "$pkgdir"/usr
-
-  # install pyluxcore to the Python search path
-  install -d -m755 "$pkgdir"/usr/lib/python3.5/
-  mv "$pkgdir"/usr/lib/pyluxcore.so "$pkgdir"/usr/lib/python3.5/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: luxrays/repos/community-x86_64/PKGBUILD (from rev 197969, 
luxrays/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-05 09:17:26 UTC (rev 197970)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+pkgname='luxrays'
+pkgver=1.6
+_pkgver=61352e6aae3f
+pkgrel=5
+pkgdesc="Accelerate the ray intersection process by using GPUs"
+arch=('x86_64')
+url="http://www.luxrender.net/";
+license=('GPL')
+depends=('embree' 'opencl-icd-loader' 'libgl' 'openimageio')
+makedepends=('boost' 'cmake' 'freetype2' 'gtk3' 'libpng' 'mesa' 
'opencl-headers' 'glew' 'freeglut')
+optdepends=('amdapp-sdk: OpenCL support for AMD GPUs' \
+'intel-opencl-runtime: OpenCL support for Intel CPUs' \
+'glew: demos (SmallLuxGPU etc.)' \
+'gtk3: luxcoreui'
+'freeglut: demos (SmallLuxGPU etc.)' \
+'boost-libs: demos (SmallLuxGPU etc.)')
+options=('staticlibs')
+source=($pkgname-$pkgver.tar.bz2::https://bitbucket.org/luxrender/luxrays/get/luxrender_v$pkgver.tar.bz2
 \
+force_python3.diff)
+md5sums=('4c8df34d90dc04b50a180b945041cd92'
+ '36c9823246c2b575415c1709e065727c')
+
+prepare() {
+  cd "$srcdir"/luxrender-luxrays-$_pkgver
+
+  # force python3 for boost
+  patch -Np1 < "$srcdir/force_python3.diff" || true
+}
+
+build() {
+  cd "$srcdir/luxrender-luxrays-$_pkgver"
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DLUXRAYS_DISABLE_OPENCL=OFF
+  # this sucks, but luxrays doesn't seem to honor  CMAKE_*_LINKER_FLAGS
+  # thanks bartus from AUR for the fix
+  for file in `grep lboost_python -l -R ` ;do sed -i 's/$/ -lpython3/' $file ; 
done
+  make
+}
+
+package() {
+  cd "$srcdir/luxrender-luxrays-$_pkgver"
+
+  install -d -m755 "$pkgdir"/usr/{bin,include,lib}
+  install -m755 bin/* "$pkgdir"/usr/bin
+  install -m644 lib/* "$pkgdir"/usr/lib
+  cp -a include "$pkgdir"/usr
+
+  # install pyluxcore to the Python search path
+  install -d -m755 "$pkgdir"/usr/lib/python3.5/
+  mv "$pkgdir"/usr/lib/pyluxcore.so "$pkgdir"/usr/lib/python3.5/
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: force_py

[arch-commits] Commit in luxrays/repos/community-x86_64 (4 files)

2016-05-29 Thread Lukas Jirkovsky
Date: Sunday, May 29, 2016 @ 15:25:37
  Author: stativ
Revision: 177423

archrelease: copy trunk to community-x86_64

Added:
  luxrays/repos/community-x86_64/PKGBUILD
(from rev 177422, luxrays/trunk/PKGBUILD)
  luxrays/repos/community-x86_64/force_python3.diff
(from rev 177422, luxrays/trunk/force_python3.diff)
Deleted:
  luxrays/repos/community-x86_64/PKGBUILD
  luxrays/repos/community-x86_64/force_python3.diff

+
 PKGBUILD   |  118 +--
 force_python3.diff |   24 +-
 2 files changed, 71 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-29 13:16:26 UTC (rev 177422)
+++ PKGBUILD2016-05-29 13:25:37 UTC (rev 177423)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky 
-pkgname='luxrays'
-pkgver=1.6
-_pkgver=61352e6aae3f
-pkgrel=1
-pkgdesc="Accelerate the ray intersection process by using GPUs"
-arch=('x86_64')
-url="http://www.luxrender.net/";
-license=('GPL')
-depends=('embree' 'libcl' 'libgl' 'openimageio')
-makedepends=('boost' 'cmake' 'freetype2' 'gtk3' 'libpng' 'mesa' 
'opencl-headers' 'glew' 'freeglut')
-optdepends=('opencl-nvidia: OpenCL support for nVidia GPUs' \
-'amdapp-sdk: OpenCL support for AMD GPUs' \
-'intel-opencl-runtime: OpenCL support for Intel CPUs' \
-'glew: demos (SmallLuxGPU etc.)' \
-'gtk3: luxcoreui'
-'freeglut: demos (SmallLuxGPU etc.)' \
-'boost-libs: demos (SmallLuxGPU etc.)')
-options=('staticlibs')
-source=($pkgname-$pkgver.tar.bz2::https://bitbucket.org/luxrender/luxrays/get/luxrender_v$pkgver.tar.bz2
 \
-force_python3.diff)
-md5sums=('4c8df34d90dc04b50a180b945041cd92'
- '36c9823246c2b575415c1709e065727c')
-
-prepare() {
-  cd "$srcdir"/luxrender-luxrays-$_pkgver
-
-  # force python3 for boost
-  patch -Np1 < "$srcdir/force_python3.diff" || true
-}
-
-build() {
-  cd "$srcdir/luxrender-luxrays-$_pkgver"
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=ON \
--DLUXRAYS_DISABLE_OPENCL=OFF
-  # this sucks, but luxrays doesn't seem to honor  CMAKE_*_LINKER_FLAGS
-  # thanks bartus from AUR for the fix
-  for file in `grep lboost_python -l -R ` ;do sed -i 's/$/ -lpython3/' $file ; 
done
-  make
-}
-
-package() {
-  cd "$srcdir/luxrender-luxrays-$_pkgver"
-
-  install -d -m755 "$pkgdir"/usr/{bin,include,lib}
-  install -m755 bin/* "$pkgdir"/usr/bin
-  install -m644 lib/* "$pkgdir"/usr/lib
-  cp -a include "$pkgdir"/usr
-
-  # install pyluxcore to the Python search path
-  install -d -m755 "$pkgdir"/usr/lib/python3.5/
-  mv "$pkgdir"/usr/lib/pyluxcore.so "$pkgdir"/usr/lib/python3.5/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: luxrays/repos/community-x86_64/PKGBUILD (from rev 177422, 
luxrays/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-29 13:25:37 UTC (rev 177423)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+pkgname='luxrays'
+pkgver=1.6
+_pkgver=61352e6aae3f
+pkgrel=1
+pkgdesc="Accelerate the ray intersection process by using GPUs"
+arch=('x86_64')
+url="http://www.luxrender.net/";
+license=('GPL')
+depends=('embree' 'libcl' 'libgl' 'openimageio')
+makedepends=('boost' 'cmake' 'freetype2' 'gtk3' 'libpng' 'mesa' 
'opencl-headers' 'glew' 'freeglut')
+optdepends=('opencl-nvidia: OpenCL support for nVidia GPUs' \
+'amdapp-sdk: OpenCL support for AMD GPUs' \
+'intel-opencl-runtime: OpenCL support for Intel CPUs' \
+'glew: demos (SmallLuxGPU etc.)' \
+'gtk3: luxcoreui'
+'freeglut: demos (SmallLuxGPU etc.)' \
+'boost-libs: demos (SmallLuxGPU etc.)')
+options=('staticlibs')
+source=($pkgname-$pkgver.tar.bz2::https://bitbucket.org/luxrender/luxrays/get/luxrender_v$pkgver.tar.bz2
 \
+force_python3.diff)
+md5sums=('4c8df34d90dc04b50a180b945041cd92'
+ '36c9823246c2b575415c1709e065727c')
+
+prepare() {
+  cd "$srcdir"/luxrender-luxrays-$_pkgver
+
+  # force python3 for boost
+  patch -Np1 < "$srcdir/force_python3.diff" || true
+}
+
+build() {
+  cd "$srcdir/luxrender-luxrays-$_pkgver"
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DLUXRAYS_DISABLE_OPENCL=OFF
+  # this sucks, but luxrays doesn't seem to honor  CMAKE_*_LINKER_FLAGS
+  # thanks bartus from AUR for the fix
+  for file in `grep lboost_python -l -R ` ;do sed -i 's/$/ -lpython3/' $file ; 
done
+  make
+}
+
+package() {
+  cd "$srcdir/luxrender-luxrays-$_pkgver"
+
+  install -d -m755 "$pkgdir"/usr/{bin,include,lib}
+  install -m755 bin/* "$pkgdir"/usr/bin
+  install -m644 lib/* "$pkgdir"/usr/lib
+  cp -a include "$pkgdir"/usr
+
+  # install pyluxcore to the Python search path
+  install -d -m755 "$pkgdir"/usr/lib/python3.5/
+  mv "$pkgdir"/usr/lib/pyluxcore.so "$pkgdir"/usr/lib/python3.5/
+}

[arch-commits] Commit in luxrays/repos/community-x86_64 (4 files)

2016-05-29 Thread Lukas Jirkovsky
Date: Sunday, May 29, 2016 @ 15:16:26
  Author: stativ
Revision: 177422

archrelease: copy trunk to community-x86_64

Added:
  luxrays/repos/community-x86_64/PKGBUILD
(from rev 177421, luxrays/trunk/PKGBUILD)
  luxrays/repos/community-x86_64/force_python3.diff
(from rev 177421, luxrays/trunk/force_python3.diff)
Deleted:
  luxrays/repos/community-x86_64/PKGBUILD
  luxrays/repos/community-x86_64/force_python3.diff

+
 PKGBUILD   |  113 ++-
 force_python3.diff |   24 +-
 2 files changed, 71 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-29 13:16:13 UTC (rev 177421)
+++ PKGBUILD2016-05-29 13:16:26 UTC (rev 177422)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky 
-pkgname='luxrays'
-pkgver=1.5.1
-_pkgver=8577ff287efb
-pkgrel=2
-pkgdesc="Accelerate the ray intersection process by using GPUs"
-arch=('x86_64')
-url="http://www.luxrender.net/";
-license=('GPL')
-depends=('embree' 'libcl' 'libgl' 'openimageio')
-makedepends=('boost' 'cmake' 'freetype2' 'libpng' 'mesa' 'opencl-headers' 
'glew' 'freeglut')
-optdepends=('opencl-nvidia: OpenCL support for nVidia GPUs' \
-'amdapp-sdk: OpenCL support for AMD GPUs' \
-'intel-opencl-runtime: OpenCL support for Intel CPUs' \
-'glew: demos (SmallLuxGPU etc.)' \
-'freeglut: demos (SmallLuxGPU etc.)' \
-'boost-libs: demos (SmallLuxGPU etc.)')
-options=('staticlibs')
-source=($pkgname-$pkgver.tar.bz2::https://bitbucket.org/luxrender/luxrays/get/${_pkgver}.tar.bz2
 \
-force_python3.diff)
-md5sums=('2d6619e33fb4df237ba239b944e00e68'
- '3bfb5594a709d1ea772866d66904b8fd')
-
-prepare() {
-  cd "$srcdir"/luxrender-luxrays-$_pkgver
-
-  patch -Np1 < "$srcdir/force_python3.diff" || true
-}
-
-build() {
-  cd "$srcdir/luxrender-luxrays-$_pkgver"
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=ON \
--DLUXRAYS_DISABLE_OPENCL=OFF
-  make
-}
-
-package() {
-  cd "$srcdir/luxrender-luxrays-$_pkgver"
-
-  install -d -m755 "$pkgdir"/usr/{bin,include,lib}
-  install -m755 bin/* "$pkgdir"/usr/bin
-  install -m644 lib/* "$pkgdir"/usr/lib
-  cp -a include "$pkgdir"/usr
-
-  # install pyluxcore to the Python search path
-  install -d -m755 "$pkgdir"/usr/lib/python3.5/
-  mv "$pkgdir"/usr/lib/pyluxcore.so "$pkgdir"/usr/lib/python3.5/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: luxrays/repos/community-x86_64/PKGBUILD (from rev 177421, 
luxrays/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-29 13:16:26 UTC (rev 177422)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+pkgname='luxrays'
+pkgver=1.6
+_pkgver=61352e6aae3f
+pkgrel=1
+pkgdesc="Accelerate the ray intersection process by using GPUs"
+arch=('x86_64')
+url="http://www.luxrender.net/";
+license=('GPL')
+depends=('embree' 'libcl' 'libgl' 'openimageio')
+makedepends=('boost' 'cmake' 'freetype2' 'gtk3' 'libpng' 'mesa' 
'opencl-headers' 'glew' 'freeglut')
+optdepends=('opencl-nvidia: OpenCL support for nVidia GPUs' \
+'amdapp-sdk: OpenCL support for AMD GPUs' \
+'intel-opencl-runtime: OpenCL support for Intel CPUs' \
+'glew: demos (SmallLuxGPU etc.)' \
+'gtk3: luxcoreui'
+'freeglut: demos (SmallLuxGPU etc.)' \
+'boost-libs: demos (SmallLuxGPU etc.)')
+options=('staticlibs')
+source=($pkgname-$pkgver.tar.bz2::https://bitbucket.org/luxrender/luxrays/get/luxrender_v$pkgver.tar.bz2
 \
+force_python3.diff)
+md5sums=('4c8df34d90dc04b50a180b945041cd92'
+ '36c9823246c2b575415c1709e065727c')
+
+prepare() {
+  cd "$srcdir"/luxrender-luxrays-$_pkgver
+
+  # force python3 for boost
+  patch -Np1 < "$srcdir/force_python3.diff" || true
+}
+
+build() {
+  cd "$srcdir/luxrender-luxrays-$_pkgver"
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DLUXRAYS_DISABLE_OPENCL=OFF
+  # this sucks, but luxrays doesn't seem to honor  CMAKE_*_LINKER_FLAGS
+  # thanks bartus from AUR for the fix
+  for file in `grep lboost_python -l -R ` ;do sed -i 's/$/ -lpython3/' $file ; 
done
+  make
+}
+
+package() {
+  cd "$srcdir/luxrender-luxrays-$_pkgver"
+
+  install -d -m755 "$pkgdir"/usr/{bin,include,lib}
+  install -m755 bin/* "$pkgdir"/usr/bin
+  install -m644 lib/* "$pkgdir"/usr/lib
+  cp -a include "$pkgdir"/usr
+
+  # install pyluxcore to the Python search path
+  install -d -m755 "$pkgdir"/usr/lib/python3.5/
+  mv "$pkgdir"/usr/lib/pyluxcore.so "$pkgdir"/usr/lib/python3.5/
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: force_python3.diff
===
--- force_python3.diff  2016-05-29 13:16:13 UTC (rev 177421)
+++ force_python3.diff  2016-05-29 13:16:26 UTC (rev 177422)
@@ -1,12 +0,0 @@
-diff -ru

[arch-commits] Commit in luxrays/repos/community-x86_64 (4 files)

2016-02-21 Thread Lukas Jirkovsky
Date: Sunday, February 21, 2016 @ 11:21:53
  Author: stativ
Revision: 162987

archrelease: copy trunk to community-x86_64

Added:
  luxrays/repos/community-x86_64/PKGBUILD
(from rev 162986, luxrays/trunk/PKGBUILD)
  luxrays/repos/community-x86_64/force_python3.diff
(from rev 162986, luxrays/trunk/force_python3.diff)
Deleted:
  luxrays/repos/community-x86_64/PKGBUILD
  luxrays/repos/community-x86_64/force_python3.diff

+
 PKGBUILD   |  108 +--
 force_python3.diff |   24 +--
 2 files changed, 66 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-21 10:21:47 UTC (rev 162986)
+++ PKGBUILD2016-02-21 10:21:53 UTC (rev 162987)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky 
-pkgname='luxrays'
-pkgver=1.5
-_pkgver=53c0b9a41ea2
-pkgrel=5
-pkgdesc="Accelerate the ray intersection process by using GPUs"
-arch=('x86_64')
-url="http://www.luxrender.net/";
-license=('GPL')
-depends=('embree' 'libcl' 'libgl' 'openimageio')
-makedepends=('boost' 'cmake' 'freetype2' 'libpng' 'mesa' 'opencl-headers' 
'glew' 'freeglut')
-optdepends=('opencl-nvidia: OpenCL support for nVidia GPUs' \
-'amdapp-sdk: OpenCL support for AMD GPUs' \
-'intel-opencl-runtime: OpenCL support for Intel CPUs' \
-'glew: demos (SmallLuxGPU etc.)' \
-'freeglut: demos (SmallLuxGPU etc.)' \
-'boost-libs: demos (SmallLuxGPU etc.)')
-options=('staticlibs')
-source=($pkgname-$pkgver.tar.bz2::https://bitbucket.org/luxrender/luxrays/get/${_pkgver}.tar.bz2
 \
-force_python3.diff)
-md5sums=('92f96a13b5c0c337ae156a6851c98cad'
- '3bfb5594a709d1ea772866d66904b8fd')
-
-prepare() {
-  cd "$srcdir"/luxrender-luxrays-$_pkgver
-
-  patch -Np1 < "$srcdir/force_python3.diff" || true
-}
-
-build() {
-  cd "$srcdir/luxrender-luxrays-$_pkgver"
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=ON \
--DLUXRAYS_DISABLE_OPENCL=OFF
-  make
-}
-
-package() {
-  cd "$srcdir/luxrender-luxrays-$_pkgver"
-
-  install -d -m755 "$pkgdir"/usr/{bin,include,lib}
-  install -m755 bin/* "$pkgdir"/usr/bin
-  install -m644 lib/* "$pkgdir"/usr/lib
-  cp -a include "$pkgdir"/usr
-
-  # install pyluxcore to the Python search path
-  install -d -m755 "$pkgdir"/usr/lib/python3.5/
-  mv "$pkgdir"/usr/lib/pyluxcore.so "$pkgdir"/usr/lib/python3.5/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: luxrays/repos/community-x86_64/PKGBUILD (from rev 162986, 
luxrays/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-21 10:21:53 UTC (rev 162987)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+pkgname='luxrays'
+pkgver=1.5.1
+_pkgver=8577ff287efb
+pkgrel=1
+pkgdesc="Accelerate the ray intersection process by using GPUs"
+arch=('x86_64')
+url="http://www.luxrender.net/";
+license=('GPL')
+depends=('embree' 'libcl' 'libgl' 'openimageio')
+makedepends=('boost' 'cmake' 'freetype2' 'libpng' 'mesa' 'opencl-headers' 
'glew' 'freeglut')
+optdepends=('opencl-nvidia: OpenCL support for nVidia GPUs' \
+'amdapp-sdk: OpenCL support for AMD GPUs' \
+'intel-opencl-runtime: OpenCL support for Intel CPUs' \
+'glew: demos (SmallLuxGPU etc.)' \
+'freeglut: demos (SmallLuxGPU etc.)' \
+'boost-libs: demos (SmallLuxGPU etc.)')
+options=('staticlibs')
+source=($pkgname-$pkgver.tar.bz2::https://bitbucket.org/luxrender/luxrays/get/${_pkgver}.tar.bz2
 \
+force_python3.diff)
+md5sums=('2d6619e33fb4df237ba239b944e00e68'
+ '3bfb5594a709d1ea772866d66904b8fd')
+
+prepare() {
+  cd "$srcdir"/luxrender-luxrays-$_pkgver
+
+  patch -Np1 < "$srcdir/force_python3.diff" || true
+}
+
+build() {
+  cd "$srcdir/luxrender-luxrays-$_pkgver"
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DLUXRAYS_DISABLE_OPENCL=OFF
+  make
+}
+
+package() {
+  cd "$srcdir/luxrender-luxrays-$_pkgver"
+
+  install -d -m755 "$pkgdir"/usr/{bin,include,lib}
+  install -m755 bin/* "$pkgdir"/usr/bin
+  install -m644 lib/* "$pkgdir"/usr/lib
+  cp -a include "$pkgdir"/usr
+
+  # install pyluxcore to the Python search path
+  install -d -m755 "$pkgdir"/usr/lib/python3.5/
+  mv "$pkgdir"/usr/lib/pyluxcore.so "$pkgdir"/usr/lib/python3.5/
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: force_python3.diff
===
--- force_python3.diff  2016-02-21 10:21:47 UTC (rev 162986)
+++ force_python3.diff  2016-02-21 10:21:53 UTC (rev 162987)
@@ -1,12 +0,0 @@
-diff -rup luxrender-luxrays-7c7127ee1fa4/cmake/Dependencies.cmake 
luxrender-luxrays-7c7127ee1fa4.new/cmake/Dependencies.cmake
 luxrender-luxrays-7c7127ee1fa4/cmake/Dependencies.cmake2015-01-20 
23:45:32.0 +0100
-+++ luxrender-luxrays-7c7127ee1fa4.new/cmake/De

[arch-commits] Commit in luxrays/repos/community-x86_64 (4 files)

2015-08-30 Thread Lukas Jirkovsky
Date: Sunday, August 30, 2015 @ 11:36:42
  Author: stativ
Revision: 138971

archrelease: copy trunk to community-x86_64

Added:
  luxrays/repos/community-x86_64/PKGBUILD
(from rev 138970, luxrays/trunk/PKGBUILD)
  luxrays/repos/community-x86_64/force_python3.diff
(from rev 138970, luxrays/trunk/force_python3.diff)
Deleted:
  luxrays/repos/community-x86_64/PKGBUILD
  luxrays/repos/community-x86_64/force_python3.diff

+
 PKGBUILD   |  107 +--
 force_python3.diff |   24 +--
 2 files changed, 66 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-30 09:36:35 UTC (rev 138970)
+++ PKGBUILD2015-08-30 09:36:42 UTC (rev 138971)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky 
-pkgname='luxrays'
-pkgver=1.4
-_pkgver=7c7127ee1fa4
-pkgrel=4
-pkgdesc="Accelerate the ray intersection process by using GPUs"
-arch=('i686' 'x86_64')
-url="http://www.luxrender.net/";
-license=('GPL')
-depends=('freetype2' 'libcl' 'libgl' 'libpng' 'openimageio')
-makedepends=('cmake' 'boost' 'mesa' 'opencl-headers' 'glew' 'freeglut')
-optdepends=('opencl-nvidia: OpenCL support for nVidia GPUs' \
-'amdapp-sdk: OpenCL support for AMD GPUs' \
-'intel-opencl-runtime: OpenCL support for Intel CPUs' \
-'glew: demos (SmallLuxGPU etc.)' 'freeglut: demos (SmallLuxGPU 
etc.)' \
-'boost-libs: demos (SmallLuxGPU etc.)')
-options=('staticlibs')
-source=($pkgname-$pkgver.tar.bz2::https://bitbucket.org/luxrender/luxrays/get/${_pkgver}.tar.bz2
 \
-force_python3.diff)
-md5sums=('2dda3316fb2ae9be6e58b5fa3a35de62'
- '3bfb5594a709d1ea772866d66904b8fd')
-
-prepare() {
-  cd "$srcdir"/luxrender-luxrays-$_pkgver
-
-  patch -Np1 < "$srcdir/force_python3.diff" || true
-}
-
-build() {
-  cd "$srcdir/luxrender-luxrays-$_pkgver"
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=ON \
--DLUXRAYS_DISABLE_OPENCL=OFF \
-.
-  make
-}
-
-package() {
-  cd "$srcdir/luxrender-luxrays-$_pkgver"
-
-  install -d -m755 "$pkgdir"/usr/{bin,include,lib}
-  install -m755 bin/* "$pkgdir"/usr/bin
-  install -m644 lib/* "$pkgdir"/usr/lib
-  cp -a include "$pkgdir"/usr
-
-  # install pyluxcore to the Python search path
-  install -d -m755 "$pkgdir"/usr/lib/python3.4/
-  mv "$pkgdir"/usr/lib/pyluxcore.so "$pkgdir"/usr/lib/python3.4/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: luxrays/repos/community-x86_64/PKGBUILD (from rev 138970, 
luxrays/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-30 09:36:42 UTC (rev 138971)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+pkgname='luxrays'
+pkgver=1.5
+_pkgver=53c0b9a41ea2
+pkgrel=1
+pkgdesc="Accelerate the ray intersection process by using GPUs"
+arch=('x86_64')
+url="http://www.luxrender.net/";
+license=('GPL')
+depends=('embree' 'libcl' 'libgl' 'openimageio')
+makedepends=('boost' 'cmake' 'freetype2' 'libpng' 'mesa' 'opencl-headers' 
'glew' 'freeglut')
+optdepends=('opencl-nvidia: OpenCL support for nVidia GPUs' \
+'amdapp-sdk: OpenCL support for AMD GPUs' \
+'intel-opencl-runtime: OpenCL support for Intel CPUs' \
+'glew: demos (SmallLuxGPU etc.)' \
+'freeglut: demos (SmallLuxGPU etc.)' \
+'boost-libs: demos (SmallLuxGPU etc.)')
+options=('staticlibs')
+source=($pkgname-$pkgver.tar.bz2::https://bitbucket.org/luxrender/luxrays/get/${_pkgver}.tar.bz2
 \
+force_python3.diff)
+md5sums=('b432c48332a765791d27aaa25fee4783'
+ '3bfb5594a709d1ea772866d66904b8fd')
+
+prepare() {
+  cd "$srcdir"/luxrender-luxrays-$_pkgver
+
+  patch -Np1 < "$srcdir/force_python3.diff" || true
+}
+
+build() {
+  cd "$srcdir/luxrender-luxrays-$_pkgver"
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DLUXRAYS_DISABLE_OPENCL=OFF
+  make
+}
+
+package() {
+  cd "$srcdir/luxrender-luxrays-$_pkgver"
+
+  install -d -m755 "$pkgdir"/usr/{bin,include,lib}
+  install -m755 bin/* "$pkgdir"/usr/bin
+  install -m644 lib/* "$pkgdir"/usr/lib
+  cp -a include "$pkgdir"/usr
+
+  # install pyluxcore to the Python search path
+  install -d -m755 "$pkgdir"/usr/lib/python3.4/
+  mv "$pkgdir"/usr/lib/pyluxcore.so "$pkgdir"/usr/lib/python3.4/
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: force_python3.diff
===
--- force_python3.diff  2015-08-30 09:36:35 UTC (rev 138970)
+++ force_python3.diff  2015-08-30 09:36:42 UTC (rev 138971)
@@ -1,12 +0,0 @@
-diff -rup luxrender-luxrays-7c7127ee1fa4/cmake/Dependencies.cmake 
luxrender-luxrays-7c7127ee1fa4.new/cmake/Dependencies.cmake
 luxrender-luxrays-7c7127ee1fa4/cmake/Dependencies.cmake2015-01-20 
23:45:32.0 +0100
-+++ luxrender-luxrays-7c7127ee1fa4.new/cmake/Dependencies.cmake