mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-31 00:11:59 +02:00
46 lines
1.2 KiB
JSON
46 lines
1.2 KiB
JSON
{
|
|
"name": "gst-plugins-good",
|
|
"buildsystem": "meson",
|
|
"config-opts": [
|
|
"-Ddoc=disabled",
|
|
"-Dexamples=disabled",
|
|
"-Dtests=disabled",
|
|
"-Dnls=disabled",
|
|
"-Dgobject-cast-checks=disabled",
|
|
"-Dglib-asserts=disabled",
|
|
"-Dglib-checks=disabled",
|
|
|
|
"-Dgtk4-experiments=true",
|
|
"-Dgtk3=disabled",
|
|
"-Dgtk4=enabled"
|
|
],
|
|
"sources": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://gitlab.freedesktop.org/gstreamer/gst-plugins-good.git",
|
|
"tag": "1.18.1",
|
|
"commit": "7c44cdb0e00dd1c9932d8e5194b09fcf4e1e6fc1"
|
|
},
|
|
{
|
|
"type": "patch",
|
|
"path": "gst-plugins-good-gtk4glsink.patch"
|
|
},
|
|
{
|
|
"type": "patch",
|
|
"path": "gst-plugins-good-gtk4-do-not-depend-on-destroy-signal-for-cleanup.patch"
|
|
},
|
|
{
|
|
"type": "patch",
|
|
"path": "gst-plugins-good-gtk4glsink-render-black.patch"
|
|
},
|
|
{
|
|
"type": "patch",
|
|
"path": "gst-plugins-good-matroska-fix-attachments-detection.patch"
|
|
},
|
|
{
|
|
"type": "patch",
|
|
"path": "gst-plugins-good-matroska-set-attachment-mimetype.patch"
|
|
}
|
|
]
|
|
}
|