Update version to 0.3.58
This commit is contained in:
parent
cacb694f2d
commit
6ccafda488
@ -1,33 +0,0 @@
|
||||
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
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
%global majorversion 0
|
||||
%global minorversion 3
|
||||
%global microversion 57
|
||||
%global microversion 58
|
||||
|
||||
%global apiversion 0.3
|
||||
%global spaversion 0.2
|
||||
@ -87,7 +87,6 @@ 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
|
||||
@ -625,6 +624,9 @@ systemctl --no-reload preset --global pipewire.socket >/dev/null 2>&1 || :
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Sep 15 2022 Wim Taymans <wtaymans@redhat.com> - 0.3.58-1
|
||||
- Update version to 0.3.58
|
||||
|
||||
* Fri Sep 2 2022 Wim Taymans <wtaymans@redhat.com> - 0.3.57-1
|
||||
- Update version to 0.3.57
|
||||
- Add systemd BuildRequires
|
||||
|
||||
2
sources
2
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (pipewire-0.3.57.tar.gz) = f1fdd2d4093d5696b189b59497d16fed1fdb1a8fd14a563303c20b81b861e3bed7eaddb4b029d3ddb3e7ec248ff6b9db45a76d4e7a8fa6b7aa76ce23cfc6deae
|
||||
SHA512 (pipewire-0.3.58.tar.gz) = 06fb308fe6a1573ccb955f6e39aef7e4ab0d1b9f4fdeee11b9d6910940f154fac8ce7f2daae5b3ba7d1eb22771590bd13a38622d316affa2cda71bfd8d91de7b
|
||||
SHA512 (media-session-0.4.1.tar.gz) = bfce472b7260b280c0d3cd74d917f48655b5be9976c89a109e94b81af2c3664e83446e97db573cedba6e5d54dedf77195b80eb0a76f6bfc0e96e342557469f99
|
||||
|
||||
Loading…
Reference in New Issue
Block a user