wireplumber 0.4.4
This commit is contained in:
parent
8b2720bb79
commit
939b7be1c4
@ -1,39 +0,0 @@
|
||||
From 47896503a80f5754837117b4f96574c5f35f95b1 Mon Sep 17 00:00:00 2001
|
||||
From: Julian Bouzas <julian.bouzas@collabora.com>
|
||||
Date: Mon, 11 Oct 2021 03:08:34 -0400
|
||||
Subject: [PATCH] modules: fix default audio format segfault
|
||||
|
||||
---
|
||||
modules/module-si-audio-adapter.c | 2 +-
|
||||
modules/module-si-audio-endpoint.c | 2 +-
|
||||
2 files changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/modules/module-si-audio-adapter.c b/modules/module-si-audio-adapter.c
|
||||
index a7eb62c7..57fb222b 100644
|
||||
--- a/modules/module-si-audio-adapter.c
|
||||
+++ b/modules/module-si-audio-adapter.c
|
||||
@@ -264,7 +264,7 @@ build_adapter_format (WpSiAudioAdapter * self, guint32 format, gint channels,
|
||||
wp_spa_pod_builder_add_int (b, channels);
|
||||
if (position) {
|
||||
wp_spa_pod_builder_add_property (b, "position");
|
||||
- wp_spa_pod_builder_add_pod (b, pos);
|
||||
+ wp_spa_pod_builder_add_pod (b, position);
|
||||
}
|
||||
return wp_spa_pod_builder_end (b);
|
||||
}
|
||||
diff --git a/modules/module-si-audio-endpoint.c b/modules/module-si-audio-endpoint.c
|
||||
index 2ffd7960..ac0a061f 100644
|
||||
--- a/modules/module-si-audio-endpoint.c
|
||||
+++ b/modules/module-si-audio-endpoint.c
|
||||
@@ -471,7 +471,7 @@ build_endpoint_format (WpSiAudioEndpoint * self, guint32 format, gint channels,
|
||||
wp_spa_pod_builder_add_int (b, channels);
|
||||
if (position) {
|
||||
wp_spa_pod_builder_add_property (b, "position");
|
||||
- wp_spa_pod_builder_add_pod (b, pos);
|
||||
+ wp_spa_pod_builder_add_pod (b, position);
|
||||
}
|
||||
return wp_spa_pod_builder_end (b);
|
||||
}
|
||||
--
|
||||
GitLab
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (wireplumber-0.4.3.tar.bz2) = ba98e253086d5e666faa1f055d5f1999110e5c6ae3aaa5fe738cbc023448aafb66bad42230b2a0eb438fa8a6f08cb8ee23841484e1daa98a6aadcb0887d58a1f
|
||||
SHA512 (wireplumber-0.4.4.tar.bz2) = 7a559ee43ed9c0c547ec0dbf30b960768fb23ae1d1062a20097cf200a173cf93886295d5681f9caac41e5797e10f6ac2405670600a48fdab498d716a729e6b51
|
||||
|
||||
@ -1,15 +1,12 @@
|
||||
Name: wireplumber
|
||||
Version: 0.4.3
|
||||
Release: 3%{?dist}
|
||||
Version: 0.4.4
|
||||
Release: 1%{?dist}
|
||||
Summary: A modular session/policy manager for PipeWire
|
||||
|
||||
License: MIT
|
||||
URL: https://pipewire.pages.freedesktop.org/wireplumber/
|
||||
Source0: https://gitlab.freedesktop.org/pipewire/%{name}/-/archive/%{version}/%{name}-%{version}.tar.bz2
|
||||
|
||||
# From https://gitlab.freedesktop.org/pipewire/wireplumber/-/merge_requests/233
|
||||
Patch01: 0001-modules-fix-default-audio-format-segfault.patch
|
||||
|
||||
BuildRequires: meson gcc pkgconfig
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
BuildRequires: pkgconfig(gobject-2.0)
|
||||
@ -61,7 +58,8 @@ managing PipeWire.
|
||||
-Ddoc=disabled \
|
||||
-Dsystemd=enabled \
|
||||
-Dsystemd-user-service=true \
|
||||
-Dintrospection=enabled
|
||||
-Dintrospection=enabled \
|
||||
-Delogind=disabled
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
@ -104,6 +102,9 @@ mkdir -p %{buildroot}%{_sysconfdir}/wireplumber/{bluetooth.lua.d,common,main.lua
|
||||
%{_datadir}/gir-1.0/Wp-0.4.gir
|
||||
|
||||
%changelog
|
||||
* Fri Oct 15 2021 Wim Taymans <wim.taymans@redhat.com> - 0.4.4-1
|
||||
- wireplumber 0.4.4
|
||||
|
||||
* Wed Oct 13 2021 Neal Gompa <ngompa@fedoraproject.org> - 0.4.3-3
|
||||
- Fix config setup in file list (#2013861)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user