11 stdenv.mkDerivation rec {
12 pname = "subtitlecomposer";
15 src = fetchFromGitLab {
16 domain = "invent.kde.org";
18 repo = "subtitlecomposer";
20 hash = "sha256-5RBrxOy1EIgDLb21r1y+Pou8d/j05a1YYMRJh1n8vSA=";
23 nativeBuildInputs = [ cmake extra-cmake-modules libsForQt5.wrapQtAppsHook ];
24 buildInputs = [ ffmpeg openal ] ++ (with libsForQt5; [
38 homepage = "https://apps.kde.org/subtitlecomposer";
39 description = "Open source text-based subtitle editor";
41 An open source text-based subtitle editor that supports basic and
42 advanced editing operations, aiming to become an improved version of
43 Subtitle Workshop for every platform supported by Plasma Frameworks.
45 changelog = "https://invent.kde.org/multimedia/subtitlecomposer/-/blob/master/ChangeLog";
46 license = licenses.gpl2Plus;
47 maintainers = with maintainers; [ kugland ];
48 mainProgram = "subtitlecomposer";
49 platforms = with platforms; linux ++ freebsd ++ windows;