pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/gexiv2



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Jul 22 11:16:51 UTC 2024

Modified Files:
        pkgsrc/graphics/gexiv2: Makefile PLIST distinfo

Log Message:
gexiv2: updated to 0.14.3

gexiv2 0.14.3 - 28 Jun 2024 (stable)

 * Prevent std::exception escaping from exiv2
 * Declare gexiv2_metadata_open_stream and _save_stream as deprecated
 * Documentation updates

Bugs fixed in this release:
 - https://gitlab.gnome.org/GNOME/gexiv2/issues/81


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/graphics/gexiv2/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/graphics/gexiv2/PLIST
cvs rdiff -u -r1.15 -r1.16 pkgsrc/graphics/gexiv2/distinfo

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

Modified files:

Index: pkgsrc/graphics/gexiv2/Makefile
diff -u pkgsrc/graphics/gexiv2/Makefile:1.35 pkgsrc/graphics/gexiv2/Makefile:1.36
--- pkgsrc/graphics/gexiv2/Makefile:1.35        Sun Apr 14 17:42:09 2024
+++ pkgsrc/graphics/gexiv2/Makefile     Mon Jul 22 11:16:51 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.35 2024/04/14 17:42:09 adam Exp $
+# $NetBSD: Makefile,v 1.36 2024/07/22 11:16:51 adam Exp $
 
-DISTNAME=      gexiv2-0.14.2
+DISTNAME=      gexiv2-0.14.3
 CATEGORIES=    graphics devel
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/gexiv2/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=  .tar.xz
@@ -13,9 +13,10 @@ LICENSE=     gnu-gpl-v2
 DEPENDS+=      ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3
 
 # "error: 'for' loop initial declarations are only allowed in C99 mode"
-USE_LANGUAGES= c99 c++11
-USE_CXX_FEATURES+=     filesystem
-USE_TOOLS+=    pkg-config
+USE_LANGUAGES=         c c++
+USE_CC_FEATURES=       c99
+USE_CXX_FEATURES=      c++11 filesystem
+USE_TOOLS+=            pkg-config
 
 MESON_ARGS+=   -Dcpp_std=c++11
 

Index: pkgsrc/graphics/gexiv2/PLIST
diff -u pkgsrc/graphics/gexiv2/PLIST:1.7 pkgsrc/graphics/gexiv2/PLIST:1.8
--- pkgsrc/graphics/gexiv2/PLIST:1.7    Sun Apr 14 17:42:09 2024
+++ pkgsrc/graphics/gexiv2/PLIST        Mon Jul 22 11:16:51 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2024/04/14 17:42:09 adam Exp $
+@comment $NetBSD: PLIST,v 1.8 2024/07/22 11:16:51 adam Exp $
 include/gexiv2/gexiv2-enums.h
 include/gexiv2/gexiv2-log.h
 include/gexiv2/gexiv2-managed-stream.h
@@ -11,7 +11,7 @@ include/gexiv2/gexiv2.h
 lib/girepository-1.0/GExiv2-0.10.typelib
 lib/libgexiv2.so
 lib/libgexiv2.so.2
-lib/libgexiv2.so.2.14.2
+lib/libgexiv2.so.2.14.3
 lib/pkgconfig/gexiv2.pc
 ${PYSITELIB}/gi/overrides/GExiv2.py
 ${PYSITELIB}/gi/overrides/GExiv2.pyc

Index: pkgsrc/graphics/gexiv2/distinfo
diff -u pkgsrc/graphics/gexiv2/distinfo:1.15 pkgsrc/graphics/gexiv2/distinfo:1.16
--- pkgsrc/graphics/gexiv2/distinfo:1.15        Sun Apr 14 17:42:09 2024
+++ pkgsrc/graphics/gexiv2/distinfo     Mon Jul 22 11:16:51 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2024/04/14 17:42:09 adam Exp $
+$NetBSD: distinfo,v 1.16 2024/07/22 11:16:51 adam Exp $
 
-BLAKE2s (gexiv2-0.14.2.tar.xz) = 54e90deddfed127dbd27ff1b6194920aba6782e59767e0dca27ee92fdc214f22
-SHA512 (gexiv2-0.14.2.tar.xz) = 16536be5180d5f13f549a68f5b701343a1246eca99083e43e6fc700b151614ea80696f931fcbc721b05955173e3206819b593e5b0fcd8ad4fd7d3b287d9c1441
-Size (gexiv2-0.14.2.tar.xz) = 389488 bytes
+BLAKE2s (gexiv2-0.14.3.tar.xz) = baff1923206a9c546c5aec5aecce70c8929909dbe65243a3fb54fc81e370a81e
+SHA512 (gexiv2-0.14.3.tar.xz) = 24c97fa09b9ee32cb98da4637ea78eb72ae7e2d1792f9ebb31d63e305b3e0e1f6935b8647589c76c39ba631a15c1d8d2f3879c7dff81433786e9533b6348b6a0
+Size (gexiv2-0.14.3.tar.xz) = 389976 bytes



Home | Main Index | Thread Index | Old Index