DCP-o-matic Editor icon

DCP-o-matic Editor 2.18.3

Convert video, audio and subtitles into DCP (Digital Cinema Package)

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    dcp-o-matic-editor # DCP-o-matic Editor
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    dcp-o-matic-editor # DCP-o-matic Editor
  ];
}

Package Definition

{
  "pname": "dcp-o-matic-editor",
  "version": "2.18.3",
  "src": {
    "url": "https://dcpomatic.com/dl.php?id=osx-10.10-editor&version=2.18.3",
    "sha256": "894f639866a9271a42adce76559879074fd2a8ffde5febb10aeedc1d0257e92f"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"DCP-o-matic 2 Editor.app\" \"$out/Applications/DCP-o-matic 2 Editor.app\""
  ],
  "meta": {
    "description": "Convert video, audio and subtitles into DCP (Digital Cinema Package)",
    "homepage": "https://dcpomatic.com/"
  }
}