kimageformats: add dependencies on libavif and libraw

This commit is contained in:
prez 2023-02-24 16:13:29 +01:00 committed by John Zimmermann
parent 6fbb77be7d
commit 09353e6eda

View file

@ -1,12 +1,12 @@
# Template file for 'kimageformats'
pkgname=kimageformats
version=5.103.0
revision=2
revision=3
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"
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"