···
1
-
{ stdenv, fetchurl, ffmpeg, makeDesktopItem, qt4 }:
1
+
{ stdenv, fetchurl, makeDesktopItem, ffmpeg, qt4 }:
3
-
let version = "3.5.4"; in
3
+
let version = "3.5.5"; in
stdenv.mkDerivation rec {
name = "clipgrab-${version}";
8
-
sha256 = "1zvicmxnkldqnfri8y0q0vx6f5whsc7jc9jcsfzhpw47w92qvx5r";
8
+
sha256 = "01si6mqfmdwins6l18l6qyhkak0mj4yksbg30qhwywm8wmwl08jd";
# The .tar.bz2 "Download" link is a binary blob, the source is the .tar.gz!
url = "http://download.clipgrab.de/${name}.tar.gz";
13
-
meta = with stdenv.lib; {
15
-
description = "Video downloader for YouTube and other sites";
16
-
longDescription = ''
17
-
ClipGrab is a free downloader and converter for YouTube, Vimeo, Metacafe,
18
-
Dailymotion and many other online video sites. It converts downloaded
19
-
videos to MPEG4, MP3 or other formats in just one easy step.
21
-
homepage = http://clipgrab.org/;
22
-
license = licenses.gpl3Plus;
23
-
platforms = platforms.linux;
24
-
maintainers = with maintainers; [ nckx ];
buildInputs = [ ffmpeg qt4 ];
···
install -Dm644 icon.png $out/share/pixmaps/clipgrab.png
cp -r ${desktopItem}/share/applications $out/share
43
+
meta = with stdenv.lib; {
45
+
description = "Video downloader for YouTube and other sites";
46
+
longDescription = ''
47
+
ClipGrab is a free downloader and converter for YouTube, Vimeo, Metacafe,
48
+
Dailymotion and many other online video sites. It converts downloaded
49
+
videos to MPEG4, MP3 or other formats in just one easy step.
51
+
homepage = http://clipgrab.org/;
52
+
license = licenses.gpl3Plus;
53
+
platforms = platforms.linux;
54
+
maintainers = with maintainers; [ nckx ];