From fa131c03566aae941e8a756d01921a81297e27e0 Mon Sep 17 00:00:00 2001 From: Rafostar <40623528+Rafostar@users.noreply.github.com> Date: Mon, 9 Nov 2020 20:50:14 +0100 Subject: [PATCH] flatpak: add glib-networking lib --- pkgs/flatpak/com.github.rafostar.Clapper.yml | 4 ++++ pkgs/flatpak/lib/glib-networking.json | 12 ++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 pkgs/flatpak/lib/glib-networking.json diff --git a/pkgs/flatpak/com.github.rafostar.Clapper.yml b/pkgs/flatpak/com.github.rafostar.Clapper.yml index e5eae5a6..5d90a805 100644 --- a/pkgs/flatpak/com.github.rafostar.Clapper.yml +++ b/pkgs/flatpak/com.github.rafostar.Clapper.yml @@ -13,8 +13,12 @@ finish-args: - --env=GST_PLUGIN_SYSTEM_PATH=/app/lib/gstreamer-1.0 - --env=GST_VAAPI_ALL_DRIVERS=1 + # DVD/DVB devices access + - --device=all + modules: - lib/glib.json + - lib/glib-networking.json - shared-modules/gudev/gudev.json - lib/pango.json - lib/libsass.json diff --git a/pkgs/flatpak/lib/glib-networking.json b/pkgs/flatpak/lib/glib-networking.json new file mode 100644 index 00000000..d83d7c41 --- /dev/null +++ b/pkgs/flatpak/lib/glib-networking.json @@ -0,0 +1,12 @@ +{ + "name": "glib-networking", + "buildsystem": "meson", + "sources": [ + { + "type": "git", + "url": "https://gitlab.gnome.org/GNOME/glib-networking.git", + "tag": "2.66.0", + "commit": "61d7e024ca354e6d2e39930d66a2067f3de5842c" + } + ] +}