diff options
| author | Jason Schonberg <schonm@gmail.com> | 2025-10-06 11:51:39 -0400 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-10-06 11:34:40 -0700 |
| commit | 7d9bf653214d5232e12608a1343aa88552cf72c4 (patch) | |
| tree | 5370445b2a515f5179960588f25ff077bda36eaf /meta-xfce/recipes-panel-plugins/pulseaudio/xfce4-pulseaudio-plugin_0.5.1.bb | |
| parent | 80781f7a647bac62f71f3ac28e5b08e7470b28f9 (diff) | |
| download | meta-openembedded-7d9bf653214d5232e12608a1343aa88552cf72c4.tar.gz | |
xfce4-pulseaudio-plugin: upgrade 0.4.9 -> 0.5.1
Changelog: https://gitlab.xfce.org/panel-plugins/xfce4-pulseaudio-plugin/-/tags/xfce4-pulseaudio-plugin-0.5.1
Changelog: https://gitlab.xfce.org/panel-plugins/xfce4-pulseaudio-plugin/-/tags/xfce4-pulseaudio-plugin-0.5.0
Add EXTRA_OECONF to resolve configure failure:
| checking for glib-compile-resources... configure: error: could not find glib-compile-resources. You can run:
| ./configure GLIB_COMPILE_RESOURCES=/path/to/glib-compile-resources
| to provide a custom location for it.
Signed-off-by: Jason Schonberg <schonm@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-panel-plugins/pulseaudio/xfce4-pulseaudio-plugin_0.5.1.bb')
| -rw-r--r-- | meta-xfce/recipes-panel-plugins/pulseaudio/xfce4-pulseaudio-plugin_0.5.1.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-xfce/recipes-panel-plugins/pulseaudio/xfce4-pulseaudio-plugin_0.5.1.bb b/meta-xfce/recipes-panel-plugins/pulseaudio/xfce4-pulseaudio-plugin_0.5.1.bb new file mode 100644 index 0000000000..8773cbcbb9 --- /dev/null +++ b/meta-xfce/recipes-panel-plugins/pulseaudio/xfce4-pulseaudio-plugin_0.5.1.bb | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | SUMMARY = "Pulseaudio mixer for the xfce panel" | ||
| 2 | HOMEPAGE = "https://docs.xfce.org/panel-plugins/xfce4-pulseaudio-plugin/start" | ||
| 3 | LICENSE = "GPL-2.0-only" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=f5eac6bb0d6ec0dc655e417781d4015f" | ||
| 5 | |||
| 6 | XFCE_COMPRESS_TYPE = "xz" | ||
| 7 | |||
| 8 | inherit xfce-panel-plugin features_check | ||
| 9 | |||
| 10 | REQUIRED_DISTRO_FEATURES = "pulseaudio x11" | ||
| 11 | |||
| 12 | DEPENDS += "dbus-glib pulseaudio" | ||
| 13 | |||
| 14 | SRC_URI[sha256sum] = "8e1f3a505f37aa3bc2816a58bec5f9555366f1c476f10eab59fd0e6581d08c47" | ||
| 15 | |||
| 16 | PACKAGECONFIG ??= "libnotify" | ||
| 17 | PACKAGECONFIG[libnotify] = "--enable-libnotify,--disable-libnotify,libnotify" | ||
| 18 | |||
| 19 | EXTRA_OECONF = "GLIB_COMPILE_RESOURCES=${STAGING_BINDIR_NATIVE}/glib-compile-resources \ | ||
| 20 | " | ||
| 21 | |||
| 22 | RRECOMMENDS:${PN} = "pavucontrol" | ||
