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" + } + ] +}