mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
Changelog: ============ - Fix frequent crashes when with gdk-pixbuf 2.44 - Add image/avif to the MimeType list in the .desktop - appdata: Add missing developer name - Set prgname to application ID - data: Rename appdata to metainfo and use rDNS app id - metadata: Hide unreachable help URL - desktop: Add more keywords - content type to mime type conversion - Official website has been retired - org.gnome.eog.desktop should list image/heic as MimeType - Segfault SIGSEGV when switching images Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
32 lines
824 B
BlitzBasic
32 lines
824 B
BlitzBasic
SUMMARY = "This is the Eye of GNOME, an image viewer program."
|
|
LICENSE = "GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
|
|
|
DEPENDS = " \
|
|
itstool-native \
|
|
librsvg \
|
|
gnome-desktop \
|
|
gsettings-desktop-schemas \
|
|
gdk-pixbuf \
|
|
gtk+3 \
|
|
libhandy \
|
|
libpeas-1 \
|
|
libportal \
|
|
libexif \
|
|
lcms \
|
|
"
|
|
|
|
|
|
inherit gnomebase pkgconfig gsettings gobject-introspection gettext mime-xdg features_check gtk-icon-cache
|
|
|
|
# FIXME: whilst eog uses libpeas <2, g-i is needed. This can be removed when libpeas2 is used.
|
|
REQUIRED_DISTRO_FEATURES = "opengl gobject-introspection-data"
|
|
|
|
SRC_URI[archive.sha256sum] = "fadd12e14ba9cd2be6989dfbcef40001645b63440ceed8e04867b07587b066dc"
|
|
|
|
GTKDOC_MESON_OPTION = "gtk_doc"
|
|
|
|
EXTRA_OEMESON = "-Dxmp=false"
|
|
|
|
FILES:${PN} += "${datadir}"
|