summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2024-06-11 19:53:06 +0200
committerKhem Raj <raj.khem@gmail.com>2024-06-11 15:40:16 -0700
commit45f1bd0933a0766b59d0fc3a1c3150ddcf8ffbf4 (patch)
treeb826b6db1c7bc9b980acc05b5b43d1a1bd25d24d
parent0c93219cf1ebd80746fbaa0a996c48ccd4db3692 (diff)
downloadmeta-openembedded-45f1bd0933a0766b59d0fc3a1c3150ddcf8ffbf4.tar.gz
pipewire: update 1.0.6 -> 1.0.7
This is a small bugfix release that is API and ABI compatible with previous 1.0.x releases. - Fix a potential race/crash. - Fix some problems with negotiation of large integers and floats. - Fix JACK sysex MIDI event handling. - Some more smaller fixes and improvements. - Fix a potential race when adding/removing a port to be scheduled. - Fix FFADO default device handling. (#4023) - Fix in integer overflow and float/double compare in POD. - Copy larger MIDI events correctly. Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-multimedia/recipes-multimedia/pipewire/pipewire_1.0.7.bb (renamed from meta-multimedia/recipes-multimedia/pipewire/pipewire_1.0.6.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.0.6.bb b/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.0.7.bb
index f60ede537b..0c68cc4d28 100644
--- a/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.0.6.bb
+++ b/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.0.7.bb
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = " \
12 12
13DEPENDS = "dbus ncurses" 13DEPENDS = "dbus ncurses"
14 14
15SRCREV = "1b8b683a6d7ee9f1c5dcef3fce5f93069f1357c4" 15SRCREV = "59fe89d41a67f6daad086f8f3fe522935be77a3f"
16SRC_URI = "git://gitlab.freedesktop.org/pipewire/pipewire.git;branch=1.0;protocol=https" 16SRC_URI = "git://gitlab.freedesktop.org/pipewire/pipewire.git;branch=1.0;protocol=https"
17 17
18S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"