Merge pull request #253306 from paveloom/subtitleedit

subtitleedit: 3.6.13 -> 4.0.0
This commit is contained in:
Weijia Wang
2023-09-05 16:24:39 +02:00
committed by GitHub

View File

@@ -16,18 +16,14 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "subtitleedit"; pname = "subtitleedit";
version = "3.6.13"; version = "4.0.0";
src = fetchzip { src = fetchzip {
url = "https://github.com/SubtitleEdit/subtitleedit/releases/download/${version}/SE${lib.replaceStrings [ "." ] [ "" ] version}.zip"; url = "https://github.com/SubtitleEdit/subtitleedit/releases/download/${version}/SE${lib.replaceStrings [ "." ] [ "" ] version}.zip";
sha256 = "sha256-LoACcpeK1s6EyM5svnsncTENLAEuRqonNLaQ2q4UFxM="; sha256 = "sha256-b98+D2XkPly2J+SliKJ7YGJoSiK+1qGGOqZXzIV6nn4=";
stripRoot = false; stripRoot = false;
}; };
preUnpack = ''
rm -rf source
'';
nativeBuildInputs = [ nativeBuildInputs = [
copyDesktopItems copyDesktopItems
icoutils icoutils
@@ -84,7 +80,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "A subtitle editor"; description = "A subtitle editor";
homepage = "https://nikse.dk/subtitleedit/"; homepage = "https://nikse.dk/subtitleedit";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
longDescription = '' longDescription = ''
With Subtitle Edit you can easily adjust a subtitle if it is out of sync with With Subtitle Edit you can easily adjust a subtitle if it is out of sync with