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

107 lines
3.4 KiB
JSON
Raw Normal View History

2019-09-03 00:07:06 +00:00
{
2022-12-24 16:32:44 +01:00
"id": "com.belmoussaoui.Authenticator.Devel",
2019-09-03 00:07:06 +00:00
"runtime": "org.gnome.Platform",
"runtime-version": "master",
"sdk": "org.gnome.Sdk",
2022-01-04 22:50:23 +01:00
"sdk-extensions": [
2022-01-05 10:34:08 +01:00
"org.freedesktop.Sdk.Extension.rust-stable",
2022-10-18 23:20:54 +09:00
"org.freedesktop.Sdk.Extension.llvm14"
2022-01-04 22:50:23 +01:00
],
2019-09-03 00:07:06 +00:00
"command": "authenticator",
"finish-args": [
"--share=network",
"--share=ipc",
"--socket=fallback-x11",
2020-11-08 05:48:55 +01:00
"--socket=wayland",
2022-01-05 10:34:08 +01:00
"--device=dri",
2020-12-08 03:15:18 +01:00
"--talk-name=org.freedesktop.secrets",
"--env=RUST_LOG=authenticator=debug,ashpd=debug,oo7=debug",
"--env=G_MESSAGES_DEBUG=none",
2022-12-26 14:23:11 +01:00
"--talk-name=org.gtk.vfs.*",
"--filesystem=xdg-run/gvfs", "--filesystem=xdg-run/gvfsd"
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",
2022-10-18 23:20:54 +09:00
"prepend-path": "/usr/lib/sdk/llvm14/bin",
"prepend-ld-library-path": "/usr/lib/sdk/llvm14/lib",
"env": {
"CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER": "clang",
"CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUSTFLAGS": "-C link-arg=-fuse-ld=/usr/lib/sdk/rust-stable/bin/mold",
"CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER": "clang",
"CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_RUSTFLAGS": "-C link-arg=-fuse-ld=/usr/lib/sdk/rust-stable/bin/mold"
},
2022-01-04 22:50:23 +01:00
"build-args": [
"--share=network"
],
"test-args": [
"--socket=x11",
"--share=network"
2021-11-14 17:21:01 +01:00
]
2019-09-03 00:07:06 +00:00
},
"modules": [
2021-06-25 19:45:48 +02:00
{
"name": "zbar",
"config-opts": [
"--without-qt",
"--without-gtk",
"--without-xv",
"--without-imagemagick",
"--disable-video",
"--without-java",
"--without-python",
2021-03-23 20:05:58 +01:00
"--with-dbus=no",
"--enable-doc=no",
"--with-introspection=no",
"--enable-codes=qrcode"
],
2022-01-04 22:50:23 +01:00
"sources": [
{
"type": "git",
"url": "https://git.linuxtv.org/zbar.git",
"commit": "50726104adc930c67642da65249dda62e2981591"
},
{
"type": "script",
"dest-filename": "autogen.sh",
"commands": [
"autoreconf -vfi -W none"
]
}
]
},
{
2022-01-04 22:50:23 +01:00
"name": "gst-bad-plugins",
"buildsystem": "meson",
2022-01-04 22:50:23 +01:00
"config-opts": [
"-Dzbar=enabled",
"-Drsvg=disabled",
"-Dvulkan=disabled",
"-Dexamples=disabled",
"-Dtests=disabled",
"-Dintrospection=disabled"
],
2022-01-04 22:50:23 +01:00
"sources": [
{
2022-01-04 22:50:23 +01:00
"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,
2022-01-04 22:50:23 +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
}
]
}
]
2022-01-05 10:34:08 +01:00
}