Skip to content

Commit

Permalink
[flatpack] bundle soundtouch and corresponding gstreamer plugin (fix #…
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescoCeruti committed Jan 20, 2024
1 parent 922a576 commit 85aa9b1
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 0 deletions.
51 changes: 51 additions & 0 deletions scripts/flatpak/gstreamer-modules.json
@@ -0,0 +1,51 @@
{
"name": "gst-modules",
"modules": [
{
"name": "soundtouch",
"buildsystem": "cmake-ninja",
"config-opts": [
"-DBUILD_SHARED_LIBS=ON"
],
"sources": [
{
"type": "git",
"url": "https://codeberg.org/soundtouch/soundtouch.git",
"tag": "2.3.1",
"commit": "e1f315f5358d9db5cee35a7a2886425489fcefe8"
}
],
"cleanup": [
"/bin",
"/lib/cmake",
"/share/doc"
]
},
{
"name": "gstreamer-plugins-bad",
"buildsystem": "meson",
"builddir": true,
"config-opts": [
"-Dauto_features=disabled",
"-Dgood=disabled",
"-Dugly=disabled",
"-Dbad=enabled",
"-Dgst-plugins-bad:soundtouch=enabled",
"-Dgst-full-plugins=soundtouch"
],
"no-make-install": true,
"build-commands": [
"install -Dm644 subprojects/gst-plugins-bad/ext/soundtouch/libgstsoundtouch.so /app/lib/gstreamer-1.0/libgstsoundtouch.so"
],
"sources": [
{
"type": "git",
"url": "https://gitlab.freedesktop.org/gstreamer/gstreamer.git",
"tag": "1.22.8",
"commit": "4af14db10e8355f980bbf79733af004e59d255fc",
"disable-submodules": true
}
]
}
]
}
1 change: 1 addition & 0 deletions scripts/flatpak/org.linuxshowplayer.LinuxShowPlayer.json
Expand Up @@ -178,6 +178,7 @@
}
]
},
"gstreamer-modules.json",
"pygobject-modules.json",
"python-modules.json",
{
Expand Down

0 comments on commit 85aa9b1

Please sign in to comment.