mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
exiv2: update to 0.27.4.
This commit is contained in:
parent
1a52d88d98
commit
276aa57ce3
1 changed files with 3 additions and 11 deletions
|
@ -1,25 +1,17 @@
|
||||||
# Template file for 'exiv2'
|
# Template file for 'exiv2'
|
||||||
pkgname=exiv2
|
pkgname=exiv2
|
||||||
version=0.27.3
|
version=0.27.4
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="exiv2-${version}-Source"
|
wrksrc="exiv2-${version}-Source"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DEXIV2_BUILD_SAMPLES=OFF"
|
configure_args="-DEXIV2_BUILD_SAMPLES=OFF -DEXIV2_ENABLE_BMFF=ON"
|
||||||
makedepends="zlib-devel expat-devel"
|
makedepends="zlib-devel expat-devel"
|
||||||
short_desc="Image metadata manipulation"
|
short_desc="Image metadata manipulation"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://www.exiv2.org"
|
homepage="https://www.exiv2.org"
|
||||||
distfiles="https://www.exiv2.org/builds/exiv2-${version}-Source.tar.gz"
|
distfiles="https://www.exiv2.org/builds/exiv2-${version}-Source.tar.gz"
|
||||||
checksum=a79f5613812aa21755d578a297874fb59a85101e793edc64ec2c6bd994e3e778
|
checksum=84366dba7c162af9a7603bcd6c16f40fe0e9af294ba2fd2f66ffffb9fbec904e
|
||||||
|
|
||||||
pre_configure() {
|
|
||||||
case "$XBPS_TARGET_ARCH" in
|
|
||||||
"x86_64*") ;;
|
|
||||||
"i686*") ;;
|
|
||||||
*) vsed -i cmake/compilerFlags.cmake -e 's/-fcf-protection//' ;;
|
|
||||||
esac
|
|
||||||
}
|
|
||||||
|
|
||||||
exiv2-devel_package() {
|
exiv2-devel_package() {
|
||||||
depends="${makedepends} ${sourcepkg}-${version}_${revision}"
|
depends="${makedepends} ${sourcepkg}-${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue