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

@@ -8,12 +8,12 @@
{
"type": "git",
"url": "https://gitlab.freedesktop.org/gstreamer/gst-plugins-ugly.git",
"tag": "1.16.2",
"commit": "4b2943ee2788331e4000f0f7e226cd5ce2c135a4"
"tag": "1.18.0",
"commit": "ae91a81d9aa913cee1e8310af93a8fff5445628d"
}
],
"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/"
]
}