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
|
Source: eog
Section: gnome
Maintainer: Debian GNOME Extras Maintainers <pkg-gnome-extras-maintainers@lists.alioth.debian.org>
Uploaders: Jeremy BĂcha <jbicha@ubuntu.com>
Build-Depends: debhelper-compat (= 13),
dh-sequence-gir,
gi-docgen,
gir1.2-gtk-3.0-dev,
gobject-introspection (>= 1.80),
gsettings-desktop-schemas-dev (>= 42~beta),
itstool,
libatk1.0-dev (>= 1.32.0-2~),
libexempi-dev (>= 1.99.5),
libexif-dev (>= 0.6.14),
libgdk-pixbuf-2.0-dev (>= 2.36.5),
libgdk-pixbuf2.0-doc,
libglib2.0-dev (>= 2.73.2),
libglib2.0-doc,
libgnome-desktop-3-dev (>= 2.91.2),
libgtk-3-dev (>= 3.24.15),
libgtk-3-doc,
libhandy-1-dev (>= 1.5.0),
libjpeg-dev,
liblcms2-dev,
libpeas-dev (>= 1.36.0-6~),
librsvg2-dev (>= 2.44) [amd64 arm64 armhf i386 loong64 ppc64el riscv64 s390x hurd-i386 hurd-amd64 powerpc ppc64 sparc64 x32],
meson (>= 0.58.0),
pkgconf,
shared-mime-info (>= 0.20),
zlib1g-dev,
Standards-Version: 4.7.3
Vcs-Browser: https://salsa.debian.org/gnome-team/extras/eog
Vcs-Git: https://salsa.debian.org/gnome-team/extras/eog.git
Homepage: https://gitlab.gnome.org/GNOME/eog
Package: eog
Architecture: any
Depends: gir1.2-peas-1.0 (>= 1.36.0-6~),
gsettings-desktop-schemas (>= 42~beta),
libjxl-gdk-pixbuf,
librsvg2-common,
shared-mime-info (>= 0.20),
webp-pixbuf-loader,
${gir:Depends},
${misc:Depends},
${shlibs:Depends},
Recommends: yelp,
Suggests: eog-plugins,
Breaks: eog-plugins (<< 3.16.4-2~),
python3-gi (<< 3.52),
Description: Eye of GNOME graphics viewer program
eog or the Eye of GNOME is a simple graphics viewer for the GNOME
desktop which uses the gdk-pixbuf library. It can deal with large
images, and zoom and scroll with constant memory usage. Its goals are
simplicity and standards compliance.
Package: eog-dev
Architecture: any
Depends: eog (= ${binary:Version}),
libgtk-3-dev (>= 3.22.0),
libhandy-1-dev (>= 1.5.0),
${misc:Depends},
Description: Development files for the Eye of GNOME
eog or the Eye of GNOME is a graphics viewer for the GNOME desktop
which uses the gdk-pixbuf library.
.
This package contains header files and development information, which
is needed to build plugins for the Eye of GNOME.
|