exiv2: update to 0.27.4.

This commit is contained in:
lemmi 2021-06-30 12:51:24 +02:00
parent 1a52d88d98
commit 276aa57ce3

View file

@ -1,25 +1,17 @@
# Template file for 'exiv2'
pkgname=exiv2
version=0.27.3
version=0.27.4
revision=1
wrksrc="exiv2-${version}-Source"
build_style=cmake
configure_args="-DEXIV2_BUILD_SAMPLES=OFF"
configure_args="-DEXIV2_BUILD_SAMPLES=OFF -DEXIV2_ENABLE_BMFF=ON"
makedepends="zlib-devel expat-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://www.exiv2.org/builds/exiv2-${version}-Source.tar.gz"
checksum=a79f5613812aa21755d578a297874fb59a85101e793edc64ec2c6bd994e3e778
pre_configure() {
case "$XBPS_TARGET_ARCH" in
"x86_64*") ;;
"i686*") ;;
*) vsed -i cmake/compilerFlags.cmake -e 's/-fcf-protection//' ;;
esac
}
checksum=84366dba7c162af9a7603bcd6c16f40fe0e9af294ba2fd2f66ffffb9fbec904e
exiv2-devel_package() {
depends="${makedepends} ${sourcepkg}-${version}_${revision}"