Files
clapper/pkgs/flatpak/gstreamer-1.0/gst-libav.json
2021-02-23 17:37:39 +01:00

21 lines
487 B
JSON

{
"name": "gst-libav",
"buildsystem": "meson",
"config-opts": [
"-Ddoc=disabled",
"-Dtests=disabled"
],
"sources": [
{
"type": "git",
"url": "https://gitlab.freedesktop.org/gstreamer/gst-libav.git",
"tag": "1.18.3",
"commit": "67fc1e5c6c5e578dce250ae6310de71a0f5f8ec3"
},
{
"type": "patch",
"path": "gst-libav-stop-caching-codecs.patch"
}
]
}