mirror of
https://gitlab.freedesktop.org/dabrain34/GstPipelineStudio.git
synced 2024-11-15 21:31:03 +00:00
34 lines
857 B
JSON
34 lines
857 B
JSON
{
|
|
"app-id": "org.freedesktop.dabrain34.GstPipelineStudio.Devel",
|
|
"runtime": "org.gnome.Platform",
|
|
"runtime-version": "41",
|
|
"sdk": "org.gnome.Sdk",
|
|
"sdk-extensions": ["org.freedesktop.Sdk.Extension.rust-stable"],
|
|
"command": "gst_pipeline_studio",
|
|
"finish-args": [
|
|
"--socket=fallback-x11",
|
|
"--socket=wayland",
|
|
"--device=dri",
|
|
"--env=G_MESSAGES_DEBUG=none",
|
|
"--env=RUST_BACKTRACE=1"
|
|
],
|
|
"build-options": {
|
|
"append-path": "/usr/lib/sdk/rust-stable/bin",
|
|
"build-args": ["--share=network"],
|
|
"test-args": ["--socket=x11", "--share=network"]
|
|
},
|
|
"modules": [
|
|
{
|
|
"name": "gst_pipeline_studio",
|
|
"buildsystem": "meson",
|
|
"run-tests": true,
|
|
"config-opts": ["-Dprofile=development"],
|
|
"sources": [
|
|
{
|
|
"type": "dir",
|
|
"path": "../"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|