Merge pull request #333696 from paveloom/subtitleedit

subtitleedit: 4.0.6 -> 4.0.7
This commit is contained in:
Donovan Glover
2024-08-14 17:28:52 +00:00
committed by GitHub
2 changed files with 22 additions and 21 deletions
@@ -1,28 +1,31 @@
{ lib
, stdenv
, fetchzip
, makeDesktopItem
, nix-update-script
{
lib,
stdenv,
fetchzip,
makeDesktopItem,
nix-update-script,
, copyDesktopItems
, icoutils
, makeWrapper
copyDesktopItems,
icoutils,
makeWrapper,
, ffmpeg
, gtk2
, hunspell
, mono
, mpv
, tesseract4
ffmpeg,
gtk2,
hunspell,
mono,
mpv,
tesseract4,
}:
stdenv.mkDerivation rec {
pname = "subtitleedit";
version = "4.0.6";
version = "4.0.7";
src = fetchzip {
url = "https://github.com/SubtitleEdit/subtitleedit/releases/download/${version}/SE${lib.replaceStrings [ "." ] [ "" ] version}.zip";
hash = "sha256-ipAqnF7rpSXccWkyTysUBrD0/mnv5AEA5GuxMJjW9Dg=";
url = "https://github.com/SubtitleEdit/subtitleedit/releases/download/${version}/SE${
lib.replaceStrings [ "." ] [ "" ] version
}.zip";
hash = "sha256-7BTW0wqlxyxtXu4aBVQXMQ1mUdSINn+S6W7XPL5pcSI=";
stripRoot = false;
};
@@ -74,7 +77,7 @@ stdenv.mkDerivation rec {
exec = "subtitleedit";
icon = "subtitleedit";
comment = meta.description;
categories = [ "Video" ];
categories = [ "AudioVideo" ];
})
];
@@ -92,6 +95,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl3Plus;
platforms = platforms.all;
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
maintainers = [ ];
maintainers = with maintainers; [ paveloom ];
};
}
-2
View File
@@ -23949,8 +23949,6 @@ with pkgs;
subdl = callPackage ../applications/video/subdl { };
subtitleedit = callPackage ../applications/video/subtitleedit { };
subtitleeditor = callPackage ../applications/video/subtitleeditor { };
subxt = callPackage ../development/tools/subxt { };