@haawda: It works on my system
Search Criteria
Package Details: delaboratory-svn 1251-1
Package Actions
| 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: | |
| Conflicts: | |
| 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)
- wxgtk
- awk (make)
- subversion (make)
Required by (0)
Sources
- delaboratory-svn.desktop
- delaboratory-svn
Latest Comments
Comment by otula
Comment by haawda
Please let makepkg download the sources.
Comment by otula
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
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.