{
 "app_id": "info.smplayer.Test",
 "source_url": "https://raw.githubusercontent.com/smplayer-dev/flatpak-builds/main/info.smplayer.Test.yml",
 "runtime": "org.kde.Platform",
 "runtime_version": "5.15",
 "sdk": "org.kde.Sdk",
 "finish_args": [
  "--share=ipc",
  "--share=network",
  "--socket=x11",
  "--socket=wayland",
  "--socket=pulseaudio",
  "--socket=session-bus",
  "--device=dri",
  "--filesystem=host",
  "--talk-name=ca.desrt.dconf",
  "--talk-name=org.freedesktop.ScreenSaver",
  "--env=DCONF_USER_CONFIG_DIR=.config/dconf",
  "--env=LC_NUMERIC=C"
 ],
 "module_count": 2,
 "fetched_at": "2026-09-20T12:55:59.613390+00:00",
 "manifest": {
  "app-id": "info.smplayer.Test",
  "runtime": "org.kde.Platform",
  "runtime-version": "5.15",
  "sdk": "org.kde.Sdk",
  "command": "qtexample",
  "finish-args": [
   "--share=ipc",
   "--share=network",
   "--socket=x11",
   "--socket=wayland",
   "--socket=pulseaudio",
   "--socket=session-bus",
   "--device=dri",
   "--filesystem=host",
   "--talk-name=ca.desrt.dconf",
   "--talk-name=org.freedesktop.ScreenSaver",
   "--env=DCONF_USER_CONFIG_DIR=.config/dconf",
   "--env=LC_NUMERIC=C"
  ],
  "modules": [
   {
    "name": "test",
    "buildsystem": "simple",
    "build-commands": [
     "tar xvfz qtexamples.tar.gz",
     "cd qt && qmake && make",
     "cd qt_opengl && qmake && make",
     "cp qt/qtexample /app/bin",
     "cp qt_opengl/qt_opengl /app/bin"
    ],
    "sources": [
     {
      "type": "file",
      "path": "qtexamples.tar.gz"
     }
    ],
    "modules": [
     {
      "name": "mpv-bin",
      "buildsystem": "simple",
      "build-commands": [
       "tar xvjf mpv_bin.tar.bz2 -C /"
      ],
      "sources": [
       {
        "type": "file",
        "path": "mpv_bin.tar.bz2"
       }
      ]
     }
    ]
   }
  ]
 }
}