IABSD.fr/ports/graphics

Branch :


Log

Author Commit Date CI Message
b36ec8df 2022-09-18 22:43:36 ports-gcc doesn't check /usr/local for includes or libraries by default. Fixes build on sparc64
506b9d12 2022-09-18 16:27:35 Update krita to 5.1.1
671a25a8 2022-09-12 14:21:07 add BDEP for bash - can probably be patched in gimp-2.99.12/app/tests/meson.build:49 but going for smallest change for now
7bd1a571 2022-09-12 10:16:06 update to ImageMagick-6.9.12.63
d329f958 2022-09-10 20:20:37 switch HOMEPAGE to HTTPS
33ab63da 2022-09-10 14:48:51 graphics/gimp/snapshot: fix build with heif 1.13.0. from https://gitlab.gnome.org/GNOME/gimp/-/issues/8570
b6dbf6a4 2022-09-10 13:48:13 graphics/gimp/snapshot: use lua module to properly subst LUA_DEP_VERSION in shebang luajit plugins will only work if one installs luajit, but lets keep it as an optional runtime dependency, like gjs for javascript plugins. discussed with ajacoutot@
72d7d021 2022-09-10 12:59:17 link gimp3 to the build, and reorder Makefile
cb260f9a 2022-09-10 12:58:21 import gimp 2.99.12 as graphics/gimp/snapshot gimp 2.10 is one of the last user-visible python 2 consumers, so allow users to start playing with gimp 3, and test their favourite plugins against it. cf for example https://github.com/bootchk/resynthesizer/wiki/Resynthesizer-and-GIMP-version-3 for resynthesizer. port modeled after gimp/stable, main differences: - uses meson instead of autotools, and Gtk+3 instead of Gtk+2 - gjs/luajit plugins available, runtime dependency not enforced - all conflicting files are @comment'ed in PLIST to allow coexistence - two different distinct instances can be started in parallel with gimp-2.99 -n cf https://www.gimp.org/news/2022/08/27/gimp-2-99-12-released/ & https://www.gimp.org/news/2022/02/25/gimp-2-99-10-released for details about last gimp beta releases. discussed with ajacoutot@ and espie@
915943df 2022-09-10 12:49:22 graphics/gimp/stable: add PLIST annotations to make it possible to install multiple versions discussed with ajacoutot@