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
|
Source: libkexif
Section: libs
Priority: optional
Maintainer: Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org>
Uploaders: Mark Purcell <msp@debian.org>, Achim Bohnet <ach@mpe.mpg.de>
Build-Depends: cdbs, debhelper (>> 4.1), libexif-dev (>> 0.6.9), kdelibs4-dev (>= 4:3.4.3-2), pkg-config (>> 0.9), coreutils, libxi-dev
Standards-Version: 3.6.2
Package: libkexif1-dev
Provides: libkexif-dev
Conflicts: libkexif-dev
Section: libdevel
Architecture: any
Depends: libkexif1 (= ${Source-Version}), libexif-dev, kdelibs4-dev
Description: library for KDE to read/display/edit EXIF informations (devel files)
Libkexif is a KDE widget library for manipulating EXIF information
embedded in images. It currently supports viewing of all EXIF information
via libexif. It also supports the modification of a few attributes in a
save way that preserves all other EXIF information in the file. It can
currently modify the following tags:
.
IFD0/Orientation
EXIF/UserComment
.
This package includes the development support files.
Package: libkexif1
Section: libs
Conflicts: libkexif1c2, libkexifc2
Replaces: libkexif1c2, libkexifc2
Architecture: any
Depends: ${shlibs:Depends}
Description: library for KDE to read/display/edit EXIF informations (runtime)
Libkexif is a KDE widget library for manipulating EXIF information
embedded in images. It currently supports viewing of all EXIF information
via libexif. It also supports the modification of a few attributes in a
save way that preserves all other EXIF information in the file. It can
currently modify the following tags:
.
IFD0/Orientation
EXIF/UserComment
.
This package includes the necessary files to run programs linked against
libkexif.
.
Classes:
.
* kexifwidget - a new embeddable widget showing the exif listview in a
single flat list.
* kexifdialog - uses kexifwidget.
* kexiflistview - shows different ifds in alternate shades of color for
easier identification.
|