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
|
Source: libkf5kexiv2
Section: kde
Priority: optional
Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Uploaders: Pino Toscano <pino@debian.org>,
Sune Vuorela <sune@debian.org>,
Maximiliano Curia <maxy@debian.org>,
Build-Depends: cmake (>= 2.8.12~),
debhelper (>= 9),
extra-cmake-modules (>= 1.1.0~),
libexiv2-dev (>= 0.24~),
pkg-config,
pkg-kde-tools (>= 0.12),
qtbase5-dev (>= 5.2.0~),
Standards-Version: 4.1.2
Homepage: http://www.kde.org/
Vcs-Browser: https://anonscm.debian.org/git/pkg-kde/applications/libkexiv2.git
Vcs-Git: https://anonscm.debian.org/git/pkg-kde/applications/libkexiv2.git
Package: libkf5kexiv2-15.0.0
Section: libs
Architecture: any
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}
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.
|