pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/geeqie



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu May  7 13:42:09 UTC 2026

Modified Files:
        pkgsrc/graphics/geeqie: Makefile distinfo
Added Files:
        pkgsrc/graphics/geeqie/patches: patch-src_color-man-heif.cc

Log Message:
geeqie: add a patch submitted upstream

Add a comment that I'm co-maintaining this.

Bump PKGREVISION.

Ok gdt@


To generate a diff of this commit:
cvs rdiff -u -r1.159 -r1.160 pkgsrc/graphics/geeqie/Makefile
cvs rdiff -u -r1.42 -r1.43 pkgsrc/graphics/geeqie/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/graphics/geeqie/patches/patch-src_color-man-heif.cc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/geeqie/Makefile
diff -u pkgsrc/graphics/geeqie/Makefile:1.159 pkgsrc/graphics/geeqie/Makefile:1.160
--- pkgsrc/graphics/geeqie/Makefile:1.159       Mon Apr 20 18:14:07 2026
+++ pkgsrc/graphics/geeqie/Makefile     Thu May  7 13:42:09 2026
@@ -1,13 +1,14 @@
-# $NetBSD: Makefile,v 1.159 2026/04/20 18:14:07 adam Exp $
+# $NetBSD: Makefile,v 1.160 2026/05/07 13:42:09 wiz Exp $
 
 DISTNAME=      geeqie-2.7
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=BestImageViewer/}
 EXTRACT_SUFX=  .tar.xz
 GITHUB_RELEASE=        v${PKGVERSION_NOREV}
 
 MAINTAINER=    gdt%NetBSD.org@localhost
+#MAINTAINER=   wiz%NetBSD.org@localhost
 HOMEPAGE=      http://www.geeqie.org/
 COMMENT=       Image viewer
 LICENSE=       gnu-gpl-v2

Index: pkgsrc/graphics/geeqie/distinfo
diff -u pkgsrc/graphics/geeqie/distinfo:1.42 pkgsrc/graphics/geeqie/distinfo:1.43
--- pkgsrc/graphics/geeqie/distinfo:1.42        Mon Mar  2 12:08:13 2026
+++ pkgsrc/graphics/geeqie/distinfo     Thu May  7 13:42:09 2026
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.42 2026/03/02 12:08:13 wiz Exp $
+$NetBSD: distinfo,v 1.43 2026/05/07 13:42:09 wiz Exp $
 
 BLAKE2s (geeqie-2.7.tar.xz) = e49c55fc513aa9f36411d7f9151d2e54ecba3eb53fe9fbff93f0a11173b85e35
 SHA512 (geeqie-2.7.tar.xz) = 3cf6aeb9a4e337d608c0ef5309079bcfaae2c67cd7ac3cac285f935d8b7330cecbdf5c4b644af44bd00e1b7c9cc271f9658daf913ca2a008efaeb489154359ee
 Size (geeqie-2.7.tar.xz) = 1906552 bytes
+SHA1 (patch-src_color-man-heif.cc) = 1563bb98f85a09cb93b86ac21733d7c83261dd78

Added files:

Index: pkgsrc/graphics/geeqie/patches/patch-src_color-man-heif.cc
diff -u /dev/null pkgsrc/graphics/geeqie/patches/patch-src_color-man-heif.cc:1.1
--- /dev/null   Thu May  7 13:42:09 2026
+++ pkgsrc/graphics/geeqie/patches/patch-src_color-man-heif.cc  Thu May  7 13:42:09 2026
@@ -0,0 +1,17 @@
+$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());



Home | Main Index | Thread Index | Old Index