I have put out a release of gexiv2 that includes most open merge requests for bug fixes that have piled up on gitlab.
Download: https://download.gnome.org/sources/gexiv2/0.14/gexiv2-0.14.1.tar.xz
sha256: ec3ee3ec3860b9c78958a55da89cf76ae2305848e12f41945b7b52124d8f6cf9
- 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()
Bugs fixed in this release:
- Addresses get_gps_info used to return data if any of lat/long/alt were available, now only does so if all are (#72) · Issues · GNOME / gexiv2 · GitLab
- gexiv2_metadata_generate_xmp_packet ignores format flags and padding (#69) · Issues · GNOME / gexiv2 · GitLab
- Crash when calling gexiv2_metadata_set_tag_multiple with empty list (#70) · Issues · GNOME / gexiv2 · GitLab