mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-29 23:32:04 +02:00
23 lines
671 B
JSON
23 lines
671 B
JSON
{
|
|
"name": "gst-plugins-bad",
|
|
"buildsystem": "meson",
|
|
"cleanup": [ "/bin/*webrtc*", "/bin/crossfade", "/bin/tsparser", "/bin/playout" ],
|
|
"config-opts": [
|
|
"-Dopenh264=disabled",
|
|
"-Dvdpau=disabled",
|
|
"-Dvulkan=disabled"
|
|
],
|
|
"sources": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad.git",
|
|
"tag": "1.18.0",
|
|
"commit": "7cb583bb0427819a6b59b783e7df67961df2155f"
|
|
}
|
|
],
|
|
"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/"
|
|
]
|
|
}
|