add smplayer 0.8.5
This commit is contained in:
parent
2c8acd9cec
commit
48e1e1cae6
22
pkgs/applications/video/smplayer/default.nix
Normal file
22
pkgs/applications/video/smplayer/default.nix
Normal file
@ -0,0 +1,22 @@
|
||||
{ stdenv, fetchurl, qt4 }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "smplayer-0.8.5";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/smplayer/${name}.tar.bz2";
|
||||
sha256 = "0vbfvaqg5c25vabq1mf9xg6kzgvxnpd0i172y1gjznnlpcw2fxrw";
|
||||
};
|
||||
|
||||
buildInputs = [ qt4 ];
|
||||
|
||||
preConfigure = ''
|
||||
makeFlags="PREFIX=$out"
|
||||
'';
|
||||
|
||||
meta = {
|
||||
description = "A complete front-end for MPlayer";
|
||||
homepage = "http://smplayer.sourceforge.net/";
|
||||
license = "GPLv3+";
|
||||
};
|
||||
}
|
@ -7874,6 +7874,8 @@ let
|
||||
|
||||
ruby_ncursesw_sup = callPackage ../development/libraries/ruby_ncursesw_sup { };
|
||||
|
||||
smplayer = callPackage ../applications/video/smplayer { };
|
||||
|
||||
sup = callPackage ../applications/networking/mailreaders/sup {
|
||||
ruby = ruby19;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user