From 91f1cfaa71026da2c41921ca4156c8f58db5df3a Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Mon, 30 Mar 2020 16:58:24 -0400 Subject: meta-agl-profile-core: update pulseaudio for dunfell Update pulseaudio bbappend for pulseaudio 13.0 in dunfell. Currently untested since pulseaudio support is deprecated. Bug-AGL: SPEC-3302 Signed-off-by: Scott Murray Change-Id: I5bba29a724710c144ab543c01e7b3f54e29b6a72 --- .../pulseaudio/pulseaudio_13.0.bbappend | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio_13.0.bbappend (limited to 'meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio_13.0.bbappend') diff --git a/meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio_13.0.bbappend b/meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio_13.0.bbappend new file mode 100644 index 000000000..c09696a71 --- /dev/null +++ b/meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio_13.0.bbappend @@ -0,0 +1,15 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" + +SRC_URI += " \ + file://0001-install-files-for-a-module-development.patch \ + file://0002-volume-ramp-additions-to-the-low-level-infra.patch \ + file://0003-volume-ramp-adding-volume-ramping-to-sink-input.patch \ + file://0004-sink-input-Code-cleanup-regarding-volume-ramping.patch \ + file://0005-sink-input-volume-Add-support-for-volume-ramp-factor.patch \ + file://0006-sink-input-Remove-pa_sink_input_set_volume_ramp.patch;apply=no \ + file://enable-ofono-hfp-backend.patch \ +" + +PACKAGES =+ " pulseaudio-module-dev" + +FILES_pulseaudio-module-dev = "${includedir}/pulsemodule/* ${libdir}/pkgconfig/pulseaudio-module-devel.pc" -- cgit 1.2.3-korg