{
 "app_id": "io.github.gehhilfe.Couchcast",
 "source_url": "https://raw.githubusercontent.com/gehhilfe/Couchcast/main/flatpak/io.github.gehhilfe.Couchcast.yml",
 "runtime": "org.gnome.Platform",
 "runtime_version": "49",
 "sdk": "org.gnome.Sdk",
 "finish_args": [
  "--socket=wayland",
  "--socket=fallback-x11",
  "--share=ipc",
  "--device=dri",
  "--socket=pulseaudio",
  "--socket=pipewire",
  "--device=all",
  "--share=network",
  "--filesystem=~/.android:ro",
  "--system-talk-name=org.bluez"
 ],
 "module_count": 7,
 "fetched_at": "2026-09-17T17:37:29.172898+00:00",
 "manifest": {
  "app-id": "io.github.gehhilfe.Couchcast",
  "runtime": "org.gnome.Platform",
  "runtime-version": "49",
  "sdk": "org.gnome.Sdk",
  "command": "couchcast",
  "build-options": {
   "env": {
    "GST_PLUGIN_SYSTEM_PATH": "/app/lib/gstreamer-1.0:/usr/lib/gstreamer-1.0"
   }
  },
  "add-extensions": {
   "org.freedesktop.Platform.ffmpeg-full": {
    "directory": "lib/ffmpeg",
    "add-ld-path": ".",
    "version": "25.08",
    "autodelete": false
   }
  },
  "finish-args": [
   "--socket=wayland",
   "--socket=fallback-x11",
   "--share=ipc",
   "--device=dri",
   "--socket=pulseaudio",
   "--socket=pipewire",
   "--device=all",
   "--share=network",
   "--filesystem=~/.android:ro",
   "--system-talk-name=org.bluez"
  ],
  "modules": [
   {
    "name": "ffmpeg-extension-point",
    "buildsystem": "simple",
    "build-commands": [
     "mkdir -p /app/lib/ffmpeg"
    ]
   },
   {
    "name": "android-platform-tools",
    "buildsystem": "simple",
    "only-arches": [
     "x86_64"
    ],
    "sources": [
     {
      "type": "archive",
      "url": "https://dl.google.com/android/repository/platform-tools_r35.0.2-linux.zip",
      "sha256": "acfdcccb123a8718c46c46c059b2f621140194e5ec1ac9d81715be3d6ab6cd0a"
     }
    ],
    "build-commands": [
     "install -Dm755 adb /app/bin/adb"
    ]
   },
   {
    "name": "shaderc",
    "buildsystem": "cmake-ninja",
    "config-opts": [
     "-DCMAKE_BUILD_TYPE=Release",
     "-DSHADERC_SKIP_TESTS=ON",
     "-DSHADERC_SKIP_EXAMPLES=ON",
     "-DSHADERC_SKIP_COPYRIGHT_CHECK=ON"
    ],
    "cleanup": [
     "*"
    ],
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/google/shaderc.git",
      "tag": "v2024.1"
     },
     {
      "type": "shell",
      "commands": [
       "./utils/git-sync-deps"
      ]
     }
    ]
   },
   {
    "name": "sdl3",
    "buildsystem": "cmake-ninja",
    "config-opts": [
     "-DCMAKE_BUILD_TYPE=Release",
     "-DSDL_TEST_LIBRARY=OFF"
    ],
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/libsdl-org/SDL.git",
      "tag": "release-3.2.0"
     }
    ]
   },
   {
    "name": "tomlplusplus",
    "buildsystem": "meson",
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/marzer/tomlplusplus.git",
      "tag": "v3.4.0"
     }
    ]
   },
   {
    "name": "asio",
    "buildsystem": "simple",
    "build-commands": [
     "cp -r asio/include/* /app/include/"
    ],
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/chriskohlhoff/asio.git",
      "tag": "asio-1-30-2"
     }
    ]
   },
   {
    "name": "couchcast",
    "buildsystem": "cmake-ninja",
    "config-opts": [
     "-DCMAKE_BUILD_TYPE=RelWithDebInfo"
    ],
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/gehhilfe/Couchcast.git",
      "tag": "v0.1.0"
     },
     {
      "type": "git",
      "url": "https://github.com/ocornut/imgui.git",
      "tag": "v1.92.1",
      "dest": "third_party/imgui"
     }
    ]
   }
  ]
 }
}