- 264 license table entries with exact download URLs (224/264 resolved) - Complete sources/ directory with all BitBake recipes - Build configuration: tqma6ul-multi-mba6ulx, spaetzle (musl) - Full traceability for Softwarefreigabeantrag - GCC 13.4.0, Linux 6.6.102, U-Boot 2023.04, musl 1.2.4 - License distribution: GPL-2.0 (24), MIT (23), GPL-2.0+ (18), BSD-3 (16)
32 lines
822 B
BlitzBasic
32 lines
822 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 \
|
|
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] = "8650f662d4921d83a7904f6bb9ca245baf735f717b47fac5b37f0d90e5e891a8"
|
|
|
|
GTKDOC_MESON_OPTION = "gtk_doc"
|
|
|
|
EXTRA_OEMESON = "-Dxmp=false"
|
|
|
|
FILES:${PN} += "${datadir}"
|