63 lines
1.7 KiB
Diff
63 lines
1.7 KiB
Diff
--- a/plug-ins/Makefile.am 2021-03-28 23:52:56.000000000 +0200
|
|
+++ b/plug-ins/Makefile.am 2025-05-06 15:58:13.543605935 +0200
|
|
@@ -29,14 +29,10 @@
|
|
$(pygimp) \
|
|
file-bmp \
|
|
$(file_darktable) \
|
|
- file-dds \
|
|
$(file_exr) \
|
|
- file-faxg3 \
|
|
file-fits \
|
|
file-fli \
|
|
- file-ico \
|
|
file-jpeg \
|
|
- file-psd \
|
|
file-raw \
|
|
file-sgi \
|
|
file-tiff \
|
|
--- a/plug-ins/Makefile.in 2025-05-06 15:55:32.000000000 +0200
|
|
+++ b/plug-ins/Makefile.in 2025-05-06 15:59:08.124093723 +0200
|
|
@@ -164,8 +164,8 @@
|
|
done | $(am__uniquify_input)`
|
|
ETAGS = etags
|
|
CTAGS = ctags
|
|
-DIST_SUBDIRS = script-fu pygimp file-bmp file-dds file-exr file-faxg3 \
|
|
- file-fits file-fli file-ico file-jpeg file-psd file-raw \
|
|
+DIST_SUBDIRS = script-fu pygimp file-bmp file-exr \
|
|
+ file-fits file-fli file-jpeg file-raw \
|
|
file-sgi file-tiff file-webp flame fractal-explorer gfig \
|
|
gimpressionist gradient-flare help help-browser ifs-compose \
|
|
imagemap lighting map-object metadata pagecurl print \
|
|
@@ -613,14 +613,10 @@
|
|
$(pygimp) \
|
|
file-bmp \
|
|
$(file_darktable) \
|
|
- file-dds \
|
|
$(file_exr) \
|
|
- file-faxg3 \
|
|
file-fits \
|
|
file-fli \
|
|
- file-ico \
|
|
file-jpeg \
|
|
- file-psd \
|
|
file-raw \
|
|
file-sgi \
|
|
file-tiff \
|
|
--- a/configure.ac 2025-05-06 15:55:02.000000000 +0200
|
|
+++ b/configure.ac 2025-05-06 16:09:52.369851392 +0200
|
|
@@ -2942,14 +2942,10 @@
|
|
build/windows/installer/lang/Makefile
|
|
plug-ins/Makefile
|
|
plug-ins/file-bmp/Makefile
|
|
-plug-ins/file-dds/Makefile
|
|
plug-ins/file-exr/Makefile
|
|
-plug-ins/file-faxg3/Makefile
|
|
plug-ins/file-fits/Makefile
|
|
plug-ins/file-fli/Makefile
|
|
-plug-ins/file-ico/Makefile
|
|
plug-ins/file-jpeg/Makefile
|
|
-plug-ins/file-psd/Makefile
|
|
plug-ins/file-raw/Makefile
|
|
plug-ins/file-sgi/Makefile
|
|
plug-ins/file-tiff/Makefile
|