File tree 2 files changed +22
-1
lines changed
2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 21
21
22
22
namespace tags ::app {
23
23
24
- inline constexpr auto minimum_pw_version = " 0.3.70 " ;
24
+ inline constexpr auto minimum_pw_version = " 0.3.44 " ;
25
25
26
26
inline constexpr auto id = " com.github.wwmm.easyeffects" ;
27
27
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " easyeffects-modules" ,
3
3
"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
+ },
4
25
{
5
26
"name" : " libsigc++" ,
6
27
"buildsystem" : " meson" ,
You can’t perform that action at this time.
0 commit comments