Warning, /packaging/yocto-meta-kf5/recipes-support/libkexiv2.inc is written in an unsupported language. File is not indexed.

0001 # SPDX-FileCopyrightText: 2023 Justin Hammond <justin@dynam.ac>
0002 #
0003 # SPDX-License-Identifier: MIT
0004 
0005 DESCRIPTION = "Wrapper around Exiv2 library to manipulate picture metadata as EXIF and XMP"
0006 SUMMARY = "Wrapper around Exiv2 library to manipulate picture metadata as EXIF and XMP"
0007 HOMEPAGE = "https://invent.kde.org/graphics/libkexiv2"
0008 LICENSE = "BSD-3-Clause & GPL-2.0-or-later"
0009 
0010 
0011 inherit cmake_kf5
0012 inherit reuse_license_checksums
0013 
0014 DEPENDS = " \
0015     exiv2 \
0016 "
0017 
0018 KF5_REUSE_LICENSECHECK_ENABLED="1"
0019