LightZone is a digital photo editor software application from Light Crafts. Its main purpose is to handle the workflow when handling images in various RAW formats. It's comparable to Adobe Systems's Photoshop Lightroom. It is a proprietary software. This ebuild depends on libc only.
Created attachment 249595 [details] lightzone-3.9 (new package)
EAPI must be declared before inherit :) so, add also || die where is necessary (do* function)
Thank you, Agostino. Fixed,
Created attachment 249669 [details] lightzone-3.9 (new package) Code review: 'die' added, new comments, EAPI declaration order
Helo Sergey, can you please give me hit were i can find the license file `lightcrafts` you mention in the ebuild. Thanks, Michael
(In reply to comment #5) > Helo Sergey, > > can you please give me hit were i can find the license file `lightcrafts` you > mention in the ebuild. > > Thanks, Michael > Michael, I have tried to find license file in LightZone installation package and did not found it. LightZone Help contains "Legal notices" text only and nothing about license. So I'm not sure about proper value for license declaration in ebuild. Please advice. I just write LICENSE="company name" as it done for several other ebuilds for proprietary products in Gentoo tree. /usr/portage/licenses/ does not contain this license of course.
Created attachment 255537 [details] media-gfx/LightZone-3.9.ebuild
The Lightzone source code is now available under a BSD style licence: https://github.com/AntonKast/LightZone
The project page is here: http://www.lightzoneproject.org
Ok, the new homepage states an release to public domain, refers to web.archive.org for downloading of the original tarball. I'm much more comfortable using the github checkout over any old binary distributions with license keys and wayback machines.
Ok, I cloned the upstream repo into my github account [1], and added a new compile ebuild to my overlay (layman -a xmw, [2]). it works to 90%, have to postpone this to Saturday. Michael [1] https://github.com/xmw/LightZone [2] http://git.overlays.gentoo.org/gitweb/?p=dev/xmw.git;a=tree;f=media-gfx/LightZone
*** Bug 167008 has been marked as a duplicate of this bug. ***
I now have a version that compiles and kind of runs on Gentoo using dev-java/icedtea-bin:6, see my openjdk branch on github: github.com/gidoca/LightZone/tree/openjdk. It's a fork of ktgw0316's openjdk branch with a few minor makefile modifications. The window appears and I can browse the file system for some time. I keep getting Segfaults in libjpeg, though.
*** Bug 488224 has been marked as a duplicate of this bug. ***