diff --git a/srcpkgs/exiv2/template b/srcpkgs/exiv2/template index 850ec4311f7b0f..e9239be83f4893 100644 --- a/srcpkgs/exiv2/template +++ b/srcpkgs/exiv2/template @@ -1,6 +1,6 @@ # Template file for 'exiv2' pkgname=exiv2 -version=0.28.5 +version=0.28.7 revision=1 build_style=cmake configure_args="-DEXIV2_BUILD_SAMPLES=OFF -DEXIV2_ENABLE_BMFF=ON" @@ -9,9 +9,10 @@ checkdepends="gtest-devel python3" short_desc="Image metadata manipulation" maintainer="Enno Boland " license="GPL-2.0-or-later" -homepage="https://www.exiv2.org" +homepage="https://exiv2.org" +changelog="https://exiv2.org/whatsnew.html" distfiles="https://github.com/Exiv2/exiv2/archive/refs/tags/v${version}.tar.gz" -checksum=e1671f744e379a87ba0c984617406fdf8c0ad0c594e5122f525b2fb7c28d394d +checksum=5e292b02614dbc0cee40fe1116db2f42f63ef6b2ba430c77b614e17b8d61a638 if [ -n "$XBPS_CHECK_PKGS" ]; then configure_args+=" -DEXIV2_BUILD_UNIT_TESTS=ON" @@ -22,8 +23,10 @@ if [ -n "$XBPS_CCACHE" ]; then fi pre_check() { - # https://github.com/Exiv2/exiv2/issues/2762 - rm -f tests/bugfixes/github/test_issue_2427.py + # https://github.com/Exiv2/exiv2/issues/3052 + if [ "$XBPS_TARGET_MACHINE" = i686 ]; then + rm tests/lens_tests/test_canon_lenses.py + fi } exiv2-devel_package() {