clipgrab: 3.5.6 -> 3.6.0
This commit is contained in:
parent
cd72ee1a19
commit
0fa2f6757a
@ -2,12 +2,12 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "clipgrab-${version}";
|
name = "clipgrab-${version}";
|
||||||
version = "3.5.6";
|
version = "3.6.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
sha256 = "0wm6hqaq6ydbvvd0fqkfydxd5h7gf4di7lvq63xgxl4z40jqc25n";
|
sha256 = "1hvf4s6f2qc5z10p2q8mdyagx8dnwpsbrgg0is56hm1k80r58yj8";
|
||||||
# The .tar.bz2 "Download" link is a binary blob, the source is the .tar.gz!
|
# The .tar.bz2 "Download" link is a binary blob, the source is the .tar.gz!
|
||||||
url = "http://download.clipgrab.de/${name}.tar.gz";
|
url = "https://download.clipgrab.org/${name}.tar.gz";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ ffmpeg qt4 ];
|
buildInputs = [ ffmpeg qt4 ];
|
||||||
@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
|
|||||||
exec = name;
|
exec = name;
|
||||||
icon = name;
|
icon = name;
|
||||||
desktopName = "ClipGrab";
|
desktopName = "ClipGrab";
|
||||||
comment = "A friendly downloader for YouTube and other sites";
|
comment = meta.description;
|
||||||
genericName = "Web video downloader";
|
genericName = "Web video downloader";
|
||||||
categories = "Qt;AudioVideo;Audio;Video";
|
categories = "Qt;AudioVideo;Audio;Video";
|
||||||
};
|
};
|
||||||
@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
|
|||||||
Dailymotion and many other online video sites. It converts downloaded
|
Dailymotion and many other online video sites. It converts downloaded
|
||||||
videos to MPEG4, MP3 or other formats in just one easy step.
|
videos to MPEG4, MP3 or other formats in just one easy step.
|
||||||
'';
|
'';
|
||||||
homepage = http://clipgrab.org/;
|
homepage = https://clipgrab.org/;
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ nckx ];
|
maintainers = with maintainers; [ nckx ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user