head 1.2; access; symbols pkgsrc-2026Q2:1.1.0.2 pkgsrc-2026Q2-base:1.1; locks; strict; comment @// @; 1.2 date 2026.06.24.13.30.33; author gdt; state dead; branches; next 1.1; commitid yCFd3p4rTSDwq3LG; 1.1 date 2026.05.07.13.42.09; author wiz; state Exp; branches; next ; commitid nWOe6TFV5aQ02TEG; desc @@ 1.2 log @graphics/geeqie: Update to 2.8 pkgsrc changes: drop patch that is now upstream Upstream NEWS: Geeqie 2.8 ============ - Extensive bug fixes and code improvements - More progress in GTK4 migration @ text @$NetBSD: patch-src_color-man-heif.cc,v 1.1 2026/05/07 13:42:09 wiz Exp $ Avoid warning when file was deleted/moved. https://github.com/BestImageViewer/geeqie/issues/2316 --- src/color-man-heif.cc.orig 2026-05-04 07:10:22.118496497 +0000 +++ src/color-man-heif.cc @@@@ -288,7 +288,8 @@@@ guchar *heif_color_profile(const gchar *path, guint &p } catch (const heif::Error &error) { - if (error.get_code() != heif_error_Color_profile_does_not_exist) + if (error.get_code() != heif_error_Color_profile_does_not_exist && + error.get_code() != heif_error_Input_does_not_exist) { log_printf("warning: heif reader error: %d (%s)\n", error.get_code(), error.get_message().c_str()); @ 1.1 log @geeqie: add a patch submitted upstream Add a comment that I'm co-maintaining this. Bump PKGREVISION. Ok gdt@@ @ text @d1 1 a1 1 $NetBSD$ @