diff options
author | root <root@rshg054.dnsready.net> | 2012-10-22 01:08:23 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-10-22 01:08:23 -0700 |
commit | 99746708edfd2c56f2ba654a14f27e98b1601a43 (patch) | |
tree | c54c0eba66ad0190e1be5b54fbdb73b875936943 /community-staging/luxrays | |
parent | 80b6d46a5c9da3f9d0db207d9d0adc265899a915 (diff) |
Mon Oct 22 01:08:14 PDT 2012
Diffstat (limited to 'community-staging/luxrays')
-rw-r--r-- | community-staging/luxrays/PKGBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/community-staging/luxrays/PKGBUILD b/community-staging/luxrays/PKGBUILD index 89e7088fb..16859c63f 100644 --- a/community-staging/luxrays/PKGBUILD +++ b/community-staging/luxrays/PKGBUILD @@ -1,16 +1,15 @@ -# $Id: PKGBUILD 77407 2012-10-09 16:46:51Z stativ $ +# $Id: PKGBUILD 78588 2012-10-21 14:58:02Z stativ $ # Maintainer: Lukas Jirkovsky <l.jirkovsky@gmail.com> pkgname=luxrays pkgver=1.1 _pkgver=589aa5dac899 -pkgrel=1 -epoch=0 +pkgrel=3 pkgdesc="Accelerate the ray intersection process by using GPUs" arch=('i686' 'x86_64') url="http://www.luxrender.net/" license=('GPL') depends=('freeimage' 'freeglut' 'glew' 'libcl') -makedepends=('cmake' 'boost' 'opencl-headers') +makedepends=('cmake' 'boost' 'mesa' 'opencl-headers') source=(https://bitbucket.org/luxrender/luxrays/get/$_pkgver.tar.bz2) md5sums=('7513d71148fa14bc1779b816816580b9') |