flatpak: Update dependencies & SDKs

This commit is contained in:
Bilal Elmoussaoui 2023-03-27 15:33:37 +02:00
parent 8bf625c5aa
commit d2304a4bcd

View file

@ -5,7 +5,7 @@
"sdk": "org.gnome.Sdk", "sdk": "org.gnome.Sdk",
"sdk-extensions": [ "sdk-extensions": [
"org.freedesktop.Sdk.Extension.rust-stable", "org.freedesktop.Sdk.Extension.rust-stable",
"org.freedesktop.Sdk.Extension.llvm14" "org.freedesktop.Sdk.Extension.llvm15"
], ],
"command": "authenticator", "command": "authenticator",
"finish-args": [ "finish-args": [
@ -18,12 +18,13 @@
"--env=RUST_LOG=authenticator=debug,ashpd=debug,oo7=debug", "--env=RUST_LOG=authenticator=debug,ashpd=debug,oo7=debug",
"--env=G_MESSAGES_DEBUG=none", "--env=G_MESSAGES_DEBUG=none",
"--talk-name=org.gtk.vfs.*", "--talk-name=org.gtk.vfs.*",
"--filesystem=xdg-run/gvfs", "--filesystem=xdg-run/gvfsd" "--filesystem=xdg-run/gvfs",
"--filesystem=xdg-run/gvfsd"
], ],
"build-options": { "build-options": {
"append-path": "/usr/lib/sdk/rust-stable/bin", "append-path": "/usr/lib/sdk/rust-stable/bin",
"prepend-path": "/usr/lib/sdk/llvm14/bin", "prepend-path": "/usr/lib/sdk/llvm15/bin",
"prepend-ld-library-path": "/usr/lib/sdk/llvm14/lib", "prepend-ld-library-path": "/usr/lib/sdk/llvm15/lib",
"env": { "env": {
"CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER": "clang", "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_X86_64_UNKNOWN_LINUX_GNU_RUSTFLAGS": "-C link-arg=-fuse-ld=/usr/lib/sdk/rust-stable/bin/mold",
@ -42,23 +43,29 @@
{ {
"name": "zbar", "name": "zbar",
"config-opts": [ "config-opts": [
"--without-qt", "--disable-doc",
"--without-gtk",
"--without-xv",
"--without-imagemagick",
"--disable-video", "--disable-video",
"--enable-codes=qrcode",
"--without-dbus",
"--without-directshow",
"--without-gir",
"--without-graphicsmagick",
"--without-gtk",
"--without-imagemagick",
"--without-jpeg",
"--without-java", "--without-java",
"--without-npapi",
"--without-python", "--without-python",
"--with-dbus=no", "--without-qt",
"--enable-doc=no", "--without-qt5",
"--with-introspection=no", "--without-xshm",
"--enable-codes=qrcode" "--without-xv"
], ],
"sources": [ "sources": [
{ {
"type": "git", "type": "archive",
"url": "https://git.linuxtv.org/zbar.git", "url": "https://linuxtv.org/downloads/zbar/zbar-0.23.1.tar.gz",
"commit": "50726104adc930c67642da65249dda62e2981591" "sha256": "c72b19eb63f48781ae5ff1830236f4e753f4bd6418cd781aea1cd85d625b119e"
}, },
{ {
"type": "script", "type": "script",
@ -72,6 +79,7 @@
{ {
"name": "gst-bad-plugins", "name": "gst-bad-plugins",
"buildsystem": "meson", "buildsystem": "meson",
"subdir": "subprojects/gst-plugins-bad",
"config-opts": [ "config-opts": [
"-Dzbar=enabled", "-Dzbar=enabled",
"-Drsvg=disabled", "-Drsvg=disabled",
@ -83,8 +91,9 @@
"sources": [ "sources": [
{ {
"type": "git", "type": "git",
"url": "https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad.git", "disable-submodules": true,
"branch": "1.18" "url": "https://gitlab.freedesktop.org/gstreamer/gstreamer.git",
"tag": "1.20.6"
} }
] ]
}, },