aboutsummaryrefslogtreecommitdiff
path: root/graphics/qiv/new_formats.diff
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/qiv/new_formats.diff')
-rw-r--r--graphics/qiv/new_formats.diff24
1 files changed, 12 insertions, 12 deletions
diff --git a/graphics/qiv/new_formats.diff b/graphics/qiv/new_formats.diff
index 7daddffa97..1cf5257d5c 100644
--- a/graphics/qiv/new_formats.diff
+++ b/graphics/qiv/new_formats.diff
@@ -1,19 +1,19 @@
-diff -Naur qiv-2.3.3/Makefile qiv-2.3.3.patched/Makefile
---- qiv-2.3.3/Makefile 2023-01-28 16:37:29.000000000 -0500
-+++ qiv-2.3.3.patched/Makefile 2024-12-28 14:48:05.290139204 -0500
-@@ -26,7 +26,7 @@
- # or is compiled into imlib.
- # The latest version of imlib has removed imagemagick fallback support,
- # so some extensions (XBM TGA) have been removed.
+diff -Naur qiv/Makefile qiv.patched/Makefile
+--- qiv/Makefile 2025-04-03 02:54:29.000000000 -0400
++++ qiv.patched/Makefile 2025-06-16 22:57:44.205086413 -0400
+@@ -23,7 +23,7 @@
+
+ # This sets the file extentions to filter on (other file types will be
+ # skipped.) It should reflect whatever can be loaded via gdk-pixbuf-loader.
-EXTNS = GIF TIFF XPM PNG PPM PNM PGM PCX BMP EIM JPEG SVG WMF ICO WEBP HEIF
+EXTNS = GIF TIFF XPM PNG PPM PNM PGM PCX BMP EIM JPEG SVG WMF ICO WEBP HEIF XCF PSD ICNS TGA RAW JP2
# Comment this line out if your system doesn't have getopt_long().
GETOPT_LONG = -DHAVE_GETOPT_LONG
-diff -Naur qiv-2.3.3/main.h qiv-2.3.3.patched/main.h
---- qiv-2.3.3/main.h 2023-01-28 16:37:29.000000000 -0500
-+++ qiv-2.3.3.patched/main.h 2024-12-28 14:51:17.988142813 -0500
-@@ -209,7 +209,22 @@
+diff -Naur qiv/main.h qiv.patched/main.h
+--- qiv/main.h 2025-04-03 02:54:29.000000000 -0400
++++ qiv.patched/main.h 2025-06-16 23:00:45.234069377 -0400
+@@ -206,7 +206,22 @@
".webp",
#endif
#ifdef EXTN_HEIF
@@ -37,7 +37,7 @@ diff -Naur qiv-2.3.3/main.h qiv-2.3.3.patched/main.h
#endif
NULL
};
-@@ -255,6 +270,28 @@
+@@ -252,6 +267,28 @@
#endif
#ifdef EXTN_HEIF
"ISO Media, HEIF Image",