diff mbox series

[meta-multimedia] pipewire: update 1.4.0 -> 1.4.1

Message ID 20250324140353.2905738-1-f_l_k@t-online.de
State Accepted
Headers show
Series [meta-multimedia] pipewire: update 1.4.0 -> 1.4.1 | expand

Commit Message

Markus Volk March 24, 2025, 2:03 p.m. UTC
This is a quick bugfix release that is API and ABI compatible with
previous 1.x releases.

  - Handle SplitPCM wrong channels specifications. This fixes some
    problems with disappearing devices.
  - Add backwards compatibility support for when the kernel does not
    support UMP. Also fix UMP output. This restores MIDI support for
    older kernels/ALSA.
  - Fix a crash in audioconvert because the resampler was not using the
    right number of channels.
  - Some compilation fixes and small improvements.

  - Don't emit events when disconnecting a stream. (#3314)
  - Fix some compilation problems. (#4603)

  - Bump the ROC requirement to version 0.4.0

  - Handle SplitPCM too few or too many channels. Add an error string
    to the device names when the UCM config has an error.
  - Add backwards compatibility support for when the kernel does not
    support UMP.
  - Configure the channels in the resampler correctly in all
    cases. (#4595)
  - Fix UMP output.
  - Use the right samplerate of the filter-graph in audioconvert in
    all cases.

  - Fix a crash with an incomming call.

Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 .../pipewire/{pipewire_1.4.0.bb => pipewire_1.4.1.bb}           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-multimedia/recipes-multimedia/pipewire/{pipewire_1.4.0.bb => pipewire_1.4.1.bb} (99%)

Comments

Khem Raj March 25, 2025, 2:06 a.m. UTC | #1
On Mon, Mar 24, 2025 at 7:03 AM Markus Volk via lists.openembedded.org
<f_l_k=t-online.de@lists.openembedded.org> wrote:
>
> This is a quick bugfix release that is API and ABI compatible with
> previous 1.x releases.
>
>   - Handle SplitPCM wrong channels specifications. This fixes some
>     problems with disappearing devices.
>   - Add backwards compatibility support for when the kernel does not
>     support UMP. Also fix UMP output. This restores MIDI support for
>     older kernels/ALSA.
>   - Fix a crash in audioconvert because the resampler was not using the
>     right number of channels.
>   - Some compilation fixes and small improvements.
>
>   - Don't emit events when disconnecting a stream. (#3314)
>   - Fix some compilation problems. (#4603)
>
>   - Bump the ROC requirement to version 0.4.0
>
>   - Handle SplitPCM too few or too many channels. Add an error string
>     to the device names when the UCM config has an error.
>   - Add backwards compatibility support for when the kernel does not
>     support UMP.
>   - Configure the channels in the resampler correctly in all
>     cases. (#4595)
>   - Fix UMP output.
>   - Use the right samplerate of the filter-graph in audioconvert in
>     all cases.
>
>   - Fix a crash with an incomming call.
>
> Signed-off-by: Markus Volk <f_l_k@t-online.de>
> ---
>  .../pipewire/{pipewire_1.4.0.bb => pipewire_1.4.1.bb}           | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename meta-multimedia/recipes-multimedia/pipewire/{pipewire_1.4.0.bb => pipewire_1.4.1.bb} (99%)
>
> diff --git a/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.4.0.bb b/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.4.1.bb
> similarity index 99%
> rename from meta-multimedia/recipes-multimedia/pipewire/pipewire_1.4.0.bb
> rename to meta-multimedia/recipes-multimedia/pipewire/pipewire_1.4.1.bb
> index a57fbca229..2bd7739433 100644
> --- a/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.4.0.bb
> +++ b/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.4.1.bb
> @@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = " \
>
>  DEPENDS = "dbus ncurses"
>
> -SRCREV = "df1c36aec2aaf9e2eb1596b6b55e72c15fb2088a"
> +SRCREV = "2eb8cf5dc780ca22b94545f1254497a428c412f5"
>  SRC_URI = "git://gitlab.freedesktop.org/pipewire/pipewire.git;branch=master;protocol=https"

This commit is not on master branch but on 1.4 branch, so please
update the branch= value to 1.4 as well.

>
>  S = "${WORKDIR}/git"
> --
> 2.49.0
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#116208): https://lists.openembedded.org/g/openembedded-devel/message/116208
> Mute This Topic: https://lists.openembedded.org/mt/111877112/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
Khem Raj March 25, 2025, 3:55 a.m. UTC | #2
On Mon, Mar 24, 2025 at 8:52 PM Markus Volk <mrksvolk@googlemail.com> wrote:
>
> On Mon, Mar 24 2025 at 19:06:00 -07:00:00, Khem Raj <raj.khem@gmail.com> wrote:
>
> This commit is not on master branch but on 1.4 branch, so please update the branch= value to 1.4 as well.
>
>
> Sorry, I forgot to refresh the patch before sending

no worries, its just that round trip is long since CI here takes
forever. I have sent another version of patch to update the branch
from PV
what do you think?
diff mbox series

Patch

diff --git a/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.4.0.bb b/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.4.1.bb
similarity index 99%
rename from meta-multimedia/recipes-multimedia/pipewire/pipewire_1.4.0.bb
rename to meta-multimedia/recipes-multimedia/pipewire/pipewire_1.4.1.bb
index a57fbca229..2bd7739433 100644
--- a/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.4.0.bb
+++ b/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.4.1.bb
@@ -12,7 +12,7 @@  LIC_FILES_CHKSUM = " \
 
 DEPENDS = "dbus ncurses"
 
-SRCREV = "df1c36aec2aaf9e2eb1596b6b55e72c15fb2088a"
+SRCREV = "2eb8cf5dc780ca22b94545f1254497a428c412f5"
 SRC_URI = "git://gitlab.freedesktop.org/pipewire/pipewire.git;branch=master;protocol=https"
 
 S = "${WORKDIR}/git"