diff options
Diffstat (limited to 'meta-agl-profile-core/recipes-multimedia')
-rw-r--r-- | meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio-12.2/0001-install-files-for-a-module-development.patch (renamed from meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio-10.0/0001-install-files-for-a-module-development.patch) | 20 | ||||
-rw-r--r-- | meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio-12.2/0002-volume-ramp-additions-to-the-low-level-infra.patch (renamed from meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio-10.0/0002-volume-ramp-additions-to-the-low-level-infra.patch) | 28 | ||||
-rw-r--r-- | meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio-12.2/0003-volume-ramp-adding-volume-ramping-to-sink-input.patch (renamed from meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio-10.0/0003-volume-ramp-adding-volume-ramping-to-sink-input.patch) | 0 | ||||
-rw-r--r-- | meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio-12.2/0004-sink-input-Code-cleanup-regarding-volume-ramping.patch (renamed from meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio-10.0/0004-sink-input-Code-cleanup-regarding-volume-ramping.patch) | 0 | ||||
-rw-r--r-- | meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio-12.2/0005-sink-input-volume-Add-support-for-volume-ramp-factor.patch (renamed from meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio-10.0/0005-sink-input-volume-Add-support-for-volume-ramp-factor.patch) | 0 | ||||
-rw-r--r-- | meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio-12.2/0006-sink-input-Remove-pa_sink_input_set_volume_ramp.patch (renamed from meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio-10.0/0006-sink-input-Remove-pa_sink_input_set_volume_ramp.patch) | 0 | ||||
-rw-r--r-- | meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio-12.2/enable-ofono-hfp-backend.patch (renamed from meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio-10.0/enable-ofono-hfp-backend.patch) | 0 | ||||
-rw-r--r-- | meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio_12.2.bbappend (renamed from meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio_10.0.bbappend) | 2 |
8 files changed, 20 insertions, 30 deletions
diff --git a/meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio-10.0/0001-install-files-for-a-module-development.patch b/meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio-12.2/0001-install-files-for-a-module-development.patch index 8c5f9efd4..f77249a23 100644 --- a/meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio-10.0/0001-install-files-for-a-module-development.patch +++ b/meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio-12.2/0001-install-files-for-a-module-development.patch @@ -5,17 +5,12 @@ Subject: [PATCH 1/6] install files for a module development Signed-off-by: Yannick Gicquel <yannick.gicquel@iot.bzh> --- - Makefile.am | 14 +++++++++++++- - configure.ac | 1 + - pulseaudio-module-devel.pc.in | 12 ++++++++++++ - 3 files changed, 26 insertions(+), 1 deletion(-) - create mode 100644 pulseaudio-module-devel.pc.in diff --git a/Makefile.am b/Makefile.am -index 13bc469..f0d68a2 100644 +index 275ceea..77dd7a5 100644 --- a/Makefile.am +++ b/Makefile.am -@@ -53,7 +53,16 @@ dist_vapi_DATA = \ +@@ -54,7 +54,16 @@ dist_vapi_DATA = \ vala/libpulse-simple.deps vala/libpulse-simple.vapi pkgconfigdir = $(libdir)/pkgconfig @@ -33,7 +28,7 @@ index 13bc469..f0d68a2 100644 if HAVE_GLIB20 pkgconfig_DATA += \ -@@ -107,6 +116,9 @@ dist-hook: +@@ -108,6 +117,9 @@ dist-hook: check-daemon: $(MAKE) -C src check-daemon @@ -44,17 +39,17 @@ index 13bc469..f0d68a2 100644 # see git-version-gen diff --git a/configure.ac b/configure.ac -index 9250c05..f9201ee 100644 +index c9c414f..87aa9b1 100644 --- a/configure.ac +++ b/configure.ac -@@ -1502,6 +1502,7 @@ man/pulse-client.conf.5.xml +@@ -1548,6 +1548,7 @@ man/pulse-client.conf.5.xml man/default.pa.5.xml man/pulse-cli-syntax.5.xml man/start-pulseaudio-x11.1.xml +pulseaudio-module-devel.pc ]) - AC_CONFIG_FILES([src/esdcompat:src/daemon/esdcompat.in], [chmod +x src/esdcompat]) + AS_IF([test "x$HAVE_ESOUND" = "x1"], diff --git a/pulseaudio-module-devel.pc.in b/pulseaudio-module-devel.pc.in new file mode 100644 index 0000000..85aadbc @@ -73,6 +68,3 @@ index 0000000..85aadbc +Libs: -L${libdir} -L${libdir}/pulseaudio -L${modlibexecdir} -lpulsecommon-@PA_MAJORMINOR@ -lpulsecore-@PA_MAJORMINOR@ -lprotocol-native +Libs.private: +Cflags: -I${includedir}/pulsemodule -D_REENTRANT --- -1.9.1 - diff --git a/meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio-10.0/0002-volume-ramp-additions-to-the-low-level-infra.patch b/meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio-12.2/0002-volume-ramp-additions-to-the-low-level-infra.patch index 9cee6f5de..5b2da69c9 100644 --- a/meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio-10.0/0002-volume-ramp-additions-to-the-low-level-infra.patch +++ b/meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio-12.2/0002-volume-ramp-additions-to-the-low-level-infra.patch @@ -1,4 +1,4 @@ -From 7757059ffc6e63ea20ba9013682d72d619e7aefc Mon Sep 17 00:00:00 2001 +From c28b5faa6745b525c11d1f54d8bf52386a90fcc1 Mon Sep 17 00:00:00 2001 From: Sangchul Lee <sangchul1011@gmail.com> Date: Sat, 27 Aug 2016 21:33:16 +0900 Subject: [PATCH 2/6] volume ramp: additions to the low level infra @@ -8,6 +8,7 @@ The original patch is - by Jaska Uimonen <jaska.uimonen <at> helsinki.fi> Signed-off-by: Sangchul Lee <sc11.lee@samsung.com> + --- src/map-file | 4 + src/pulse/def.h | 13 ++- @@ -18,7 +19,7 @@ Signed-off-by: Sangchul Lee <sc11.lee@samsung.com> 6 files changed, 459 insertions(+), 2 deletions(-) diff --git a/src/map-file b/src/map-file -index 93a62b8..ef9b57d 100644 +index 9b6cba2..946ab54 100644 --- a/src/map-file +++ b/src/map-file @@ -138,6 +138,10 @@ pa_cvolume_max_mask; @@ -33,10 +34,10 @@ index 93a62b8..ef9b57d 100644 pa_cvolume_scale; pa_cvolume_scale_mask; diff --git a/src/pulse/def.h b/src/pulse/def.h -index 680bdc9..bc3cedd 100644 +index 100df5b..b13eed7 100644 --- a/src/pulse/def.h +++ b/src/pulse/def.h -@@ -347,11 +347,15 @@ typedef enum pa_stream_flags { +@@ -349,11 +349,15 @@ typedef enum pa_stream_flags { * consider absolute when the sink is in flat volume mode, * relative otherwise. \since 0.9.20 */ @@ -53,7 +54,7 @@ index 680bdc9..bc3cedd 100644 } pa_stream_flags_t; /** \cond fulldocs */ -@@ -380,6 +384,7 @@ typedef enum pa_stream_flags { +@@ -382,6 +386,7 @@ typedef enum pa_stream_flags { #define PA_STREAM_FAIL_ON_SUSPEND PA_STREAM_FAIL_ON_SUSPEND #define PA_STREAM_RELATIVE_VOLUME PA_STREAM_RELATIVE_VOLUME #define PA_STREAM_PASSTHROUGH PA_STREAM_PASSTHROUGH @@ -61,7 +62,7 @@ index 680bdc9..bc3cedd 100644 /** \endcond */ -@@ -1047,6 +1052,12 @@ typedef enum pa_port_available { +@@ -1070,6 +1075,12 @@ typedef enum pa_port_available { /** \endcond */ #endif @@ -75,10 +76,10 @@ index 680bdc9..bc3cedd 100644 #endif diff --git a/src/pulse/volume.c b/src/pulse/volume.c -index 1667b94..85072c1 100644 +index ead5415..83a1e05 100644 --- a/src/pulse/volume.c +++ b/src/pulse/volume.c -@@ -445,7 +445,10 @@ int pa_cvolume_channels_equal_to(const pa_cvolume *a, pa_volume_t v) { +@@ -457,7 +457,10 @@ int pa_cvolume_channels_equal_to(const pa_cvolume *a, pa_volume_t v) { unsigned c; pa_assert(a); @@ -90,7 +91,7 @@ index 1667b94..85072c1 100644 pa_return_val_if_fail(PA_VOLUME_IS_VALID(v), 0); for (c = 0; c < a->channels; c++) -@@ -977,3 +980,72 @@ pa_cvolume* pa_cvolume_dec(pa_cvolume *v, pa_volume_t dec) { +@@ -989,3 +992,72 @@ pa_cvolume* pa_cvolume_dec(pa_cvolume *v, pa_volume_t dec) { return pa_cvolume_scale(v, m); } @@ -164,11 +165,11 @@ index 1667b94..85072c1 100644 + return ramp; +} diff --git a/src/pulse/volume.h b/src/pulse/volume.h -index 8cf4fa4..2ae3451 100644 +index 2503c3f..0b74833 100644 --- a/src/pulse/volume.h +++ b/src/pulse/volume.h -@@ -431,6 +431,39 @@ pa_cvolume* pa_cvolume_inc(pa_cvolume *v, pa_volume_t inc); - * the channels are kept. \since 0.9.16 */ +@@ -437,6 +437,39 @@ pa_cvolume* pa_cvolume_inc(pa_cvolume *v, pa_volume_t inc); + * the channels are kept. Returns \a v, or NULL on error. \since 0.9.16 */ pa_cvolume* pa_cvolume_dec(pa_cvolume *v, pa_volume_t dec); +/** Volume ramp type @@ -561,6 +562,3 @@ index 8102bcd..0f86b6f 100644 + pa_cvolume_ramp_int *ramp); + #endif --- -1.9.1 - diff --git a/meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio-10.0/0003-volume-ramp-adding-volume-ramping-to-sink-input.patch b/meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio-12.2/0003-volume-ramp-adding-volume-ramping-to-sink-input.patch index eb485ca7c..eb485ca7c 100644 --- a/meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio-10.0/0003-volume-ramp-adding-volume-ramping-to-sink-input.patch +++ b/meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio-12.2/0003-volume-ramp-adding-volume-ramping-to-sink-input.patch diff --git a/meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio-10.0/0004-sink-input-Code-cleanup-regarding-volume-ramping.patch b/meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio-12.2/0004-sink-input-Code-cleanup-regarding-volume-ramping.patch index 64d7b141d..64d7b141d 100644 --- a/meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio-10.0/0004-sink-input-Code-cleanup-regarding-volume-ramping.patch +++ b/meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio-12.2/0004-sink-input-Code-cleanup-regarding-volume-ramping.patch diff --git a/meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio-10.0/0005-sink-input-volume-Add-support-for-volume-ramp-factor.patch b/meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio-12.2/0005-sink-input-volume-Add-support-for-volume-ramp-factor.patch index e371b7ec5..e371b7ec5 100644 --- a/meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio-10.0/0005-sink-input-volume-Add-support-for-volume-ramp-factor.patch +++ b/meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio-12.2/0005-sink-input-volume-Add-support-for-volume-ramp-factor.patch diff --git a/meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio-10.0/0006-sink-input-Remove-pa_sink_input_set_volume_ramp.patch b/meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio-12.2/0006-sink-input-Remove-pa_sink_input_set_volume_ramp.patch index 50110bd14..50110bd14 100644 --- a/meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio-10.0/0006-sink-input-Remove-pa_sink_input_set_volume_ramp.patch +++ b/meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio-12.2/0006-sink-input-Remove-pa_sink_input_set_volume_ramp.patch diff --git a/meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio-10.0/enable-ofono-hfp-backend.patch b/meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio-12.2/enable-ofono-hfp-backend.patch index 85b1ae03d..85b1ae03d 100644 --- a/meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio-10.0/enable-ofono-hfp-backend.patch +++ b/meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio-12.2/enable-ofono-hfp-backend.patch diff --git a/meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio_10.0.bbappend b/meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio_12.2.bbappend index f59ee89d5..746100400 100644 --- a/meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio_10.0.bbappend +++ b/meta-agl-profile-core/recipes-multimedia/pulseaudio/pulseaudio_12.2.bbappend @@ -1,4 +1,4 @@ -FILESEXTRAPATHS_prepend := "${THISDIR}/pulseaudio-10.0:" +FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}-${PV}:" SRC_URI += " \ file://0001-install-files-for-a-module-development.patch \ |