The NetBSD Project

CVS log for pkgsrc/graphics/gexiv2/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / graphics / gexiv2

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.35 / (download) - annotate - [select for diffs], Sun Apr 14 17:42:09 2024 UTC (5 days, 4 hours ago) by adam
Branch: MAIN
CVS Tags: HEAD
Changes since 1.34: +2 -3 lines
Diff to previous 1.34 (colored) to selected 1.7 (colored)

gexiv2: updated to 0.14.2

gexiv2 0.14.2 - 24 Jul 2023 (stable)

* Make compatible with exiv2 0.28 or later
* Fix double free if creation of meta-data fails
* Fix floating point compare in tests

Revision 1.34 / (download) - annotate - [select for diffs], Sun Nov 12 13:21:57 2023 UTC (5 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4
Changes since 1.33: +2 -2 lines
Diff to previous 1.33 (colored) to selected 1.7 (colored)

*: revebump for new brotli option for freetype2

Addresses PR 57693

Revision 1.33 / (download) - annotate - [select for diffs], Mon Aug 14 05:24:32 2023 UTC (8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3
Changes since 1.32: +2 -2 lines
Diff to previous 1.32 (colored) to selected 1.7 (colored)

*: recursive bump for Python 3.11 as new default

Revision 1.32 / (download) - annotate - [select for diffs], Thu Jul 20 13:42:54 2023 UTC (9 months ago) by ryoon
Branch: MAIN
Changes since 1.31: +3 -1 lines
Diff to previous 1.31 (colored) to selected 1.7 (colored)

gexiv2: Fix PLIST divergence

meson-1.2.0 compiles all .py files.
And use PLIST substitution mechanism with python /extension.mk.

Revision 1.31 / (download) - annotate - [select for diffs], Tue Jul 18 22:31:52 2023 UTC (9 months ago) by wiz
Branch: MAIN
Changes since 1.30: +2 -1 lines
Diff to previous 1.30 (colored) to selected 1.7 (colored)

gexiv2: needs std::filesystem

Revision 1.30 / (download) - annotate - [select for diffs], Sat Jul 1 22:16:35 2023 UTC (9 months, 2 weeks ago) by wiz
Branch: MAIN
Changes since 1.29: +2 -2 lines
Diff to previous 1.29 (colored) to selected 1.7 (colored)

*: recursive bump for exiv2 0.28.0

Revision 1.29 / (download) - annotate - [select for diffs], Wed Jun 7 11:27:31 2023 UTC (10 months, 1 week ago) by micha
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2
Changes since 1.28: +2 -1 lines
Diff to previous 1.28 (colored) to selected 1.7 (colored)

Recursive revbump for new major version of graphics/graphviz.

Revision 1.28 / (download) - annotate - [select for diffs], Tue May 23 13:25:24 2023 UTC (10 months, 4 weeks ago) by tnn
Branch: MAIN
Changes since 1.27: +3 -1 lines
Diff to previous 1.27 (colored) to selected 1.7 (colored)

gexiv2: lower C++ standard from C++17 to C++11

gexiv2 requests C++17 by default in it's meson.build, but it depends on
graphics/exiv2 whose public headers are not C++17 compliant since they make
use of std::auto_ptr:

graphics/gexiv2/work/.buildlink/include/exiv2/tags.hpp:143:17: error: no template named 'auto_ptr' in namespace 'std'; did you mean simply 'auto_ptr'?

Revision 1.27 / (download) - annotate - [select for diffs], Wed May 17 10:54:21 2023 UTC (11 months ago) by wiz
Branch: MAIN
Changes since 1.26: +3 -5 lines
Diff to previous 1.26 (colored) to selected 1.7 (colored)

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()

Revision 1.26 / (download) - annotate - [select for diffs], Tue May 16 20:28:45 2023 UTC (11 months ago) by wiz
Branch: MAIN
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored) to selected 1.7 (colored)

*: bump PKGREVISION for exiv2 shared library major bump

Revision 1.25 / (download) - annotate - [select for diffs], Sun Jan 29 21:16:31 2023 UTC (14 months, 2 weeks ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (colored) to selected 1.7 (colored)

*: Recursive revbup from graphics/freetype2

Revision 1.24 / (download) - annotate - [select for diffs], Sat Sep 10 14:39:23 2022 UTC (19 months, 1 week ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.23: +2 -3 lines
Diff to previous 1.23 (colored) to selected 1.7 (colored)

gexiv2: Use Python as runtime dependency

* Adjust for PLIST.

Revision 1.23 / (download) - annotate - [select for diffs], Sat Sep 10 06:34:36 2022 UTC (19 months, 1 week ago) by wiz
Branch: MAIN
Changes since 1.22: +10 -10 lines
Diff to previous 1.22 (colored) to selected 1.7 (colored)

gexiv2: update to 0.14.0.

gexiv2 0.14.0 - 18 Sep 2021 (stable)

 * Fix BMFF compile test

gexiv2 0.13.0 - 15 Aug 2021 (development)

 * Enable BMFF support if enabled in exiv2 version
 * Update gexiv2-dump tool
 * Mark gexiv2_metadata_from_stream as deprecated; it is fundamentally broken
 * More additions to API and _try versions that support GErorr if exiv2 might throw
 * Some additions to gexiv2-tool
 * Changes in build configuration

Revision 1.22 / (download) - annotate - [select for diffs], Fri Jul 22 17:07:13 2022 UTC (20 months, 4 weeks ago) by micha
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored) to selected 1.7 (colored)

*: recursive bump for graphics/graphviz 5.0.0

Revision 1.21 / (download) - annotate - [select for diffs], Tue Jun 7 20:34:14 2022 UTC (22 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2
Changes since 1.20: +3 -3 lines
Diff to previous 1.20 (colored) to selected 1.7 (colored)

gexiv2: gobject-introspection is a build dependency.

Bump PKGREVISION.

Revision 1.20 / (download) - annotate - [select for diffs], Wed Mar 30 10:02:24 2022 UTC (2 years ago) by wiz
Branch: MAIN
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored) to selected 1.7 (colored)

*: recursive bump for vala 0.56

Revision 1.19 / (download) - annotate - [select for diffs], Wed Dec 8 16:02:09 2021 UTC (2 years, 4 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored) to selected 1.7 (colored)

revbump for icu and libffi

Revision 1.18 / (download) - annotate - [select for diffs], Wed Sep 29 09:10:32 2021 UTC (2 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored) to selected 1.7 (colored)

*: recursive bump for vala 0.54

Revision 1.17 / (download) - annotate - [select for diffs], Wed Apr 14 07:28:19 2021 UTC (3 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored) to selected 1.7 (colored)

*: bump for vala 0.52

Revision 1.16 / (download) - annotate - [select for diffs], Tue Apr 13 09:04:19 2021 UTC (3 years ago) by wiz
Branch: MAIN
Changes since 1.15: +4 -1 lines
Diff to previous 1.15 (colored) to selected 1.7 (colored)

gexiv2: mark python as build dependency only

Bump PKGREVISION.

Revision 1.15 / (download) - annotate - [select for diffs], Fri Apr 9 20:24:43 2021 UTC (3 years ago) by nia
Branch: MAIN
Changes since 1.14: +3 -2 lines
Diff to previous 1.14 (colored) to selected 1.7 (colored)

gexiv2: needs c99

Revision 1.14 / (download) - annotate - [select for diffs], Thu Apr 8 11:23:35 2021 UTC (3 years ago) by nia
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored) to selected 1.7 (colored)

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

Revision 1.13 / (download) - annotate - [select for diffs], Thu Feb 11 15:14:53 2021 UTC (3 years, 2 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1
Changes since 1.12: +3 -4 lines
Diff to previous 1.12 (colored) to selected 1.7 (colored)

gexiv2: Update to 0.12.1

gexiv2 0.12.1 - 23 May 2020

 * Support macOS dylib versioning
 * Improve compatibility with current exiv2 development versions
 * Fix compiling on windows
 * Fix issue with problematic symbol visibility of exiv2
 * Fix issues with tests overwriting environment variables
 * Fix exception escaping on division by zero
 * Fix overflow in altitude fraction conversion
 * Fix crash with experimental GIO support
 * Documentation fixes
 * Add gexiv2_metadata_update_gps_info which will not remove all other GPS
   information

Bugs fixed in this release:
 - https://gitlab.gnome.org/GNOME/gexiv2/issues/41
 - https://gitlab.gnome.org/GNOME/gexiv2/issues/42
 - https://gitlab.gnome.org/GNOME/gexiv2/issues/45
 - https://gitlab.gnome.org/GNOME/gexiv2/issues/52
 - https://gitlab.gnome.org/GNOME/gexiv2/issues/53
 - https://gitlab.gnome.org/GNOME/gexiv2/issues/54
 - https://gitlab.gnome.org/GNOME/gexiv2/issues/55

Revision 1.12 / (download) - annotate - [select for diffs], Tue Oct 6 19:51:17 2020 UTC (3 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base, pkgsrc-2020Q4
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored) to selected 1.7 (colored)

*: recursive bump for vala 0.50

Revision 1.11 / (download) - annotate - [select for diffs], Mon Aug 17 20:18:58 2020 UTC (3 years, 8 months ago) by leot
Branch: MAIN
CVS Tags: pkgsrc-2020Q3-base, pkgsrc-2020Q3
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored) to selected 1.7 (colored)

*: revbump after fontconfig bl3 changes (libuuid removal)

Revision 1.10 / (download) - annotate - [select for diffs], Wed Mar 11 09:53:53 2020 UTC (4 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored) to selected 1.7 (colored)

*: bump for vala 0.48.0

Revision 1.9 / (download) - annotate - [select for diffs], Sun Mar 8 16:47:47 2020 UTC (4 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored) to selected 1.7 (colored)

*: recursive bump for libffi

Revision 1.8 / (download) - annotate - [select for diffs], Wed Nov 6 14:34:31 2019 UTC (4 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4
Changes since 1.7: +2 -1 lines
Diff to previous 1.7 (colored)

*: recursive bump for vala-0.46

Revision 1.7 / (download) - annotate - [selected], Mon Oct 7 09:28:11 2019 UTC (4 years, 6 months ago) by prlw1
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

Rename py-meson to meson.

The motivation is to consider meson as an application, so there is only
one copy on the system, and as a python 3 program, it can build python 2
packages.

Revision 1.6 / (download) - annotate - [select for diffs], Fri Aug 2 08:21:05 2019 UTC (4 years, 8 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3
Changes since 1.5: +2 -1 lines
Diff to previous 1.5 (colored) to selected 1.7 (colored)

gexiv2: Require vala for build only

Revision 1.5 / (download) - annotate - [select for diffs], Tue Jul 16 08:27:39 2019 UTC (4 years, 9 months ago) by nia
Branch: MAIN
Changes since 1.4: +1 -3 lines
Diff to previous 1.4 (colored) to selected 1.7 (colored)

gexiv2: py-test doesn't seem to actually be needed

Revision 1.4 / (download) - annotate - [select for diffs], Mon Jul 15 22:07:08 2019 UTC (4 years, 9 months ago) by nia
Branch: MAIN
Changes since 1.3: +19 -8 lines
Diff to previous 1.3 (colored) to selected 1.7 (colored)

exiv2: Update to 0.72.1

pkgsrc notes:

upstream has changed their build system to cmake (and meson in the
case of gexiv2)

unfortunately the build system for exiv2-organize has rotted so it
has to be removed for now.

tested on various netbsd versions with gimp, I am expecting breakage,
sorry in advance.

Changes from version 0.27 to 0.27.1
-----------------------------------

Closed (40)
https://github.com/Exiv2/exiv2/milestone/3?closed=1


Changes from version 0.26 to 0.27
---------------------------------

https://github.com/Exiv2/exiv2/milestone/1?closed=1

88 issues have been closed on Redmine

* Build: (11)
- 0001362:	Fix Clang build
			(David Carlos Manuelda)
- 0001358:	Unsuccessful build (Win7, MSVC2015, amd64_x86)
			(Andreas Martin)
- 0001356:	Small patch to configure.py
			(Sridhar Boovaraghavan)
- 0001329:	Error during cmake with gcc version parsing
			(Maxime Daisy)
- 0001310:	Provide support for msys/2.0
- 0001299:	exiv2-0.26-trunk.tar.gz changed on download server
			(Jonathan Riddell)
- 0001270:	Using libexiv2.a/.lib  in multhreaded app segfaults.
			(Ben Touchette)
- 0001237:	Report CMake/MinGW issues to Kitware
- 0001188:	Provide build support for C++11
- 0001174:	Visual Studio Support Enhancements
- 0001121:	Visual Studio support for v0.27

* Basicio: (1)
- 0001374:	excessively often calls stat()
			(Johannes Berg)

* Coverity: (11)
- 0001265:	[ Coverity : /src/basicio.cpp ] Unchecked return value from library , Time of check time of use , Incorrect deallocator used , Dereference before null check , String not null terminated
			(Mahesh Hegde)
- 0001264:	[ Coverity : /src/actions.cpp ] Unchecked return value from library , Logically dead code , Not restoring ostream format
			(Mahesh Hegde)
- 0001263:	[ Coverity : 1396730 Uninitialized scalar field ] /include/exiv2/xmp.hpp
			(Mahesh Hegde)
- 0001262:	[ Coverity : XMPSDK Errors ] Unused value , Explicit null dereferenced
			(Mahesh Hegde)
- 0001261:	[ Coverity : 1296083 Resource leak ] /src/exiv2.cpp
			(Mahesh Hegde)
- 0001260:	[ Coverity : 1296084 Resource leak ] /src/http.cpp
			(Mahesh Hegde)
- 0001259:	[ Coverity : 1396717 Out-of-bounds read ] /src/easyaccess.cpp
			(Mahesh Hegde)
- 0001258:	[ Coverity 1396718 Out-of-bounds access ] /src/webpimage.cpp
			(Mahesh Hegde)
- 0001257:	[ Coverity 1396719 Resource leak ] /src/tiffcomposite.cpp
			(Mahesh Hegde)
- 0001256:	[ Coverity 1396721 : /src/basicio.cpp ]  String not null terminated
			(Mahesh Hegde)
- 0000883:	Use Coverity SCAN on exiv2 code-base
			(Mahesh Hegde)

* Camera: (1)
- 0001352:	Support camera Canon M100
			(Daniel Zucchetto)

* Duplicate: (1)
- 0001307:	exiv2: tiffvisitor.cpp:1299: virtual void Exiv2::Internal::TiffReader::visitDirectory(Exiv2::Internal::TiffDirectory*): Assertion `tc.get()' failed.
			(Henri Salo)

* Exif: (6)
- 0001320:	It is a heap-buffer-overflow in Exiv2::Jp2Image::readMetadata (jp2image.cpp:277)
			(Zhu Liu)
- 0001319:	It is a heap-buffer-overflow in Exiv2::us2Data (types.cpp:346)
			(Zhu Liu)
- 0001318:	Invalid memory address dereference in Exiv2::StringValueBase::read ( in value.cpp:302)
			(Zhu Liu)
- 0001317:	It is a heap-buffer-overflow in Exiv2::s2Data (types.cpp:383)
			(Zhu Liu)
- 0001316:	It is a heap-buffer-overflow in Exiv2::l2Data (types.cpp:398)
			(Zhu Liu)
- 0001315:	Invalid memory address dereference in Exiv2::DataValue::read (value.cpp:193)
			(Zhu Liu)

* Insufficient information: (1)
- 0001347:	Segfault in Digikam when saving/loading certain TIFF images
			(V Engmark)

* Image format: (5)
- 0001353:	Segmentation fault in the software exiv2 when the function Exiv2::tEXtToDataBuf() is finished
			(chung-yi lin)
- 0001346:	Assertion failure in Exiv2::Internal::CiffComponent::doRead() in libexiv2
			(Sanjay Rawat)
- 0001345:	Assertion Failure (SIGABRT) in Exiv2:RafImage::readMetadata() in Libexiv2
			(Sanjay Rawat)
- 0001338:	Exiv2 aborted (crashed) with "Error in `exiv2': free(): invalid next size (fast)"
			(Sanjay Rawat)
- 0001334:	Version 0.26 is returns unwanted data when the key value is received from RW2 files (Panasonic DMC-GF6 camera)
			(Alex Stepanov)

* Lens: (20)
- 0001373:	Tamron SP 24-70mm F/2.8 Di VC USD not recognized properly
			(Achim Kilchert)
- 0001372:	The lens "Tamron AF 18-200mm F3.5-6.3 XR Di II"  is wrongly identified.
			(Julian Hofer)
- 0001370:	Add entry for new(ish) lens - Tamron 10-24mm F/3.5-4.5 Di II VC HLD (B023)
			(Robert Sleator)
- 0001366:	Feature Request Sigma 85mm f/1.4 DG Art Series
			(Christian Fandel)
- 0001365:	Feature Request fr Sigma 135mm f/1.8 DG Art Series
			(Christian Fandel)
- 0001361:	Wrongly identified Canon 2x extender as 1.4x extender with Tamron lens
			(Simon Harhues)
- 0001355:	New lens Tamron 100-400mm F/4.5-6.3 Di VC USD
			(Christian Touzé)
- 0001351:	Add lens: Sigma 120-300mm f/2.8 G VR
			(Nikolai Försterling)
- 0001348:	patch: add Tamron SP AF 150-600mm F/5-6.3 VC USD G2 (A022) for Nikon
			(Mike Romanov)
- 0001339:	Panasonic DMC-TZ70 lens not detected
			(Tim Stahel)
- 0001336:	Support for AF-P DX NIKKOR 10-20mm f/4.5-5.6G VR
			(Šarūnas Burdulis)
- 0001335:	Missing Nikon lense
			(Niels Hansen)
- 0001333:	New Lens: Tamron SP 24-70mm F/2.8 Di VC USD G2 (A032)
			(LP Tech)
- 0001332:	Recognise Tamron 18-200mm F/3.5-6.3 DiII VC B018 on Canon bodies
			(Šarūnas Burdulis)
- 0001328:	Sigma 18-300mm is wrongly reported as a Canon 75-300mm
			(Jean-Luc Jean-Luc Coulon)
- 0001327:	Two Sigma 24-70mm f/2.8 IF EX DG HSM lens definitions ??
			(Philippe Dussart-Desart)
- 0001326:	Tamron 100-300mm f/5-6.3 MACRO 1:4
			(Albert Jasinski)
- 0001323:	Add lens "Sigma 18-300mm f/3.5-6.3 DC Macro OS HS" for Canon ID 197
			(Ronny Heidenreich)
- 0001306:	the lens TAMRON SP 15-30mm F/2.8 Di VC USD A012 is not properly recognised
			(rene ernenwein)
- 0001304:	Lens missing Tamron SP 90mm f/2.8 Di Macro 1:1 VC USD F017
			(Matze G)

* Miscellaneous: (2)
- 0001314:	it is a stack-overflow vulnerability in Exiv2::Internal::stringFormat[abi:cxx11] ( in image.cpp:975 )
			(Zhu Liu)
- 0001305:	Segmentation fault on certain image
			(Oleg Antonyan)

* Makernote: (2)
- 0001343:	Irix 15mm f/2.4 on Nikon
			(Ben Perston)
- 0001324:	Pentax Makernote written twice
			(Dominique Nerriec)

* Metadata: (7)
- 0001341:	Date/Time Original not modified for NEFs
			(Jean-Luc CECCOLI)
- 0001340:	Infinite loop bugs in Libexiv2 Exiv2::Image::printIFDStructure()
			(Sanjay Rawat)
- 0001325:	Crash in exiv2  - Nikon1MakerNote::printBarValue (nikonnm.cpp)
			(Thibaud Mouton)
- 0001322:	Exception in PentaxMakerNote::printShutterCount, source: pentaxmn.cpp
			(Norbert Wagner)
- 0001321:	Invalid memory address dereference in Exiv2::getULong(types.cpp:246)
			(Zhu Liu)
- 0001301:	New lens: Sigma 18-35mm f/1.8 DC HSM Art for Canon
			(Alexander Steffen)
- 0001300:	New lens: Canon EF-S 35mm f/2.8 Macro IS STM
			(Alexander Steffen)

* Not-a-bug: (8)
- 0001369:	New lens Yongnuo 50mm f/1.8 II for Canon
			(Michal Fapso)
- 0001368:	Canon EF-M 15-45 broken LensType
			(Peter Wemmert)
- 0001367:	New Lens Sigma 100-400 mm, F5-6.3 DG for Nikon
			(Thomas G)
- 0001364:	New lens Tamron SP 24-70mm F/2.8 Di VC USD G2
			(Mikko Pantsar)
- 0001350:	Add lens: AF-S DX Nikkor 18-140mm
			(Nikolai Försterling)
- 0001349:	Add lens: Sigma 50-100mm F1.8 DC HSM | A
			(Nikolai Försterling)
- 0001344:	Unknown metadata
			(luv zeng)
- 0001331:	exiv2 fails to delete bulk of metadata in jpeg
			(Denis-Carl Robidoux)

* Tools: (1)
- 0001303:	#1 Use 'releases' feature on GitHub

* Tiff parser: (3)
- 0001360:	exiv2 can't read metadata from tiff file (tiff directory length is too large)
			(T Modes)
- 0001359:	This does not look like a TIFF image
			(jaeho jung)
- 0001330:	Crash in Exiv2::TiffImage::readMetadata
			(Tobias E.)

* Video: (2)
- 0001068:	Video Code Umbrella
- 0001028:	Add GSoC13 video-write code

* Website: (3)
- 0001308:	Move directory /website to svn://dev.exiv2.org/svn/team/website
- 0001302:	Use sha256 Checksums on Downloads and Archive pages of the web site.
- 0001288:	site defaults to http://, and https:// certificate is bogus
			(Matthias Andree)

* Xmp: (3)
- 0001354:	Inconsistency with long XMP namespaces (e.g. 'Iptc4xmpExt')
			(Jens Georg)
- 0001278:	XMP SDK Split
			(Ben Touchette)
- 0000941:	Upgrade xmpsdk source to Adobe's current version

Revision 1.3 / (download) - annotate - [select for diffs], Mon May 14 10:48:57 2018 UTC (5 years, 11 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2
Changes since 1.2: +3 -1 lines
Diff to previous 1.2 (colored) to selected 1.7 (colored)

gexiv2: Fix linker arguments on SunOS.

Revision 1.2 / (download) - annotate - [select for diffs], Thu Feb 15 08:15:55 2018 UTC (6 years, 2 months ago) by bsiegert
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base, pkgsrc-2018Q1
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored) to selected 1.7 (colored)

Update gexiv2 to 0.10.8.

gexiv2 0.10.8 - 5 Feb 2018

  * Do not use linker scripts on Darwin/OS X
  * Fallback to AperturValue if FNumber is absent
  * Fix GIR header and vapi when using meson

Bugs fixed in this release:
 - https://bugzilla.gnome.org/show_bug.cgi?id=791941
 - https://bugzilla.gnome.org/show_bug.cgi?id=792239
 - https://bugzilla.gnome.org/show_bug.cgi?id=792431

gexiv2 0.10.7 - 24 Dec 2017

  * Add meson build support
  * Use glib-mkenums for enum types
  * Update debian
  * Fix make check when running out of tree
  * Use version script to clean up exported functions
  * Fix --disable-vala

Bugs fixed in this release:
 - https://bugzilla.gnome.org/show_bug.cgi?id=784045
 - https://bugzilla.gnome.org/show_bug.cgi?id=787455

gexiv2 0.10.6 - 21 May 2017

  * Fix missing include file
  * Add a function to save meta-data in XMP sidecar file
  * Add a more complete Python test-suite
  * Fix a potential NULL dereference in _get_comment()
  * Fix compatibility with Exiv2 0.26

Bugs fixed in this release:
 - Coverity issue CID 167853
 - https://bugs.gentoo.org/show_bug.cgi?id=613778
 - https://bugzilla.gnome.org/show_bug.cgi?id=712455
 - https://bugzilla.gnome.org/show_bug.cgi?id=780709
 - https://bugzilla.gnome.org/show_bug.cgi?id=782449

gexiv2 0.10.5 - 20 March 2017

  * Fix autogen.sh to also run configure
  * Generate gtk-doc and various documentation updates
  * Fix an abort on unhandled Minolta meta-data
  * Fix compilation issues with shadowing variables in StreamIO
  * Fix GPS rational calculations if fraction has 0 numerator and denominator
  * Several build cleanups
  * Add make check to build and run the python tests
  * Add C tests

Bugs fixed in this release:
 - https://bugzilla.gnome.org/show_bug.cgi?id=723790
 - https://bugzilla.gnome.org/show_bug.cgi?id=774105
 - https://bugzilla.gnome.org/show_bug.cgi?id=775249
 - https://bugzilla.gnome.org/show_bug.cgi?id=776233
 - https://bugzilla.gnome.org/show_bug.cgi?id=779089
 - https://bugzilla.gnome.org/show_bug.cgi?id=779551
 - https://bugzilla.redhat.com/show_bug.cgi?id=1401706

gexiv2 0.10.4 - 15 August 2016

  * Additions to get_comment based on MWG guidelines (#746424)
  * Fix builddir != srcdir
  * Fix leaks in GPS coordinate handling (#754241)
  * Update build instructions (#749800)
  * Copyright transfer to SFC
  * Use M4 macros for GObject introspection (#765827)
  * Clean-up some introspection warnings
  * Catch exception by reference (CID:112500)
  * Generate the VAPI file from GIR
  * Mark _free() functions as deprecated
  * Fix several g-i-scanner warnings
  * Fix build issue introduced by VAPI changes (#768896)
  * Use AX_COMPILER_FLAGS and fix issues risen by that
  * Remove linker flags from CXXFLAGS
  * Enable maintainer mode and silent rules
  * Fix lookup of XMP tags (#768906)
  * Enable compiling without GObject Introspection

Bugs fixed in this release:
 - https://bugzilla.gnome.org/show_bug.cgi?id=746424
 - https://bugzilla.gnome.org/show_bug.cgi?id=749800
 - https://bugzilla.gnome.org/show_bug.cgi?id=754241
 - https://bugzilla.gnome.org/show_bug.cgi?id=765827
 - https://bugzilla.gnome.org/show_bug.cgi?id=768896
 - https://bugzilla.gnome.org/show_bug.cgi?id=768906

Revision 1.1 / (download) - annotate - [select for diffs], Sun Aug 23 13:55:26 2015 UTC (8 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3
Diff to selected 1.7 (colored)

Import gexiv2-0.10.3 as graphics/gexiv2.

gexiv2 is a GObject-based wrapper around the Exiv2 library.  It makes
the basic features of Exiv2 available to GNOME applications.

Update for libgexiv2. Changes from previous libgexiv2:

gexiv2 0.10.3 - 23 March 2015
-----------------------------

  * Retrieve XMP tag's structure type (#736799)
  * Generate XMP packet as NUL-terminated string (#736587)
  * Retrieve tag's raw value as GBytes (#730136)
  * Fix gexiv2_metadata_get_fnumber() (#745347)


gexiv2 0.10.2 - 16 September 2014
---------------------------------

  * Use all EXIF tags for interpreted strings (#734861)
  * Automake fixes


gexiv2 0.10.1 - 25 April 2014
-----------------------------

  * Fix Python bindings (GObject Introspection issue)


gexiv2 0.10.0 - 17 March 2014
-----------------------------

  * Build system fixes
  * Updated links in documentation


gexiv2 0.9.1 - 5 February 2014
------------------------------

  * Fixed tarball compilation problem
  * Updated configure.ac
  * Fixed introspection generation


gexiv2 0.9.0 - 4 February 2014
------------------------------

  * Ported to Autotools
  * Added compile and runtime version number checks
  * Fixed bugs and resource leaks
  * Updated GTK-Docs and GI annotations


gexiv2 0.7.0 - 3 October 2013
-----------------------------

  * Fixed Python date/time getter/setter bindings
  * Fixed latitude translation code
  * New calls for getting underlying Exiv2 tag types

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>