ports/graphics/gimp3-app/files/patch-plug-ins_file-tiff_meson.build
Dima Panov 6f0e3bb80b
graphics/gimp3-app: add GIMP 3 to the ports tree (+)
Add GIMP 3.0.2 as separate port until plugins (including GutenPring) will not be ported to new API

Ancient MNG support is disabled and marked as BROKEN, our graphics/libmng port is borked by design

Release notes:	https://www.gimp.org/news/2025/03/16/gimp-3-0-released/ \
		https://www.gimp.org/news/2025/03/23/gimp-3-0-2-released/
2025-04-07 17:26:50 +03:00

10 lines
419 B
Text

--- plug-ins/file-tiff/meson.build.orig 2024-12-27 13:34:56 UTC
+++ plug-ins/file-tiff/meson.build
@@ -27,6 +27,7 @@ plugin_exe = executable(plugin_name,
libgimpui_dep,
gexiv2,
libtiff,
+ math,
],
win_subsystem: 'windows',
install: true,