Skip to content

Commit 1092036

Browse files
dogknowsnxahesford
authored andcommitted
exiv2: update to 0.28.7
1 parent 8ebdfc2 commit 1092036

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

srcpkgs/exiv2/template

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Template file for 'exiv2'
22
pkgname=exiv2
3-
version=0.28.5
3+
version=0.28.7
44
revision=1
55
build_style=cmake
66
configure_args="-DEXIV2_BUILD_SAMPLES=OFF -DEXIV2_ENABLE_BMFF=ON"
@@ -9,9 +9,10 @@ checkdepends="gtest-devel python3"
99
short_desc="Image metadata manipulation"
1010
maintainer="Enno Boland <[email protected]>"
1111
license="GPL-2.0-or-later"
12-
homepage="https://www.exiv2.org"
12+
homepage="https://exiv2.org"
13+
changelog="https://exiv2.org/whatsnew.html"
1314
distfiles="https://github.com/Exiv2/exiv2/archive/refs/tags/v${version}.tar.gz"
14-
checksum=e1671f744e379a87ba0c984617406fdf8c0ad0c594e5122f525b2fb7c28d394d
15+
checksum=5e292b02614dbc0cee40fe1116db2f42f63ef6b2ba430c77b614e17b8d61a638
1516

1617
if [ -n "$XBPS_CHECK_PKGS" ]; then
1718
configure_args+=" -DEXIV2_BUILD_UNIT_TESTS=ON"
@@ -22,8 +23,10 @@ if [ -n "$XBPS_CCACHE" ]; then
2223
fi
2324

2425
pre_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

2932
exiv2-devel_package() {

0 commit comments

Comments
 (0)