mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-29 23:32:04 +02:00
This reverts commit b3b0371c76
.
It seems that newer GStreamer version has more new bugs then noticeable fixes.
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.1",
|
|
"commit": "7c44cdb0e00dd1c9932d8e5194b09fcf4e1e6fc1"
|
|
},
|
|
{
|
|
"type": "patch",
|
|
"path": "gst-plugins-good-matroska-fix-attachments-detection.patch"
|
|
},
|
|
{
|
|
"type": "patch",
|
|
"path": "gst-plugins-good-matroska-set-attachment-mimetype.patch"
|
|
}
|
|
]
|
|
}
|