{
 "app_id": "org.uvr.UltimateVocalRemover",
 "source_url": "https://raw.githubusercontent.com/minarru/ultimatevocalremovergtk/main/packaging/org.uvr.UltimateVocalRemover.yaml",
 "runtime": "org.gnome.Platform",
 "runtime_version": "47",
 "sdk": "org.gnome.Sdk",
 "finish_args": [
  "--socket=wayland",
  "--socket=fallback-x11",
  "--share=ipc",
  "--device=dri",
  "--device=all",
  "--socket=pulseaudio",
  "--share=network"
 ],
 "module_count": 4,
 "fetched_at": "2026-09-17T17:50:57.267016+00:00",
 "manifest": {
  "app-id": "org.uvr.UltimateVocalRemover",
  "runtime": "org.gnome.Platform",
  "runtime-version": "47",
  "sdk": "org.gnome.Sdk",
  "command": "uvr",
  "finish-args": [
   "--socket=wayland",
   "--socket=fallback-x11",
   "--share=ipc",
   "--device=dri",
   "--device=all",
   "--socket=pulseaudio",
   "--share=network"
  ],
  "modules": [
   {
    "name": "libsndfile",
    "buildsystem": "cmake-ninja",
    "sources": [
     {
      "type": "archive",
      "url": "https://github.com/libsndfile/libsndfile/releases/download/X.Y.Z/libsndfile-X.Y.Z.tar.xz",
      "sha256": "0000000000000000000000000000000000000000000000000000000000000000"
     }
    ]
   },
   {
    "name": "rubberband",
    "buildsystem": "meson",
    "config-opts": [
     "-Dcmdline=true"
    ],
    "sources": [
     {
      "type": "archive",
      "url": "https://breakfastquay.com/files/releases/rubberband-X.Y.Z.tar.bz2",
      "sha256": "0000000000000000000000000000000000000000000000000000000000000000"
     }
    ]
   },
   {
    "name": "ffmpeg",
    "buildsystem": "autotools",
    "config-opts": [
     "--enable-gpl",
     "--disable-doc",
     "--enable-ffmpeg"
    ],
    "sources": [
     {
      "type": "archive",
      "url": "https://ffmpeg.org/releases/ffmpeg-X.Y.tar.xz",
      "sha256": "0000000000000000000000000000000000000000000000000000000000000000"
     }
    ]
   },
   {
    "name": "ultimate-vocal-remover",
    "buildsystem": "simple",
    "build-commands": [
     "mkdir -p /app/share/uvr",
     "cp -r ui cli core engines vendor ml bundled __version__.py requirements.txt /app/share/uvr/",
     "cat > /app/bin/uvr <<'SH'\n#!/bin/sh\nexport PYTHONPATH=\"/app/share/uvr:${PYTHONPATH}\"\nexec python3 -m cli \"$@\"\nSH\n",
     "chmod 755 /app/bin/uvr",
     "install -Dm644 packaging/org.uvr.UltimateVocalRemover.flatpak.desktop /app/share/applications/org.uvr.UltimateVocalRemover.desktop",
     "install -Dm644 packaging/org.uvr.UltimateVocalRemover.png /app/share/icons/hicolor/256x256/apps/org.uvr.UltimateVocalRemover.png",
     "install -Dm644 packaging/org.uvr.UltimateVocalRemover.metainfo.xml /app/share/metainfo/org.uvr.UltimateVocalRemover.metainfo.xml"
    ],
    "sources": [
     {
      "type": "dir",
      "path": ".."
     }
    ]
   }
  ]
 }
}