mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-29 23:32:04 +02:00
23 lines
561 B
JSON
23 lines
561 B
JSON
{
|
|
"name": "gst-plugins-ugly",
|
|
"buildsystem": "meson",
|
|
"config-opts": [
|
|
"-Ddoc=disabled",
|
|
"-Dnls=disabled",
|
|
"-Dtests=disabled",
|
|
"-Dgobject-cast-checks=disabled",
|
|
"-Dglib-asserts=disabled",
|
|
"-Dglib-checks=disabled",
|
|
|
|
"-Dmpeg2dec=enabled"
|
|
],
|
|
"sources": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://gitlab.freedesktop.org/gstreamer/gst-plugins-ugly.git",
|
|
"tag": "1.18.3",
|
|
"commit": "ad60e5463f591caa1c8470f180fd0ef8fce4a802"
|
|
}
|
|
]
|
|
}
|