mirror of
https://invent.kde.org/packaging/yocto-meta-kf5.git
synced 2026-01-29 21:08:43 +01:00
20 lines
495 B
PHP
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"
|
|
|