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 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
|
Source: libkf5kipi
Section: libs
Priority: optional
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Uploaders: Aurélien COUDERC <coucouf@debian.org>,
Norbert Preining <norbert@preining.info>,
Build-Depends: cmake (>= 3.16.0~),
debhelper-compat (= 13),
extra-cmake-modules (>= 5.85.0~),
libjpeg-dev,
libkf5config-dev (>= 5.85.0~),
libkf5i18n-dev (>= 5.1.0~),
libkf5service-dev (>= 5.85.0~),
libkf5xmlgui-dev (>= 5.85.0~),
libpng-dev,
libtiff-dev,
pkg-kde-tools (>= 0.12),
qtbase5-dev (>= 5.15.0~),
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://www.kde.org/
Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/libkipi
Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/libkipi.git
Package: libkf5kipi-data
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
Description: KDE Image Plugin Interface library -- data files
Libkipi is a KDE library that provides a common interface for operations
on images such as manipulation, organization, importing from and exporting
to online services (and not only these), batch editing, etc.
.
These services are used in graphics applications such as gwenview, digiKam,
kphotoalbum, and spectacle.
.
This package contains the data files of the kipi library.
Package: libkf5kipi-dev
Section: libdevel
Architecture: any
Depends: libkf5kipi32.0.0 (= ${binary:Version}), ${misc:Depends},
Multi-Arch: same
Description: KDE Image Plugin Interface library -- development files
Libkipi is a KDE library that provides a common interface for operations
on images such as manipulation, organization, importing from and exporting
to online services (and not only these), batch editing, etc.
.
These services are used in graphics applications such as gwenview, digiKam,
kphotoalbum, and spectacle.
.
This package provides the development files for using the kipi library,
and documentation for it (in the header files).
Package: libkf5kipi32.0.0
Architecture: any
Multi-Arch: same
Depends: libkf5kipi-data (>= ${source:Version}),
${misc:Depends},
${shlibs:Depends},
Description: KDE Image Plugin Interface library
Libkipi is a KDE library that provides a common interface for operations
on images such as manipulation, organization, importing from and exporting
to online services (and not only these), batch editing, etc.
.
These services are used in graphics applications such as gwenview, digiKam,
kphotoalbum, and spectacle.
.
This package provides the kipi library.
|