Package Details: delaboratory-svn 1251-1

Package Base: delaboratory-svn
Description: A realtime color correction utility to modify color/contrast of your photo using curves, mixer and blending in different colorspaces.
Upstream URL: http://code.google.com/p/delaboratory/
Category: multimedia
Licenses: GPL3
Conflicts: delaboratory
Submitter: otula
Maintainer: otula
Last Packager: otula
Votes: 0
First Submitted: 2011-10-27 19:54
Last Updated: 2014-06-11 12:28

Dependencies (3)

Required by (0)

Sources

Latest Comments

Comment by otula

2015-01-11 17:24

@haawda: It works on my system

Comment by haawda

2015-01-11 10:50

Please let makepkg download the sources.

Comment by otula

2012-09-09 17:05

Oion9, I can't test it on a 32bit system. It works fine on x86_64 and it builds fine with makepkg.

Comment by 0ion9

2012-09-09 00:45

Currently this will not build on x86_64:

g++ -c -I gui_wx -I layers -I algorithms -I core -I properties -O3 -march=i686 -DNDEBUG -o obj/base_layer.o core/base_layer.cc
core/base_layer.cc:1:0: error: CPU you selected does not support x86-64 instruction set

also, recent versions of yaourt (or possibly bash) will reject your

install=("$pkgname.desktop")

line, saying :

==> Building and installing package
==> ERROR: install file ((delaboratory-svn.desktop)) does not exist.
==> ERROR: Makepkg was unable to build delaboratory-svn.

I removed both the parentheses and the quotes to fix this, but you probably only need to remove the parentheses.