File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 11# Template file for 'exiv2'
22pkgname=exiv2
3- version=0.28.5
3+ version=0.28.7
44revision=1
55build_style=cmake
66configure_args="-DEXIV2_BUILD_SAMPLES=OFF -DEXIV2_ENABLE_BMFF=ON"
@@ -9,9 +9,10 @@ checkdepends="gtest-devel python3"
99short_desc="Image metadata manipulation"
1010maintainer="Enno Boland <
[email protected] >"
1111license="GPL-2.0-or-later"
12- homepage="https://www.exiv2.org"
12+ homepage="https://exiv2.org"
13+ changelog="https://exiv2.org/whatsnew.html"
1314distfiles="https://github.com/Exiv2/exiv2/archive/refs/tags/v${version}.tar.gz"
14- checksum=e1671f744e379a87ba0c984617406fdf8c0ad0c594e5122f525b2fb7c28d394d
15+ checksum=5e292b02614dbc0cee40fe1116db2f42f63ef6b2ba430c77b614e17b8d61a638
1516
1617if [ -n "$XBPS_CHECK_PKGS" ]; then
1718 configure_args+=" -DEXIV2_BUILD_UNIT_TESTS=ON"
@@ -22,8 +23,10 @@ if [ -n "$XBPS_CCACHE" ]; then
2223fi
2324
2425pre_check() {
25- # https://github.com/Exiv2/exiv2/issues/2762
26- rm -f tests/bugfixes/github/test_issue_2427.py
26+ # https://github.com/Exiv2/exiv2/issues/3052
27+ if [ "$XBPS_TARGET_MACHINE" = i686 ]; then
28+ rm tests/lens_tests/test_canon_lenses.py
29+ fi
2730}
2831
2932exiv2-devel_package() {
You can’t perform that action at this time.
0 commit comments