From f81f580d26366dec262f0ef2144cf7a77ae86393 Mon Sep 17 00:00:00 2001 From: tytan652 Date: Tue, 7 Feb 2023 14:56:24 +0100 Subject: [PATCH] flatpak: Override PipeWire to 0.3.65 Fixe crashes with 0.3.48/49 daemons. --- CI/flatpak/com.obsproject.Studio.json | 32 +++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/CI/flatpak/com.obsproject.Studio.json b/CI/flatpak/com.obsproject.Studio.json index 0b5789cbc..cf79328f6 100644 --- a/CI/flatpak/com.obsproject.Studio.json +++ b/CI/flatpak/com.obsproject.Studio.json @@ -330,6 +330,38 @@ } ] }, + { + "name": "pipewire", + "buildsystem": "meson", + "config-opts": [ + "-Daudiotestsrc=disabled", + "-Droc=disabled", + "-Dvideotestsrc=disabled", + "-Dvolume=disabled", + "-Dvulkan=disabled", + "-Ddocs=disabled", + "-Dman=disabled", + "-Dbluez5-codec-ldac=disabled", + "-Dbluez5-codec-aptx=disabled", + "-Dlibcamera=disabled", + "-Dudevrulesdir=/app/lib/udev/rules.d/", + "-Dsession-managers=[]", + "-Dtests=disabled", + "-Dexamples=disabled", + "-Dpw-cat=disabled" + ], + "cleanup": [ + "/bin" + ], + "sources": [ + { + "type": "git", + "url": "https://github.com/pipewire/pipewire.git", + "tag": "0.3.65", + "commit": "9558a5d5e0360d8af822431c76ee858a8c7495ac" + } + ] + }, { "name": "ntv2", "buildsystem": "cmake-ninja",