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
|
Source: libexif-gtk
Section: libs
Priority: optional
Maintainer: Frederic Peters <fpeters@debian.org>
Build-Depends: debhelper (>> 3.0.0), libexif-dev (>= 0.6.12), libglib2.0-dev, pkg-config, libgtk2.0-dev, libatk1.0-dev, libpango1.0-dev
Standards-Version: 3.6.2
Package: libexif-gtk-dev
Section: libdevel
Architecture: any
Depends: libexif-gtk5 (= ${Source-Version}), libc6-dev
Description: Library providing GTK+ widgets to display/edit EXIF tags (development files)
Most digital cameras produce EXIF files, which are JPEG files with
extra tags that contain information about the image. The EXIF library
allows you to parse an EXIF file and read the data from those tags.
.
This library provides GTK+ widgets to display/edit EXIF tags.
Package: libexif-gtk5
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Conflicts: libexif-gtk4
Replaces: libexif-gtk4
Description: Library providing GTK+ widgets to display/edit EXIF tags
Most digital cameras produce EXIF files, which are JPEG files with
extra tags that contain information about the image. The EXIF library
allows you to parse an EXIF file and read the data from those tags.
.
This library provides GTK+ widgets to display/edit EXIF tags.
|