forked from mirrors/nixpkgs
add xawtv here
svn path=/nixpkgs/trunk/; revision=4579
This commit is contained in:
parent
394e18e667
commit
3e9727a48d
|
@ -1883,6 +1883,11 @@ rec {
|
|||
inherit fetchurl stdenv x11 xineLib libpng;
|
||||
};
|
||||
|
||||
xawtv = (import ../applications/video/xawtv) {
|
||||
inherit fetchurl stdenv ncurses libjpeg perl;
|
||||
inherit (xlibs) libX11 libXt libXft xproto libFS fontsproto libXaw libXpm libXext libSM libICE xextproto;
|
||||
};
|
||||
|
||||
RealPlayer = import ../applications/video/RealPlayer {
|
||||
inherit fetchurl stdenv;
|
||||
inherit (gtkLibs) glib pango atk gtk;
|
||||
|
|
Loading…
Reference in a new issue