{
 "app_id": "io.github.utopian_academy.Deckboy",
 "source_url": "https://raw.githubusercontent.com/Utopian-Academy/Deckboy/main/tools/flatpak/io.github.utopian_academy.Deckboy.yml",
 "runtime": "org.freedesktop.Platform",
 "runtime_version": "25.08",
 "sdk": "org.freedesktop.Sdk",
 "finish_args": [
  "--socket=wayland",
  "--socket=fallback-x11",
  "--share=ipc",
  "--device=dri",
  "--socket=pulseaudio",
  "--share=network",
  "--device=all",
  "--filesystem=host",
  "--talk-name=org.freedesktop.ScreenSaver",
  "--talk-name=org.freedesktop.PowerManagement"
 ],
 "module_count": 6,
 "fetched_at": "2026-09-20T12:57:27.475847+00:00",
 "manifest": {
  "app-id": "io.github.utopian_academy.Deckboy",
  "runtime": "org.freedesktop.Platform",
  "runtime-version": "25.08",
  "sdk": "org.freedesktop.Sdk",
  "command": "deckboy",
  "finish-args": [
   "--socket=wayland",
   "--socket=fallback-x11",
   "--share=ipc",
   "--device=dri",
   "--socket=pulseaudio",
   "--share=network",
   "--device=all",
   "--filesystem=host",
   "--talk-name=org.freedesktop.ScreenSaver",
   "--talk-name=org.freedesktop.PowerManagement"
  ],
  "modules": [
   {
    "name": "sdl3",
    "buildsystem": "cmake-ninja",
    "config-opts": [
     "-DCMAKE_BUILD_TYPE=Release",
     "-DSDL_STATIC=OFF",
     "-DSDL_TESTS=OFF"
    ],
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/libsdl-org/SDL.git",
      "tag": "release-3.4.0"
     }
    ]
   },
   {
    "name": "sdl3_ttf",
    "buildsystem": "cmake-ninja",
    "config-opts": [
     "-DCMAKE_BUILD_TYPE=Release",
     "-DSDLTTF_SAMPLES=OFF",
     "-DSDLTTF_VENDORED=ON"
    ],
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/libsdl-org/SDL_ttf.git",
      "tag": "release-3.2.2"
     }
    ]
   },
   {
    "name": "libltc",
    "buildsystem": "autotools",
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/x42/libltc.git",
      "tag": "v1.3.2"
     }
    ]
   },
   {
    "name": "rtmidi",
    "buildsystem": "cmake-ninja",
    "config-opts": [
     "-DCMAKE_BUILD_TYPE=Release",
     "-DRTMIDI_BUILD_TESTING=OFF"
    ],
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/thestk/rtmidi.git",
      "tag": "6.0.0"
     }
    ]
   },
   {
    "name": "ffmpeg",
    "buildsystem": "autotools",
    "config-opts": [
     "--disable-debug",
     "--disable-doc",
     "--disable-static",
     "--enable-shared",
     "--enable-gpl",
     "--enable-version3",
     "--enable-libx264",
     "--enable-libvpx",
     "--enable-libopus",
     "--enable-libvorbis"
    ],
    "sources": [
     {
      "type": "archive",
      "url": "https://ffmpeg.org/releases/ffmpeg-7.1.tar.xz",
      "sha256": "40973d44970dbc83ef302b0609f2e74982be2d85916dd2ee7472d30678a7abe6"
     }
    ]
   },
   {
    "name": "deckboy",
    "buildsystem": "cmake-ninja",
    "config-opts": [
     "-DCMAKE_BUILD_TYPE=Release",
     "-DENABLE_DECKLINK=OFF"
    ],
    "sources": [
     {
      "type": "dir",
      "path": "../.."
     }
    ],
    "post-install": [
     "install -Dm644 tools/flatpak/io.github.utopian_academy.Deckboy.metainfo.xml /app/share/metainfo/io.github.utopian_academy.Deckboy.metainfo.xml",
     "install -Dm644 tools/flatpak/io.github.utopian_academy.Deckboy.desktop /app/share/applications/io.github.utopian_academy.Deckboy.desktop",
     "install -Dm644 art/windows/icons/deckboy_app_master.png /app/share/icons/hicolor/256x256/apps/io.github.utopian_academy.Deckboy.png",
     "install -Dm644 LICENSE /app/share/licenses/io.github.utopian_academy.Deckboy/LICENSE"
    ]
   }
  ]
 }
}