mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-29 15:22:11 +02:00
We are no longer able to build them on aarch64, as CI either runs out of memory or time limit
27 lines
594 B
JSON
27 lines
594 B
JSON
{
|
|
"name": "gst-plugins-rs",
|
|
"buildsystem": "simple",
|
|
"only-arches": [
|
|
"x86_64"
|
|
],
|
|
"build-options": {
|
|
"build-args": [
|
|
"--share=network"
|
|
],
|
|
"env": {
|
|
"CARGO_HOME": "/run/build/gst-plugins-rs/cargo"
|
|
}
|
|
},
|
|
"sources": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git",
|
|
"branch": "main"
|
|
}
|
|
],
|
|
"build-commands": [
|
|
"cargo install cargo-c",
|
|
"cargo cinstall --prefix=/app -p gst-plugin-dav1d"
|
|
]
|
|
}
|