Merge pull request #15255 from jerith666/tivodecode
tivodecode: init at 0.2pre4
This commit is contained in:
commit
88b684101f
20
pkgs/applications/video/tivodecode/default.nix
Normal file
20
pkgs/applications/video/tivodecode/default.nix
Normal file
@ -0,0 +1,20 @@
|
||||
{ stdenv, fetchurl }:
|
||||
|
||||
let
|
||||
version = "0.2pre4";
|
||||
|
||||
in
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "tivodecode-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/tivodecode/tivodecode/${version}/tivodecode-${version}.tar.gz";
|
||||
sha256 = "1pww5r2iygscqn20a1cz9xbfh18p84a6a5ifg4h5nvyn9b63k23q";
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "Converts a .TiVo file (produced by TiVoToGo) to a normal MPEG file";
|
||||
homepage = http://tivodecode.sourceforge.net;
|
||||
};
|
||||
}
|
@ -9069,6 +9069,8 @@ in
|
||||
|
||||
tinyxml-2 = callPackage ../development/libraries/tinyxml-2 { };
|
||||
|
||||
tivodecode = callPackage ../applications/video/tivodecode { };
|
||||
|
||||
tk = tk-8_6;
|
||||
|
||||
tk-8_6 = callPackage ../development/libraries/tk/8.6.nix { };
|
||||
|
Loading…
Reference in New Issue
Block a user