mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-29 23:32:04 +02:00
46 lines
1.2 KiB
JSON
46 lines
1.2 KiB
JSON
{
|
|
"name": "gst-plugins-bad",
|
|
"buildsystem": "meson",
|
|
"config-opts": [
|
|
"-Ddoc=disabled",
|
|
"-Dexamples=disabled",
|
|
"-Dtests=disabled",
|
|
"-Dnls=disabled",
|
|
"-Dgobject-cast-checks=disabled",
|
|
"-Dglib-asserts=disabled",
|
|
"-Dglib-checks=disabled",
|
|
"-Dextra-checks=disabled",
|
|
|
|
"-Dvulkan=disabled",
|
|
"-Dwebrtc=disabled",
|
|
"-Dwasapi=disabled",
|
|
"-Dwasapi2=disabled",
|
|
"-Dwinks=disabled",
|
|
"-Dwinscreencap=disabled"
|
|
],
|
|
"sources": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad.git",
|
|
"tag": "1.18.1",
|
|
"commit": "e5c3c106a2da607953fea36e3a253b382c939684"
|
|
},
|
|
{
|
|
"type": "patch",
|
|
"path": "gst-plugins-bad-vah264dec-fix-seeking-errors.patch"
|
|
},
|
|
{
|
|
"type": "patch",
|
|
"path": "gst-plugins-bad-assrender-smooth-scaling.patch"
|
|
},
|
|
{
|
|
"type": "patch",
|
|
"path": "gst-plugins-bad-assrender-fix-mimetype-detection.patch"
|
|
},
|
|
{
|
|
"type": "patch",
|
|
"path": "gst-plugins-bad-dashdemux-sdix-range-download.patch"
|
|
}
|
|
]
|
|
}
|