{
 "app_id": "org.jfsen.Streamline",
 "source_url": "https://raw.githubusercontent.com/jfsen/Streamline/master/org.jfsen.Streamline.json",
 "runtime": "org.gnome.Platform",
 "runtime_version": "50",
 "sdk": "org.gnome.Sdk",
 "finish_args": [
  "--share=network",
  "--share=ipc",
  "--socket=fallback-x11",
  "--device=dri",
  "--socket=wayland",
  "--talk-name=org.freedesktop.Flatpak"
 ],
 "module_count": 2,
 "fetched_at": "2026-09-17T17:50:57.267019+00:00",
 "manifest": {
  "id": "org.jfsen.Streamline",
  "runtime": "org.gnome.Platform",
  "runtime-version": "50",
  "sdk": "org.gnome.Sdk",
  "command": "streamline",
  "finish-args": [
   "--share=network",
   "--share=ipc",
   "--socket=fallback-x11",
   "--device=dri",
   "--socket=wayland",
   "--talk-name=org.freedesktop.Flatpak"
  ],
  "cleanup": [
   "/include",
   "/lib/pkgconfig",
   "/man",
   "/share/doc",
   "/share/gtk-doc",
   "/share/man",
   "/share/pkgconfig",
   "*.la",
   "*.a"
  ],
  "modules": [
   {
    "name": "python3-deps",
    "buildsystem": "simple",
    "build-commands": [
     "python3 -m pip install --root=/app --prefix='' --ignore-installed lxml",
     "python3 -m pip install --root=/app --prefix='' Pillow requests pycryptodome certifi isodate pycountry PySocks trio trio-websocket urllib3 websocket-client streamlink",
     "python3 -c 'import lxml; print(\"lxml:\", lxml.__version__)'",
     "python3 -c 'import streamlink; print(\"streamlink:\", streamlink.__version__)'"
    ],
    "build-options": {
     "build-args": [
      "--share=network"
     ]
    }
   },
   {
    "name": "streamline",
    "builddir": true,
    "buildsystem": "meson",
    "sources": [
     {
      "type": "dir",
      "path": "."
     }
    ],
    "config-opts": [
     "--libdir=lib"
    ]
   }
  ],
  "build-options": {
   "env": {},
   "build-args": [
    "--share=network"
   ]
  }
 }
}