mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 16:02:00 +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.
26 lines
600 B
JSON
26 lines
600 B
JSON
{
|
|
"name": "gst-plugins-base",
|
|
"buildsystem": "meson",
|
|
"config-opts": [
|
|
"--wrap-mode=nofallback",
|
|
|
|
"-Ddoc=disabled",
|
|
"-Dexamples=disabled",
|
|
"-Dtests=disabled",
|
|
"-Dnls=disabled",
|
|
"-Dgobject-cast-checks=disabled",
|
|
"-Dglib-asserts=disabled",
|
|
"-Dglib-checks=disabled",
|
|
|
|
"-Dgl_api=opengl,gles2",
|
|
"-Dgl_platform=egl,glx"
|
|
],
|
|
"sources": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://gitlab.freedesktop.org/gstreamer/gst-plugins-base.git",
|
|
"branch": "master"
|
|
}
|
|
]
|
|
}
|