Skip to content

Commit

Permalink
Remove jack2, pw-jack is in the runtime
Browse files Browse the repository at this point in the history
- add pipewire socket
  • Loading branch information
hfiguiere committed Nov 23, 2023
1 parent bc3523d commit 97cc185
Showing 1 changed file with 1 addition and 28 deletions.
29 changes: 1 addition & 28 deletions org.kde.kdenlive.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"--socket=pulseaudio",
"--share=network",
"--filesystem=host",
"--filesystem=xdg-run/pipewire-0",
"--system-talk-name=org.freedesktop.UDisks2",
"--env=TMPDIR=/var/tmp",
"--env=QT_ENABLE_HIGHDPI_SCALING=1",
Expand Down Expand Up @@ -207,34 +208,6 @@
}
]
},
{
"name": "jack2",
"buildsystem": "simple",
"build-commands": [
"./waf configure --prefix=/app --htmldir=/app/share/doc/jack/ --classic",
"./waf build -j $FLATPAK_BUILDER_N_JOBS",
"./waf install"
],
"cleanup": [
"/bin",
"/share",
"/lib/jack",
"/lib/libjackserver.so*"
],
"sources": [
{
"type": "archive",
"url": "https://github.com/jackaudio/jack2/archive/v1.9.22.tar.gz",
"sha256": "1e42b9fc4ad7db7befd414d45ab2f8a159c0b30fcd6eee452be662298766a849",
"x-checker-data": {
"type": "anitya",
"project-id": 21358,
"stable-only": true,
"url-template": "https://github.com/jackaudio/jack2/archive/v$version.tar.gz"
}
}
]
},
{
"name": "rtaudio",
"config-opts": [
Expand Down

0 comments on commit 97cc185

Please sign in to comment.