mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-18 23:27:01 +02:00
exiv2: update to 0.27.6.
This commit is contained in:
parent
1834ce26cb
commit
8081fbfce8
1 changed files with 11 additions and 2 deletions
|
@ -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}"
|
||||
|
|
Loading…
Add table
Reference in a new issue