{
 "app_id": "io.elementary.videos",
 "source_url": "https://raw.githubusercontent.com/elementary/videos/main/io.elementary.videos.yml",
 "runtime": "io.elementary.Platform",
 "runtime_version": "8.2",
 "sdk": "io.elementary.Sdk",
 "finish_args": [
  "--filesystem=xdg-cache/thumbnails",
  "--filesystem=xdg-videos",
  "--share=ipc",
  "--socket=fallback-x11",
  "--socket=wayland",
  "--socket=pulseaudio",
  "--device=dri",
  "--talk-name=org.freedesktop.thumbnails.Thumbnailer1",
  "--metadata=X-DConf=migrate-path=/io/elementary/videos/"
 ],
 "module_count": 3,
 "fetched_at": "2026-09-20T12:54:50.086116+00:00",
 "manifest": {
  "app-id": "io.elementary.videos",
  "runtime": "io.elementary.Platform",
  "runtime-version": "8.2",
  "sdk": "io.elementary.Sdk",
  "command": "io.elementary.videos",
  "sdk-extensions": [
   "org.freedesktop.Sdk.Extension.rust-stable"
  ],
  "build-options": {
   "env": {
    "CARGO_HOME": "/run/build/cargo-c/cargo"
   },
   "append-path": "/usr/lib/sdk/rust-stable/bin"
  },
  "finish-args": [
   "--filesystem=xdg-cache/thumbnails",
   "--filesystem=xdg-videos",
   "--share=ipc",
   "--socket=fallback-x11",
   "--socket=wayland",
   "--socket=pulseaudio",
   "--device=dri",
   "--talk-name=org.freedesktop.thumbnails.Thumbnailer1",
   "--metadata=X-DConf=migrate-path=/io/elementary/videos/"
  ],
  "add-extensions": {
   "org.freedesktop.Platform.codecs-extra": {
    "no-autodownload": true,
    "directory": "lib/ffmpeg",
    "version": "25.08",
    "add-ld-path": "."
   }
  },
  "modules": [
   {
    "name": "cargo-c",
    "buildsystem": "simple",
    "build-commands": [
     "cargo install --locked cargo-c@0.10.7+cargo-0.84.0 --root /app"
    ],
    "build-options": {
     "build-args": [
      "--share=network"
     ]
    },
    "cleanup": [
     "*"
    ]
   },
   {
    "name": "gst-plugins-rs",
    "buildsystem": "simple",
    "sources": [
     {
      "type": "git",
      "url": "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git",
      "branch": "0.12"
     }
    ],
    "build-options": {
     "build-args": [
      "--share=network"
     ]
    },
    "build-commands": [
     "cargo cinstall -p gst-plugin-gtk4 --prefix=/app --libdir=/app/lib"
    ]
   },
   {
    "name": "videos",
    "buildsystem": "meson",
    "post-install": [
     "mkdir -p /app/lib/ffmpeg"
    ],
    "sources": [
     {
      "type": "dir",
      "path": "."
     }
    ]
   }
  ]
 }
}