Files
meta-kf5/recipes-support/libkexiv2.inc
2023-10-04 18:20:42 +02:00

20 lines
495 B
PHP

# SPDX-FileCopyrightText: 2023 Justin Hammond <justin@dynam.ac>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "Wrapper around Exiv2 library to manipulate picture metadata as EXIF and XMP"
SUMMARY = "Wrapper around Exiv2 library to manipulate picture metadata as EXIF and XMP"
HOMEPAGE = "https://invent.kde.org/graphics/libkexiv2"
LICENSE = "BSD-3-Clause & GPL-2.0-or-later"
inherit cmake_kf5
inherit reuse_license_checksums
DEPENDS = " \
exiv2 \
"
KF5_REUSE_LICENSECHECK_ENABLED="1"