mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-29 23:32:04 +02:00
24 lines
618 B
JSON
24 lines
618 B
JSON
{
|
|
"name": "gst-libav",
|
|
"buildsystem": "meson",
|
|
"config-opts": [
|
|
"-Ddoc=disabled"
|
|
],
|
|
"sources": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://gitlab.freedesktop.org/gstreamer/gst-libav.git",
|
|
"tag": "1.18.0",
|
|
"commit": "215b3ed959f2b307065319f94855cc9e1ce7be95"
|
|
},
|
|
{
|
|
"type": "patch",
|
|
"path": "gst-libav-stop-caching-codecs.patch"
|
|
}
|
|
],
|
|
"post-install": [
|
|
"mkdir -p /app/lib/codecs/lib/gstreamer-1.0",
|
|
"mv /app/lib/gstreamer-1.0/*.so /app/lib/codecs/lib/gstreamer-1.0/"
|
|
]
|
|
}
|