- 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)
23 lines
886 B
BlitzBasic
23 lines
886 B
BlitzBasic
SUMMARY = "Library tasked with managing, extracting and handling media art caches"
|
|
|
|
LICENSE = "LGPL-2.0-or-later & GPL-2.0-or-later"
|
|
LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=4fbd65380cdd255951079008b364516c \
|
|
file://libmediaart/extract.c;endline=18;md5=dff2b6328ab067b5baadc135f9876c36 \
|
|
file://tests/mediaarttest.c;endline=18;md5=067106eaa1f7a9d918759a096667f18e"
|
|
|
|
DEPENDS = "glib-2.0 gdk-pixbuf"
|
|
|
|
|
|
inherit gnomebase gobject-introspection vala features_check
|
|
|
|
SRC_URI = "${GNOME_MIRROR}/libmediaart/1.9/libmediaart-${PV}.tar.xz"
|
|
SRC_URI[sha256sum] = "c3bc5025d7db380587f9c8eb800c611f6b5a16d6b4b78fcff93f62876a677f17"
|
|
|
|
S = "${WORKDIR}/libmediaart-${PV}"
|
|
|
|
# gobject-introspection is mandatory and cannot be configured
|
|
REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
|
|
GIR_MESON_OPTION = ""
|
|
|
|
EXTRA_OEMESON = "-Dimage_library=gdk-pixbuf"
|