exiv2: update to 0.28.5.

This commit is contained in:
Duncaen 2025-05-18 16:50:21 +02:00
parent 6389d09ffd
commit cc668cb5cb
No known key found for this signature in database
GPG key ID: 335C1D17EC3D6E35

View file

@ -1,6 +1,6 @@
# Template file for 'exiv2'
pkgname=exiv2
version=0.28.1
version=0.28.5
revision=1
build_style=cmake
configure_args="-DEXIV2_BUILD_SAMPLES=OFF -DEXIV2_ENABLE_BMFF=ON"
@ -11,7 +11,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="https://www.exiv2.org"
distfiles="https://github.com/Exiv2/exiv2/archive/refs/tags/v${version}.tar.gz"
checksum=3078651f995cb6313b1041f07f4dd1bf0e9e4d394d6e2adc6e92ad0b621291fa
checksum=e1671f744e379a87ba0c984617406fdf8c0ad0c594e5122f525b2fb7c28d394d
if [ -n "$XBPS_CHECK_PKGS" ]; then
configure_args+=" -DEXIV2_BUILD_UNIT_TESTS=ON"
@ -32,7 +32,7 @@ exiv2-devel_package() {
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove usr/share/cmake
vmove usr/lib/cmake
vmove "usr/lib/*.so"
}
}