1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
Source: libkf5kexiv2
Section: kde
Priority: optional
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Uploaders: Aurélien COUDERC <coucouf@debian.org>,
Pino Toscano <pino@debian.org>,
Build-Depends: cmake (>= 3.16.0~),
debhelper-compat (= 13),
dh-sequence-kf5,
dh-sequence-pkgkde-symbolshelper,
extra-cmake-modules (>= 5.91.0~),
libexiv2-dev (>= 0.25~),
pkgconf,
qtbase5-dev (>= 5.15.0~),
Standards-Version: 4.7.2
Rules-Requires-Root: no
Homepage: https://invent.kde.org/graphics/libkexiv2
Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/libkf5kexiv2
Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/libkf5kexiv2.git
Package: libkf5kexiv2-15.0.0
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends},
Description: Qt like interface for the libexiv2 library
Libkexiv2 is a Qt wrapper around the Exiv2 library, used to manipulate
pictures metadata.
.
This package contains the libkexiv2 library.
Package: libkf5kexiv2-dev
Section: libdevel
Architecture: any
Depends: libkf5kexiv2-15.0.0 (= ${binary:Version}), ${misc:Depends},
Multi-Arch: same
Description: Qt-like interface for the libexiv2 library -- development files
Libkexiv2 is a Qt wrapper around the Exiv2 library, used to manipulate
pictures metadata.
.
This package contains the development files and the documentation.
The library documentation is available in the kexiv2.h header file.
|