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 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141
|
Source: digikam
Maintainer: Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org>
Uploaders: Mark Purcell <msp@debian.org>,
Fathi Boudra <fabo@debian.org>,
Steve M. Robbins <smr@debian.org>
Section: graphics
Priority: optional
Build-Depends: appstream,
bison,
cmake (>= 3.0.0),
debhelper-compat (= 12),
extra-cmake-modules,
flex,
gphoto2,
help2man,
# FFMPEG libraries
libavcodec-dev, libavfilter-dev, libavformat-dev, libavutil-dev, libswscale-dev,
libavdevice-dev,
libboost-graph-dev,
libeigen3-dev (>= 3.1.2),
libexiv2-dev (>= 0.27),
libexpat1-dev | libexpat-dev,
libgphoto2-dev,
libjpeg-dev,
libkf5akonadicontact-dev,
libkf5calendarcore-dev,
libkf5doctools-dev,
libkf5filemetadata-dev,
libkf5mediawiki-dev,
libkf5notifications-dev,
libkf5notifyconfig-dev,
libkf5sane-dev,
libkf5threadweaver-dev,
liblcms2-dev,
liblensfun-dev,
liblqr-1-0-dev,
libmagick++-dev,
libmarble-dev,
libopencv-dev (>= 3.1.0),
libpng-dev,
libqt5opengl5-dev,
libqt5svg5-dev,
libqt5webkit5-dev,
libqt5x11extras5-dev,
libqt5xmlpatterns5-dev,
libqtav-dev (>= 1.13),
libtiff-dev,
libusb-1.0-0-dev [linux-any],
libx265-dev,
libxslt1-dev,
libxml2-dev,
pkg-config,
pkg-kde-tools (>= 0.15.21),
qtbase5-dev (>= 5.4.0),
qtbase5-dev-tools (>= 5.4.0),
qtmultimedia5-dev,
qtwebengine5-dev
Build-Conflicts: libgraphicsmagick1-dev,
libboost1.62-dev (<< 1.62.0+dfsg-4)
Standards-Version: 4.1.0
Vcs-Browser: https://salsa.debian.org/debian/digikam
Vcs-Git: https://salsa.debian.org/debian/digikam.git
Homepage: http://www.digikam.org
Package: digikam-private-libs
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
${misc:Depends}
Description: private libraries for digiKam plugins
This package contains private libraries to be used by digikam.
.
This has no use for anything else than digikam, since the libraries are
installed in a private library path.
Package: digikam
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
${perl:Depends},
digikam-private-libs (= ${binary:Version}),
libqt5sql5-sqlite,
libqt5sql5-mysql,
digikam-data (= ${source:Version})
Recommends: www-browser,
ffmpegthumbs
Suggests: digikam-doc,
systemsettings
Conflicts: ${digikam:Conflicts}
Description: digital photo management application for KDE
Digital photo management program designed to import, organize, enhance, search
and export your digital images to and from your computer.
.
It provides a simple interface which makes importing and organizing digital
photographs a "snap". digiKam enables you to manage large numbers of
digital photographs in albums and to organize these photographs for easy
retrieval using tags (keywords), captions, collections, dates, geolocation
and searches. It has many features for viewing, organizing, processing and
sharing your images. Thus, digiKam is a formidable digital asset management
(DAM) software including powerful image editing functions.
.
An easy-to-use camera interface is provided, that will connect to your
digital camera and download photographs directly into digiKam albums.
More than 1000 digital cameras are supported by the gphoto2 library.
Of course, any media or card reader supported by your operating system
will interface with digiKam.
.
digiKam incorporates a fast Image Editor with many image editing tools.
You can use the Image Editor to view your photographs, comment and rate
them, correct, enhance and alter them. The editing power can be easily
extended by a set of plugins, the KDE Image Plugins Interface (manual)
.
While digiKam remains easy to use, it provides professional level features
by the dozens. It is fully 16 bit enabled including all available plugins,
supports RAW format conversion through libraw, DNG export and ICC color
management work flow.
Package: showfoto
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
digikam-data (= ${source:Version}),
digikam-private-libs (= ${binary:Version})
Recommends: dolphin
Description: image viewer/editor for KDE
showFoto is the standalone image editor of the digiKam project.
.
It runs without digiKam images database support, but provides all Image Editor
functions.
Package: digikam-data
Architecture: all
Depends: ${misc:Depends},
opencv-data
Conflicts: ${digikam:Conflicts}
Description: digiKam architecture-independant data
Contains the significant amount of architecture-independent data that is
shipped with digiKam.
.
It has been placed in an architecture all file to reduce space on the
archives, rather than one copy for each architecture.
|