void-packages/srcpkgs/kimageformats/template

21 lines
760 B
Bash

# Template file for 'kimageformats'
pkgname=kimageformats
version=5.105.0
revision=1
build_style=cmake
configure_args="-DKIMAGEFORMATS_HEIF=ON"
hostmakedepends="kcoreaddons extra-cmake-modules qt5-qmake qt5-host-tools
pkg-config"
makedepends="karchive-devel libopenexr-devel libheif-devel libraw-devel libavif-devel"
short_desc="KDE Plugins to allow QImage to support extra file formats"
maintainer="John <me@johnnynator.dev>"
license="LGPL-2.0-or-later"
homepage="https://invent.kde.org/frameworks/kimageformats"
distfiles="${KDE_SITE}/frameworks/${version%.*}/kimageformats-${version}.tar.xz"
checksum=4ea6ead739f9e850aa8908e246ff2f45f505bbadba20205fb580667bab87d0fc
if [ "$XBPS_MACHINE" = i686 ]; then
# FIXME: some tests fail on i686.
make_check=no
fi