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:   wiz
Date:           Wed May 17 10:54:21 UTC 2023

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

Log Message:
gexiv2: update to 0.14.1.

gexiv2 0.14.1 - 5 May 2023 (stable)

 * Clean-up python support
 * Drop python2 support
 * Add option for building tests
 * Only run python tests when python is enabled
 * Fix get_gps_info() return data with unset altitude
 * Fix generate_xmp_packet() ignoring its parameters
 * Fix gexiv2-tool to call initialize()


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/graphics/gexiv2/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/graphics/gexiv2/PLIST
cvs rdiff -u -r1.11 -r1.12 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.26 pkgsrc/graphics/gexiv2/Makefile:1.27
--- pkgsrc/graphics/gexiv2/Makefile:1.26        Tue May 16 20:28:45 2023
+++ pkgsrc/graphics/gexiv2/Makefile     Wed May 17 10:54:21 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2023/05/16 20:28:45 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2023/05/17 10:54:21 wiz Exp $
 
-DISTNAME=      gexiv2-0.14.0
-PKGREVISION=   3
+DISTNAME=      gexiv2-0.14.1
 CATEGORIES=    graphics devel
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/gexiv2/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=  .tar.xz
@@ -13,9 +12,8 @@ LICENSE=      gnu-gpl-v2
 
 DEPENDS+=      ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3
 
-# uses std::auto_ptr, deprecated in c++11
 # "error: 'for' loop initial declarations are only allowed in C99 mode"
-USE_LANGUAGES= c99 c++03
+USE_LANGUAGES= c99 c++11
 USE_TOOLS+=    pkg-config
 
 PKGCONFIG_OVERRIDE=    gexiv2.pc.in

Index: pkgsrc/graphics/gexiv2/PLIST
diff -u pkgsrc/graphics/gexiv2/PLIST:1.4 pkgsrc/graphics/gexiv2/PLIST:1.5
--- pkgsrc/graphics/gexiv2/PLIST:1.4    Sat Sep 10 06:34:36 2022
+++ pkgsrc/graphics/gexiv2/PLIST        Wed May 17 10:54:21 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2022/09/10 06:34:36 wiz Exp $
+@comment $NetBSD: PLIST,v 1.5 2023/05/17 10:54:21 wiz 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.0
+lib/libgexiv2.so.2.14.1
 lib/pkgconfig/gexiv2.pc
 ${PYSITELIB}/gi/overrides/GExiv2.py
 share/gir-1.0/GExiv2-0.10.gir

Index: pkgsrc/graphics/gexiv2/distinfo
diff -u pkgsrc/graphics/gexiv2/distinfo:1.11 pkgsrc/graphics/gexiv2/distinfo:1.12
--- pkgsrc/graphics/gexiv2/distinfo:1.11        Sat Sep 10 06:34:36 2022
+++ pkgsrc/graphics/gexiv2/distinfo     Wed May 17 10:54:21 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2022/09/10 06:34:36 wiz Exp $
+$NetBSD: distinfo,v 1.12 2023/05/17 10:54:21 wiz Exp $
 
-BLAKE2s (gexiv2-0.14.0.tar.xz) = 59f272b4cb5dee75f21d9da9169eb7d73550452c65c2c6e325b85719a549aeb1
-SHA512 (gexiv2-0.14.0.tar.xz) = d745ae2d8ddcf0c8a2a7980eaa489f9b520af54242c5e4ddded9c3ae4a579c824c8cb659bd7e985ffa09f9fe37bdf73d6d9181d456711e0953b73023eb0f9f50
-Size (gexiv2-0.14.0.tar.xz) = 387288 bytes
+BLAKE2s (gexiv2-0.14.1.tar.xz) = 22e5e884cb248e3a332fa204d2da6e2905f3cdb760a0dfbacf7b405f52d992d1
+SHA512 (gexiv2-0.14.1.tar.xz) = f510e49c0b2633bcc370ca21af0822032f04f5d5b57c7f76807797601b0a98b7749fdf68df37a405c9d90734adf75282a3dad59c24830874f64f7bd33152052d
+Size (gexiv2-0.14.1.tar.xz) = 387604 bytes



Home | Main Index | Thread Index | Old Index