Fotoxx

Never heard of it, but a quick look shows that all the dependencies are available, so it shouldn't be too hard to port.

I could give it a try if no one else wants to, always wanted to try a port.
 
Voltar said:
Never heard of it, but a quick look shows that all the dependencies are available, so it shouldn't be too hard to port.

I could give it a try if no one else wants to, always wanted to try a port.

Thank you very much.
 
It compiles and running, but it hangs while opening picture (only at my host ?).
Here is a port:
http://www.stasyan.com/devel/ports/fotoxx-8.5.1.tar.gz

There is some tips for build this port:
1) install graphics/ufraw _without_ GIMP options (or you will be wait a lot of time while GIMP and dependencies install...)
2) after installing graphics/freeimage made symlink:
cd /usr/local/lib && ln -s libfreeimage.so.3 libfreeimage.so

and now you can build and run fotoxx.
 
stast said:
It compiles and running, but it hangs while opening picture (only at my host ?).
Here is a port:
http://www.stasyan.com/devel/ports/fotoxx-8.5.1.tar.gz

There is some tips for build this port:
1) install graphics/ufraw _without_ GIMP options (or you will be wait a lot of time while GIMP and dependencies install...)
2) after installing graphics/freeimage made symlink:
cd /usr/local/lib && ln -s libfreeimage.so.3 libfreeimage.so

and now you can build and run fotoxx.

I didn't try yet but...thank you very much.
 
Back
Top