Update flatpak sources

This commit is contained in:
Rafostar
2020-10-26 22:41:22 +01:00
parent ac06e84851
commit 9d9759991b
10 changed files with 41 additions and 65 deletions

View File

@@ -4,22 +4,19 @@
"cleanup": [ "/bin/*webrtc*", "/bin/crossfade", "/bin/tsparser", "/bin/playout" ],
"config-opts": [
"-Dopenh264=disabled",
"-Dvdpau=disabled"
"-Dvdpau=disabled",
"-Dvulkan=disabled"
],
"sources": [
{
"type": "git",
"url": "https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad.git",
"tag": "1.16.2",
"commit": "a6f26408f74a60d02ce6b4f0daee392ce847055f"
},
{
"type": "patch",
"path": "gst-plugins-bad-927.patch"
"tag": "1.18.0",
"commit": "7cb583bb0427819a6b59b783e7df67961df2155f"
}
],
"post-install": [
"mkdir -p /app/lib/codecs/lib/gstreamer-1.0",
"mv /app/lib/gstreamer-1.0/*.so /app/lib/codecs/lib/gstreamer-1.0"
"mv /app/lib/gstreamer-1.0/*.so /app/lib/codecs/lib/gstreamer-1.0/"
]
}