Skip to content

Commit ef55434

Browse files
authored
Merge pull request #3726 from wwmm/revert-3673-patch-1
Revert "Use existing libpipewire in flatpak runtime"
2 parents fd9cc67 + 571db9b commit ef55434

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

include/tags_app.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
namespace tags::app {
2323

24-
inline constexpr auto minimum_pw_version = "0.3.70";
24+
inline constexpr auto minimum_pw_version = "0.3.44";
2525

2626
inline constexpr auto id = "com.github.wwmm.easyeffects";
2727

util/flatpak/easyeffects-modules.json

+21
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
{
22
"name": "easyeffects-modules",
33
"modules": [
4+
{
5+
"name": "pipewire",
6+
"buildsystem": "meson",
7+
"config-opts": [
8+
"-Dgstreamer=disabled",
9+
"-Dman=disabled",
10+
"-Dsystemd=disabled",
11+
"-Dudev=disabled",
12+
"-Dudevrulesdir=disabled",
13+
"-Dsession-managers=[]",
14+
"-Djack=enabled"
15+
],
16+
"sources": [
17+
{
18+
"type": "git",
19+
"url": "https://github.com/pipewire/pipewire.git",
20+
"tag": "0.3.69",
21+
"commit": "cd8be0ba3b27542253f7744b699c2ede159e2d7c"
22+
}
23+
]
24+
},
425
{
526
"name": "libsigc++",
627
"buildsystem": "meson",

0 commit comments

Comments
 (0)