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:           Sun Mar 17 13:55:11 UTC 2024

Modified Files:
        pkgsrc/graphics/geeqie: Makefile distinfo
Added Files:
        pkgsrc/graphics/geeqie/patches: patch-src_layout-util.cc
            patch-src_misc.cc patch-src_pan-view_pan-util.cc
Removed Files:
        pkgsrc/graphics/geeqie/patches: patch-src_exif-common.cc

Log Message:
geeqie: update to 2.3.

Geeqie 2.3
============

- Bug fixes and code improvements


To generate a diff of this commit:
cvs rdiff -u -r1.123 -r1.124 pkgsrc/graphics/geeqie/Makefile
cvs rdiff -u -r1.34 -r1.35 pkgsrc/graphics/geeqie/distinfo
cvs rdiff -u -r1.3 -r0 \
    pkgsrc/graphics/geeqie/patches/patch-src_exif-common.cc
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/graphics/geeqie/patches/patch-src_layout-util.cc \
    pkgsrc/graphics/geeqie/patches/patch-src_pan-view_pan-util.cc
cvs rdiff -u -r0 -r1.4 pkgsrc/graphics/geeqie/patches/patch-src_misc.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.123 pkgsrc/graphics/geeqie/Makefile:1.124
--- pkgsrc/graphics/geeqie/Makefile:1.123       Mon Mar 11 21:15:58 2024
+++ pkgsrc/graphics/geeqie/Makefile     Sun Mar 17 13:55:10 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.123 2024/03/11 21:15:58 wiz Exp $
+# $NetBSD: Makefile,v 1.124 2024/03/17 13:55:10 wiz Exp $
 
-DISTNAME=      geeqie-2.2
-PKGREVISION=   1
+DISTNAME=      geeqie-2.3
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=BestImageViewer/}
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/graphics/geeqie/distinfo
diff -u pkgsrc/graphics/geeqie/distinfo:1.34 pkgsrc/graphics/geeqie/distinfo:1.35
--- pkgsrc/graphics/geeqie/distinfo:1.34        Fri Jan 26 14:13:01 2024
+++ pkgsrc/graphics/geeqie/distinfo     Sun Mar 17 13:55:10 2024
@@ -1,6 +1,8 @@
-$NetBSD: distinfo,v 1.34 2024/01/26 14:13:01 wiz Exp $
+$NetBSD: distinfo,v 1.35 2024/03/17 13:55:10 wiz Exp $
 
-BLAKE2s (geeqie-2.2.tar.xz) = e03408fa45c5384a7a92b13c1d6d318e6013ce896309a71f2d59d754acef5d38
-SHA512 (geeqie-2.2.tar.xz) = 7d03493b463a1949cbc5e377927abc4bc6fa62914e8cdddb30a832cb9c6caad579f5ba5bd2b8b0913b77063300c9c5ac1f7e671ddfb2ce18d8a8d0efcfb51dbe
-Size (geeqie-2.2.tar.xz) = 2169096 bytes
-SHA1 (patch-src_exif-common.cc) = 122c1ea386578a00f9eba36dce1f5aabe5f6343b
+BLAKE2s (geeqie-2.3.tar.xz) = f1d8dca993fed24ad5a91f79d2763b1a65370c2e4b071dde78acd1641548a979
+SHA512 (geeqie-2.3.tar.xz) = 9f45974d12c1f193a4a3624064b967fc06cf9c906c45160a4945a8f6a9d814b929b92c45a35006c7f1b20fa5fe360858f24fd54adbcd8863c3e7d787a3429899
+Size (geeqie-2.3.tar.xz) = 2184604 bytes
+SHA1 (patch-src_layout-util.cc) = 52091ef955eaaa977841a5757834b30e7988e17a
+SHA1 (patch-src_misc.cc) = 4adebd29d302f61289c882f5fee359cd0a9cf9bf
+SHA1 (patch-src_pan-view_pan-util.cc) = 509cb6eb0b0e6370cfdaa111aa88cf435674f5d8

Added files:

Index: pkgsrc/graphics/geeqie/patches/patch-src_layout-util.cc
diff -u /dev/null pkgsrc/graphics/geeqie/patches/patch-src_layout-util.cc:1.1
--- /dev/null   Sun Mar 17 13:55:11 2024
+++ pkgsrc/graphics/geeqie/patches/patch-src_layout-util.cc     Sun Mar 17 13:55:10 2024
@@ -0,0 +1,14 @@
+$NetBSD: patch-src_layout-util.cc,v 1.1 2024/03/17 13:55:10 wiz Exp $
+
+Add header for WEXITSTATUS().
+
+--- src/layout-util.cc.orig    2024-03-17 13:53:09.725464955 +0000
++++ src/layout-util.cc
+@@ -23,6 +23,7 @@
+ 
+ #include <dirent.h>
+ #include <unistd.h>
++#include <sys/wait.h>
+ 
+ #include <cstdio>
+ #include <cstdlib>
Index: pkgsrc/graphics/geeqie/patches/patch-src_pan-view_pan-util.cc
diff -u /dev/null pkgsrc/graphics/geeqie/patches/patch-src_pan-view_pan-util.cc:1.1
--- /dev/null   Sun Mar 17 13:55:11 2024
+++ pkgsrc/graphics/geeqie/patches/patch-src_pan-view_pan-util.cc       Sun Mar 17 13:55:11 2024
@@ -0,0 +1,16 @@
+$NetBSD: patch-src_pan-view_pan-util.cc,v 1.1 2024/03/17 13:55:11 wiz Exp $
+
+Restrict Linux-specific header to Linux.
+
+--- src/pan-view/pan-util.cc.orig      2024-03-17 13:53:55.384404282 +0000
++++ src/pan-view/pan-util.cc
+@@ -21,7 +21,9 @@
+ 
+ #include "pan-util.h"
+ 
++#ifdef __linux__
+ #include <features.h>
++#endif
+ #include <sys/stat.h>
+ #include <unistd.h>
+ 

Index: pkgsrc/graphics/geeqie/patches/patch-src_misc.cc
diff -u /dev/null pkgsrc/graphics/geeqie/patches/patch-src_misc.cc:1.4
--- /dev/null   Sun Mar 17 13:55:11 2024
+++ pkgsrc/graphics/geeqie/patches/patch-src_misc.cc    Sun Mar 17 13:55:11 2024
@@ -0,0 +1,14 @@
+$NetBSD: patch-src_misc.cc,v 1.4 2024/03/17 13:55:11 wiz Exp $
+
+Add header for setlocale().
+
+--- src/misc.cc.orig   2024-03-06 15:56:22.000000000 +0000
++++ src/misc.cc
+@@ -29,6 +29,7 @@
+ #include <memory>
+ 
+ #include <langinfo.h>
++#include <locale.h>
+ #include <pwd.h>
+ 
+ #include <config.h>



Home | Main Index | Thread Index | Old Index