- 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)
20 lines
630 B
BlitzBasic
20 lines
630 B
BlitzBasic
SUMMARY = "Tools for GUPnP"
|
|
LICENSE = "GPL-2.0-or-later"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
|
|
|
|
DEPENDS = "gupnp gssdp gtk+3 libsoup-3.0 libxml2 glib-2.0 "
|
|
|
|
inherit gnomebase features_check pkgconfig gettext gtk-icon-cache
|
|
|
|
ANY_OF_DISTRO_FEATURES = "x11 wayland"
|
|
|
|
SRC_URI[archive.sha256sum] = "53cf93123f397e8f8f0b8e9e4364c86a7502a5334f4c0be2e054a824478bd5ba"
|
|
|
|
PACKAGECONFIG ??= "av-tools"
|
|
PACKAGECONFIG[av-tools] = "-Dav-tools=true,-Dav-tools=false,gupnp-av"
|
|
PACKAGECONFIG[gtksourceview] = ",,gtksourceview4"
|
|
|
|
CFLAGS += "-Wno-deprecated-declarations"
|
|
|
|
RRECOMMENDS:${PN} = "adwaita-icon-theme"
|