Username: Password: Remember me
Search Criteria Advanced
Package Details

lumina 0.4.0-3
http://lumina.sourceforge.net
Free cross-platform development environment for GLSL shaders

unsupported :: devel
Maintainer: encelo
Votes: 13

License: GPL

Last Updated: Mon, 20 Apr 2009 23:39:46 +0000
First Submitted: Wed, 26 Mar 2008 01:30:18 +0000

Tarball :: Files :: PKGBUILD

Dependencies qt

Sources
http://downloads.sourceforge.net/lumina/Lumina-0.4.0.tar.bz2
lumina.desktop
search_paths.patch
source_edit.patch
Comment by: encelo on Mon, 20 Apr 2009 23:40:07 +0000
Added a patch for the source editor
Comment by: Raedwulf on Sat, 18 Apr 2009 11:44:54 +0000
I found a bug in the source, it can be fixed with this patch:
--- Lumina-0.4.0/src/sourceedit.cpp~ 2008-07-24 18:08:19.000000000 +0100
+++ Lumina-0.4.0/src/sourceedit.cpp 2009-04-03 20:21:10.000000000 +0100
@@ -300,7 +300,7 @@
myClassFormat.setFontWeight(0);
myClassFormat.setForeground(Qt::darkGreen);

- index = text.indexOf(comment);
+ index = text.indexOf(pre);
while (index >= 0) {
length = pre.matchedLength();
setFormat(index, length, myClassFormat);
Comment by: Raedwulf on Fri, 03 Apr 2009 16:50:22 +0000
I'm getting segfaults on this.
Comment by: buggs on Fri, 05 Sep 2008 18:12:17 +0000
Please add x86_64 to arch=. It works.
Comment by: encelo on Fri, 22 Aug 2008 20:29:16 +0000
All the issues have been fixed. :-)
Comment by: StefanHusmann on Fri, 22 Aug 2008 20:17:21 +0000
Oops, another issue: Please upload the desktop file, it is not included in the tarball.
Comment by: StefanHusmann on Fri, 22 Aug 2008 20:06:10 +0000
Nice work. Two small issues:

* please do not use _pkgname here, especially not in the source-line. It is looking ugly on the AUR page, and you use it only twice.

* please use install -d instead of mkdir -p

Keep on contributing!
Comment by: encelo on Fri, 22 Aug 2008 19:39:38 +0000
- Updated to 0.4.0
- images directory isn't installed anymore
- Menu icon is the same as the application one
- Added a patch for search paths
Comment by: encelo on Mon, 02 Jun 2008 17:13:54 +0000
- Updated to 0.3.5
- Installing .desktop file with icon
- luminaexporter.py installed with 644 octal permission mode
- glew added to the makedepends array
- Blender added to the optdepends array
Comment by: the0bit1 on Fri, 11 Apr 2008 15:35:47 +0000
add as make-dep >>glew

v1.6.0