- 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)
17 lines
501 B
BlitzBasic
17 lines
501 B
BlitzBasic
SUMMARY = "Pulseaudio mixer for the xfce panel"
|
|
LICENSE = "GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=f5eac6bb0d6ec0dc655e417781d4015f"
|
|
|
|
inherit xfce-panel-plugin features_check
|
|
|
|
REQUIRED_DISTRO_FEATURES = "pulseaudio x11"
|
|
|
|
DEPENDS += "dbus-glib pulseaudio"
|
|
|
|
SRC_URI[sha256sum] = "bd742b207c39c221e91c57c9c9be2839eb802d1b1ee01a02b7427cd02d3f0348"
|
|
|
|
PACKAGECONFIG ??= "libnotify"
|
|
PACKAGECONFIG[libnotify] = "--enable-libnotify,--disable-libnotify,libnotify"
|
|
|
|
RRECOMMENDS:${PN} = "pavucontrol"
|