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

117 lines
3.7 KiB
JSON
Raw Normal View History

2019-09-03 00:07:06 +00:00
{
2022-12-24 15:32:44 +00: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 21:50:23 +00:00
"sdk-extensions": [
2022-01-05 09:34:08 +00:00
"org.freedesktop.Sdk.Extension.rust-stable",
2023-06-20 18:18:00 +00:00
"org.freedesktop.Sdk.Extension.llvm16"
2022-01-04 21:50:23 +00:00
],
2019-09-03 00:07:06 +00:00
"command": "authenticator",
"finish-args": [
"--share=network",
"--share=ipc",
"--socket=fallback-x11",
2020-11-08 04:48:55 +00:00
"--socket=wayland",
2022-01-05 09:34:08 +00:00
"--device=dri",
2020-12-08 02:15:18 +00:00
"--talk-name=org.freedesktop.secrets",
2023-09-24 20:52:02 +00:00
"--env=RUST_LOG=authenticator=debug,ashpd=debug,oo7=debug,aperture=debug",
"--env=G_MESSAGES_DEBUG=none",
2022-12-26 13:23:11 +00:00
"--talk-name=org.gtk.vfs.*",
2023-03-27 13:33:37 +00:00
"--filesystem=xdg-run/gvfs",
"--filesystem=xdg-run/gvfsd"
2019-09-03 00:07:06 +00:00
],
"build-options": {
2020-10-28 01:05:11 +00:00
"append-path": "/usr/lib/sdk/rust-stable/bin",
2023-06-20 18:18:00 +00:00
"prepend-path": "/usr/lib/sdk/llvm16/bin",
"prepend-ld-library-path": "/usr/lib/sdk/llvm16/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 21:50:23 +00:00
"build-args": [
"--share=network"
],
"test-args": [
"--socket=x11",
"--share=network"
2021-11-14 16:21:01 +00:00
]
2019-09-03 00:07:06 +00:00
},
"modules": [
2021-06-25 17:45:48 +00:00
{
"name": "zbar",
"config-opts": [
2023-03-27 13:33:37 +00:00
"--disable-doc",
"--disable-video",
"--enable-codes=qrcode",
"--without-dbus",
"--without-directshow",
"--without-gir",
"--without-graphicsmagick",
"--without-gtk",
"--without-imagemagick",
2023-03-27 13:33:37 +00:00
"--without-jpeg",
"--without-java",
2023-03-27 13:33:37 +00:00
"--without-npapi",
"--without-python",
2023-03-27 13:33:37 +00:00
"--without-qt",
"--without-qt5",
"--without-xshm",
"--without-xv"
],
2022-01-04 21:50:23 +00:00
"sources": [
{
2023-03-27 13:33:37 +00:00
"type": "archive",
"url": "https://linuxtv.org/downloads/zbar/zbar-0.23.1.tar.gz",
"sha256": "c72b19eb63f48781ae5ff1830236f4e753f4bd6418cd781aea1cd85d625b119e"
},
{
"type": "script",
"dest-filename": "autogen.sh",
"commands": [
"autoreconf -vfi -W none"
]
}
]
},
{
2022-01-04 21:50:23 +00:00
"name": "gst-bad-plugins",
"buildsystem": "meson",
2023-03-27 13:33:37 +00:00
"subdir": "subprojects/gst-plugins-bad",
2022-01-04 21:50:23 +00:00
"config-opts": [
"-Dzbar=enabled",
"-Drsvg=disabled",
"-Dvulkan=disabled",
"-Dexamples=disabled",
"-Dtests=disabled",
"-Dintrospection=disabled"
],
2022-01-04 21:50:23 +00:00
"sources": [
{
2022-01-04 21:50:23 +00:00
"type": "git",
2023-03-27 13:33:37 +00:00
"disable-submodules": true,
"url": "https://gitlab.freedesktop.org/gstreamer/gstreamer.git",
2024-03-24 14:16:39 +00:00
"tag": "1.22.10"
}
]
},
2019-09-03 00:07:06 +00:00
{
"name": "authenticator",
"buildsystem": "meson",
"run-tests": true,
2022-01-04 21:50:23 +00:00
"config-opts": [
"-Dprofile=development"
],
2019-09-03 00:07:06 +00:00
"sources": [
{
2020-10-28 00:52:54 +00:00
"type": "dir",
2020-10-28 01:05:11 +00:00
"path": "../"
2019-09-03 00:07:06 +00:00
}
]
}
]
2022-01-05 09:34:08 +00:00
}