mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-29 23:32:04 +02:00
35 lines
909 B
JSON
35 lines
909 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",
|
|
"tag": "1.18.1",
|
|
"commit": "4013b8003e78971dd01b055066c12f8aaadb8897"
|
|
},
|
|
{
|
|
"type": "patch",
|
|
"path": "gst-plugins-base-autodetect-subtitle-text-encoding.patch"
|
|
},
|
|
{
|
|
"type": "patch",
|
|
"path": "gst-plugins-base-do-not-set-backbuffer.patch"
|
|
}
|
|
]
|
|
}
|