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
|
Source: libexif-gtk
Section: libs
Priority: optional
Maintainer: Debian PhotoTools Maintainers <pkg-phototools-devel@lists.alioth.debian.org>
Uploaders: Hugh McMaster <hugh.mcmaster@outlook.com>
Build-Depends:
debhelper-compat (= 13),
libexif-dev (>= 0.6.21),
libgtk2.0-dev,
libgtk-3-dev,
pkg-config,
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: https://libexif.github.io/
Vcs-Browser: https://salsa.debian.org/debian-phototools-team/libexif-gtk
Vcs-Git: https://salsa.debian.org/debian-phototools-team/libexif-gtk.git
Package: libexif-gtk5
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Library providing GTK+ 2.0 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.
.
This is the legacy version, built against GTK+ 2.0.
Package: libexif-gtk3-5
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Library providing GTK+ 3.0 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+ 3.0 widgets to display/edit EXIF tags.
Package: libexif-gtk-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
libexif-gtk5 (= ${binary:Version}),
libexif-gtk3-5 (= ${binary:Version}),
libexif-dev,
libgtk2.0-dev,
libgtk-3-dev,
${misc:Depends}
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 package contains the development files.
|