aferrero2707 / PhotoFlow

A fully non-destructive photo retouching program providing a complete layer-based workflow including RAW image development.
http://aferrero2707.github.io/PhotoFlow
GNU General Public License v3.0
308 stars 36 forks source link

AppImages on releases page #103

Closed probonopd closed 7 years ago

probonopd commented 7 years ago

Is there anything preventing the AppImages from going on the release page? Can I help?

aferrero2707 commented 7 years ago

Absolutely not, apart from the fact that all this is still quite experimental in the PhotoFlow case.

However things are progressing quite well and fast, so I hope to have a first release of the photoflow recipe(s) in less than one month.

By the way, I plan to have two recipes: one to build the appimage from the Ubuntu package, and one from Git sources.

As a side note, I am also working on an AppImage for GIMP, which includes additional things like the MyPaint brushes, the G'MIC plug-in, and the photoflow plug-in for loading RAW images directly within Gimp. The BABL/GEGL/GIMP/PhotoFlow parts are built from Git sources, and G'MIC is built from the latest source release (1.7.5_pre at this time). Are you also interested into this?

probonopd commented 7 years ago

Awesome! Yes, I'm also highly interested in your GIMP recipe.

aferrero2707 commented 7 years ago

The current Gimp+gmic+PhF recipe is kept as a gist: https://gist.github.com/aferrero2707/2da99aae425eca8c8afb61b3fb5532f9

If you have time to have a look, I'm open to any suggestions.

For compiling and installing the sources, it uses a little trick: the install prefix is set to "/zzz" (to avoid mixing with system libraries and binaries), and then it is converted to "././" exactly like it is done for "/usr".

probonopd commented 7 years ago

Which system and version are you using for building?

aferrero2707 commented 7 years ago

I'm building on Linux Mint 17.2 64 bits, with some packages from "dhor/myway"and "pmjdebruijn/darktable-unstable" PPAs.