Update version to 0.3.57
Add systemd BuildRequires Fix lv2 include path
This commit is contained in:
parent
4c16c0b069
commit
cacb694f2d
33
0001-filter-chain-use-right-lv2-include-path.patch
Normal file
33
0001-filter-chain-use-right-lv2-include-path.patch
Normal file
@ -0,0 +1,33 @@
|
||||
From 3f6fe392090dd4c87e9c103676e9d9d56d5a15fc Mon Sep 17 00:00:00 2001
|
||||
From: Wim Taymans <wtaymans@redhat.com>
|
||||
Date: Fri, 2 Sep 2022 13:00:07 +0200
|
||||
Subject: [PATCH] filter-chain: use right lv2 include path
|
||||
|
||||
---
|
||||
src/modules/module-filter-chain/lv2_plugin.c | 10 +++++-----
|
||||
1 file changed, 5 insertions(+), 5 deletions(-)
|
||||
|
||||
diff --git a/src/modules/module-filter-chain/lv2_plugin.c b/src/modules/module-filter-chain/lv2_plugin.c
|
||||
index 9f6557007..a66c81260 100644
|
||||
--- a/src/modules/module-filter-chain/lv2_plugin.c
|
||||
+++ b/src/modules/module-filter-chain/lv2_plugin.c
|
||||
@@ -35,11 +35,11 @@
|
||||
#include <pipewire/array.h>
|
||||
|
||||
#include <lilv/lilv.h>
|
||||
-#include <lv2/lv2plug.in/ns/ext/atom/atom.h>
|
||||
-#include <lv2/lv2plug.in/ns/ext/buf-size/buf-size.h>
|
||||
-#include <lv2/lv2plug.in/ns/ext/worker/worker.h>
|
||||
-#include <lv2/lv2plug.in/ns/ext/options/options.h>
|
||||
-#include <lv2/lv2plug.in/ns/ext/parameters/parameters.h>
|
||||
+#include <lv2/atom/atom.h>
|
||||
+#include <lv2/buf-size/buf-size.h>
|
||||
+#include <lv2/worker/worker.h>
|
||||
+#include <lv2/options/options.h>
|
||||
+#include <lv2/parameters/parameters.h>
|
||||
|
||||
#include "plugin.h"
|
||||
|
||||
--
|
||||
2.37.2
|
||||
|
||||
@ -87,6 +87,8 @@ Source1: https://gitlab.freedesktop.org/pipewire/media-session/-/archive/
|
||||
%if %{with media-session}
|
||||
Patch1001: 0001-Build-media-session-from-local-tarbal.patch
|
||||
%endif
|
||||
Patch1002: 0001-filter-chain-use-right-lv2-include-path.patch
|
||||
|
||||
|
||||
BuildRequires: gettext
|
||||
BuildRequires: meson >= 0.59.0
|
||||
@ -112,6 +114,7 @@ BuildRequires: pkgconfig(fdk-aac)
|
||||
BuildRequires: pkgconfig(vulkan)
|
||||
%endif
|
||||
BuildRequires: pkgconfig(bluez)
|
||||
BuildRequires: systemd
|
||||
BuildRequires: systemd-devel
|
||||
BuildRequires: alsa-lib-devel
|
||||
BuildRequires: libv4l-devel
|
||||
@ -624,6 +627,8 @@ systemctl --no-reload preset --global pipewire.socket >/dev/null 2>&1 || :
|
||||
%changelog
|
||||
* Fri Sep 2 2022 Wim Taymans <wtaymans@redhat.com> - 0.3.57-1
|
||||
- Update version to 0.3.57
|
||||
- Add systemd BuildRequires
|
||||
- Fix lv2 include path
|
||||
|
||||
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.56-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
Loading…
Reference in New Issue
Block a user