mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 07:42:23 +02:00
The main difference is that it builds latest GStreamer from git master and uses runtime provided version of GTK4 (both without any patches applied). This is done for testing purposes or finding regressions.
29 lines
712 B
JSON
29 lines
712 B
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",
|
|
"branch": "master"
|
|
}
|
|
]
|
|
}
|