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
|
Source: eom
Section: graphics
Priority: optional
Maintainer: Debian+Ubuntu MATE Packaging Team <debian-mate@lists.debian.org>
Uploaders: Mike Gabriel <sunweaver@debian.org>,
John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>,
Stefano Karapetsas <stefano@karapetsas.com>,
Vangelis Mouhtsis <vangelis@gnugr.org>,
Standards-Version: 4.7.2
Homepage: https://www.mate-desktop.org/
Vcs-Browser: https://salsa.debian.org/debian-mate-team/eom
Vcs-Git: https://salsa.debian.org/debian-mate-team/eom.git
Build-Depends: debhelper-compat (= 13),
dh-sequence-gir,
dpkg-dev (>= 1.16.1.1),
desktop-file-utils,
gir1.2-gtk-3.0-dev,
gtk-doc-tools,
itstool,
libdconf-dev,
libexempi-dev,
libexif-dev,
libglib2.0-dev,
libgtk-3-dev,
libjpeg-dev,
liblcms2-dev,
libmate-desktop-dev (>= 1.18),
libpeas-dev (>= 1.36.0-6~),
librsvg2-dev (>= 2.36.2),
libstartup-notification0-dev,
libxml2-dev,
libxml2-utils,
meson,
shared-mime-info,
x11proto-core-dev,
zlib1g-dev,
Build-Depends-Indep: libglib2.0-doc,
libgtk-3-doc,
Package: eom
Architecture: any
Depends: eom-common (= ${source:Version}),
gir1.2-eom-1.0,
librsvg2-common (>= 2.36.2),
mate-desktop-common,
shared-mime-info,
libgl1,
webp-pixbuf-loader,
${misc:Depends},
${shlibs:Depends},
Recommends: libgdk-pixbuf2.0-bin,
Description: Eye of MATE graphics viewer program
eom or the Eye of MATE is a simple graphics viewer for the MATE
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: eom-common
Architecture: all
Depends: ${misc:Depends},
Description: Eye of MATE graphics viewer program (common files)
eom or the Eye of MATE is a simple graphics viewer for the MATE
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.
.
This package contains the architecture independent files.
Package: eom-dev
Section: libdevel
Architecture: any
Depends: eom (= ${binary:Version}),
${gir:Depends},
${misc:Depends},
Provides: ${gir:Provides},
Description: Eye of MATE graphics viewer program (development files)
eom or the Eye of MATE is a simple graphics viewer for the MATE
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.
.
This package contains the development files for building eom plugins.
Package: gir1.2-eom-1.0
Section: introspection
Architecture: any
Depends: ${gir:Depends},
${misc:Depends},
Description: GObject introspection data for the eom library
eom or the Eye of MATE is a simple graphics viewer for the MATE
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.
.
This package contains introspection data for eom.
.
It can be used by packages using the GIRepository format to generate
dynamic bindings.
|