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.
22 lines
544 B
JSON
22 lines
544 B
JSON
{
|
|
"name": "gstreamer-vaapi",
|
|
"buildsystem": "meson",
|
|
"config-opts": [
|
|
"-Ddoc=disabled",
|
|
"-Dexamples=disabled",
|
|
"-Dtests=disabled"
|
|
],
|
|
"sources": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://gitlab.freedesktop.org/gstreamer/gstreamer-vaapi.git",
|
|
"tag": "1.18.1",
|
|
"commit": "f9e925af3645439f7b7a4580700fcd6ce17fc1c9"
|
|
},
|
|
{
|
|
"type": "patch",
|
|
"path": "gstreamer-vaapi-glx-select-8-bit-color-size.patch"
|
|
}
|
|
]
|
|
}
|