exiv2: update to 0.27.6.

This commit is contained in:
mhmdanas 2023-02-25 20:04:14 +00:00 committed by Leah Neukirchen
parent 1834ce26cb
commit 8081fbfce8

View file

@ -1,16 +1,25 @@
# Template file for 'exiv2'
pkgname=exiv2
version=0.27.4
version=0.27.6
revision=1
build_style=cmake
configure_args="-DEXIV2_BUILD_SAMPLES=OFF -DEXIV2_ENABLE_BMFF=ON"
makedepends="zlib-devel expat-devel"
checkdepends="gtest-devel"
short_desc="Image metadata manipulation"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="https://www.exiv2.org"
distfiles="https://github.com/Exiv2/exiv2/releases/download/v${version}/exiv2-${version}-Source.tar.gz"
checksum=84366dba7c162af9a7603bcd6c16f40fe0e9af294ba2fd2f66ffffb9fbec904e
checksum=4c192483a1125dc59a3d70b30d30d32edace9e14adf52802d2f853abf72db8a6
if [ -n "$XBPS_CHECK_PKGS" ]; then
configure_args+=" -DEXIV2_BUILD_UNIT_TESTS=ON"
fi
if [ -n "$XBPS_CCACHE" ]; then
configure_args+=" -DBUILD_WITH_CCACHE=ON"
fi
exiv2-devel_package() {
depends="${makedepends} ${sourcepkg}-${version}_${revision}"