mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-29 23:32:04 +02:00
20 lines
528 B
JSON
20 lines
528 B
JSON
{
|
|
"name": "gst-plugins-ugly",
|
|
"buildsystem": "meson",
|
|
"config-opts": [
|
|
"-Dmpeg2dec=enabled"
|
|
],
|
|
"sources": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://gitlab.freedesktop.org/gstreamer/gst-plugins-ugly.git",
|
|
"tag": "1.18.0",
|
|
"commit": "ae91a81d9aa913cee1e8310af93a8fff5445628d"
|
|
}
|
|
],
|
|
"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/"
|
|
]
|
|
}
|