Authenticator/build-aux/com.belmoussaoui.Authenticator.Devel.json

170 lines
5.1 KiB
JSON
Raw Normal View History

2019-09-03 00:07:06 +00:00
{
2020-10-28 01:59:41 +01:00
"app-id": "com.belmoussaoui.Authenticator.Devel",
2019-09-03 00:07:06 +00:00
"runtime": "org.gnome.Platform",
"runtime-version": "master",
"sdk": "org.gnome.Sdk",
2020-10-28 02:05:11 +01:00
"sdk-extensions": ["org.freedesktop.Sdk.Extension.rust-stable"],
2019-09-03 00:07:06 +00:00
"command": "authenticator",
"finish-args": [
"--socket=pulseaudio",
"--device=all",
2019-09-03 00:07:06 +00:00
"--share=network",
"--share=ipc",
"--socket=fallback-x11",
2020-11-08 05:48:55 +01:00
"--socket=wayland",
2020-11-10 04:59:52 +01:00
"--talk-name=org.a11y.Bus",
2020-12-08 03:15:18 +01:00
"--talk-name=org.freedesktop.secrets",
"--env=RUST_LOG=authenticator=debug",
"--env=G_MESSAGES_DEBUG=none",
"--env=GST_PLUGIN_SYSTEM_PATH=/app/lib/gstreamer-1.0"
2019-09-03 00:07:06 +00:00
],
"build-options": {
2020-10-28 02:05:11 +01:00
"append-path": "/usr/lib/sdk/rust-stable/bin",
"build-args": ["--share=network"],
"test-args": [
"--socket=x11",
"--share=network"
],
2020-10-28 02:05:11 +01:00
"env": {
"CARGO_HOME": "/run/build/authenticator/cargo",
2020-12-08 03:15:18 +01:00
"RUST_BACKTRACE": "1"
2019-09-03 00:07:06 +00:00
}
},
"modules": [
2020-10-28 02:05:11 +01:00
{
"name": "libadwaita",
2019-09-03 00:07:06 +00:00
"buildsystem": "meson",
"config-opts": [
2020-10-28 02:05:11 +01:00
"-Dintrospection=disabled",
2019-09-03 00:07:06 +00:00
"-Dgtk_doc=false",
"-Dtests=false",
"-Dexamples=false",
"-Dvapi=false",
"-Dglade_catalog=disabled"
],
2020-10-28 02:05:11 +01:00
"sources": [
{
"type": "git",
2021-01-21 18:56:56 +01:00
"url": "https://gitlab.gnome.org/exalm/libadwaita.git",
"branch": "main"
2020-10-28 02:05:11 +01:00
}
]
},{
"name": "zbar",
"config-opts": [
"--without-qt",
"--without-gtk",
"--without-xv",
"--without-imagemagick",
"--disable-video",
"--without-java",
"--without-python",
"--with-doc=no",
"--with-introspection=no",
"--enable-codes=qrcode"
],
"sources": [{
"type": "git",
"url": "git://git.linuxtv.org/zbar.git",
"tag": "0.20"
},
{
"type": "script",
"dest-filename": "autogen.sh",
"commands": [
"autoreconf -vfi -W none"
]
}
]
},
{
"name" : "gstreamer",
"buildsystem" : "meson",
"config-opts" : [
"-Dexamples=disabled",
"-Dtests=disabled",
"-Ddoc=disabled"
],
"sources" : [
{
"type" : "git",
"branch" : "1.18",
"url" : "https://gitlab.freedesktop.org/gstreamer/gstreamer.git"
}
]
},
{
"name" : "gst-plugins-base",
"buildsystem" : "meson",
"config-opts" : [
"-Ddoc=disabled",
"-Dexamples=disabled",
"-Dtests=disabled",
"-Dorc=enabled",
"--wrap-mode=nodownload"
],
"sources" : [
{
"type" : "git",
"branch" : "1.18",
"url" : "https://gitlab.freedesktop.org/gstreamer/gst-plugins-base.git"
}
]
},
{
"name" : "gst-plugins-good",
"buildsystem" : "meson",
"config-opts" : [
"-Dgtk3=disabled",
"-Dgtk4=enabled",
"-Dgtk4-experiments=true",
"-Ddoc=disabled",
"-Dexamples=disabled",
"-Dtests=disabled"
],
"sources" : [
{
"type" : "git",
"branch" : "1.18",
"url" : "https://gitlab.freedesktop.org/gstreamer/gst-plugins-good.git"
},
{
"type" : "patch",
"path" : "767.patch"
}
]
},
{
"name" : "gst-bad-plugins",
"buildsystem": "meson",
"config-opts" : [
"-Dzbar=enabled",
"-Drsvg=disabled",
"-Dvulkan=disabled",
"-Dexamples=disabled",
"-Dtests=disabled",
"-Dintrospection=disabled"
],
"sources" : [
{
"type" : "git",
"url" : "https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad.git",
"branch" : "1.18"
}
]
},
2019-09-03 00:07:06 +00:00
{
"name": "authenticator",
"buildsystem": "meson",
"run-tests": true,
2020-10-28 02:05:11 +01:00
"config-opts": ["-Dprofile=development"],
2019-09-03 00:07:06 +00:00
"sources": [
{
2020-10-28 01:52:54 +01:00
"type": "dir",
2020-10-28 02:05:11 +01:00
"path": "../"
2019-09-03 00:07:06 +00:00
}
]
}
]
}