mirror of
https://gitlab.freedesktop.org/dabrain34/GstPipelineStudio.git
synced 2024-11-22 09:00:59 +00:00
62 lines
No EOL
1.3 KiB
JSON
62 lines
No EOL
1.3 KiB
JSON
{
|
|
"app-id": "org.freedesktop.dabrain34.GstPipelineStudio.Devel",
|
|
"runtime": "org.gnome.Platform",
|
|
"runtime-version": "44",
|
|
"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",
|
|
"--share=ipc",
|
|
"--share=network",
|
|
"--filesystem=home",
|
|
"--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": "gstreamer",
|
|
"buildsystem": "meson",
|
|
"builddir": true,
|
|
"config-opts": [
|
|
"-Ddoc=disabled"
|
|
],
|
|
"sources": [
|
|
{
|
|
"type": "git",
|
|
"tag": "1.22",
|
|
"url": "https://gitlab.freedesktop.org/gstreamer/gstreamer.git",
|
|
"disable-submodules": true
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "gst_pipeline_studio",
|
|
"buildsystem": "meson",
|
|
"run-tests": true,
|
|
"config-opts": [
|
|
"-Dprofile=development"
|
|
],
|
|
"sources": [
|
|
{
|
|
"type": "dir",
|
|
"path": "../"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |