mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-29 23:32:04 +02:00
32 lines
847 B
JSON
32 lines
847 B
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",
|
|
|
|
"-Dgtk3=disabled"
|
|
],
|
|
"sources": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://gitlab.freedesktop.org/gstreamer/gst-plugins-good.git",
|
|
"tag": "1.18.3",
|
|
"commit": "e816c6cd73c9e0676828c9e227a049ebad3d019f"
|
|
},
|
|
{
|
|
"type": "patch",
|
|
"path": "gst-plugins-good-matroska-fix-attachments-detection.patch"
|
|
},
|
|
{
|
|
"type": "patch",
|
|
"path": "gst-plugins-good-matroska-set-attachment-mimetype.patch"
|
|
}
|
|
]
|
|
}
|