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:   nia
Date:           Thu Apr  8 11:23:35 UTC 2021

Modified Files:
        pkgsrc/graphics/gexiv2: Makefile distinfo

Log Message:
gexiv2: update to 0.12.2

gexiv2 0.12.2 - 20 Feb 2021

 * Introduce gexiv2_metadata_get_exif_data
 * Clarify License of C/C++ code
 * Documentation clean-up
 * Fix filename handling for windows
 * Fix _get_iptc_tags returning duplicates
 * Add _get_multiple() for all tag domains
 * Introduce a set of new functions that will pass on Exiv2's exception
   instead of silently dropping a warning to the console
 * Fix XMP tags sort order
 * Fix xmpText/altLang handling for _get_tag_multiple()
 * Add XMP namespace lookup
 * Windows compatibility fixes

Bugs fixed in this release:
 - https://gitlab.gnome.org/GNOME/gexiv2/issues/10
 - https://gitlab.gnome.org/GNOME/gexiv2/issues/57
 - https://gitlab.gnome.org/GNOME/gexiv2/issues/58
 - https://gitlab.gnome.org/GNOME/gexiv2/issues/59
 - https://gitlab.gnome.org/GNOME/gexiv2/issues/59
 - https://gitlab.gnome.org/GNOME/gexiv2/issues/60
 - https://gitlab.gnome.org/GNOME/gexiv2/issues/61
 - https://gitlab.gnome.org/GNOME/gexiv2/issues/63


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/graphics/gexiv2/Makefile
cvs rdiff -u -r1.7 -r1.8 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.13 pkgsrc/graphics/gexiv2/Makefile:1.14
--- pkgsrc/graphics/gexiv2/Makefile:1.13        Thu Feb 11 15:14:53 2021
+++ pkgsrc/graphics/gexiv2/Makefile     Thu Apr  8 11:23:35 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2021/02/11 15:14:53 nia Exp $
+# $NetBSD: Makefile,v 1.14 2021/04/08 11:23:35 nia Exp $
 
-DISTNAME=      gexiv2-0.12.1
+DISTNAME=      gexiv2-0.12.2
 CATEGORIES=    graphics devel
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/gexiv2/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/graphics/gexiv2/distinfo
diff -u pkgsrc/graphics/gexiv2/distinfo:1.7 pkgsrc/graphics/gexiv2/distinfo:1.8
--- pkgsrc/graphics/gexiv2/distinfo:1.7 Thu Feb 11 15:14:53 2021
+++ pkgsrc/graphics/gexiv2/distinfo     Thu Apr  8 11:23:35 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2021/02/11 15:14:53 nia Exp $
+$NetBSD: distinfo,v 1.8 2021/04/08 11:23:35 nia Exp $
 
-SHA1 (gexiv2-0.12.1.tar.xz) = a0d63c98808b3bfa4e527c50bcd2a6bce5110042
-RMD160 (gexiv2-0.12.1.tar.xz) = 174717b7098fa545a60e05252c0568023dfdbab8
-SHA512 (gexiv2-0.12.1.tar.xz) = cbf83ea79eead9aab15ba760217fd6a1b55a5c60059f14f243327ad7d3c09d6a0528dbdb33a8ee235c76dac5aab0afa8b7d2ab4367fe9128a096dce5da19a68d
-Size (gexiv2-0.12.1.tar.xz) = 372104 bytes
+SHA1 (gexiv2-0.12.2.tar.xz) = 887015e9220866aa1d0b235f27c99cd3d11daa35
+RMD160 (gexiv2-0.12.2.tar.xz) = c17e79f2dfcb862327dfabbf15748ad4a17e8911
+SHA512 (gexiv2-0.12.2.tar.xz) = 850bf41f6180b0fdd050ab08da6e3bbd8d25ffc25a1f48e17a1d7a65771893cc79fba9cbd6718bf1754251ac4a4754983f0ab8f006a05f8c4a15085846d001a5
+Size (gexiv2-0.12.2.tar.xz) = 378428 bytes



Home | Main Index | Thread Index | Old Index