* Added Xine.

svn path=/nixpkgs/trunk/; revision=1850
This commit is contained in:
Eelco Dolstra
2004-12-10 23:16:23 +00:00
parent 9da3f23a89
commit 43b626337f
5 changed files with 60 additions and 0 deletions

View File

@@ -654,6 +654,11 @@ rec {
inherit fetchurl stdenv;
};
xineLib = (import ../development/libraries/xine-lib) {
inherit fetchurl stdenv zlib x11 libdvdcss alsaLib;
inherit (xlibs) libXv libXinerama;
};
ncurses = (import ../development/libraries/ncurses) {
inherit fetchurl stdenv;
};
@@ -870,6 +875,10 @@ rec {
alsa = alsaLib;
};
xineUI = (import ../applications/video/xine-ui) {
inherit fetchurl stdenv x11 xineLib libpng;
};
zapping = (import ../applications/video/zapping) {
inherit fetchurl stdenv pkgconfig perl python
scrollkeeper gettext zvbi libjpeg libpng x11

View File

@@ -55,6 +55,7 @@ let {
MPlayer
MPlayerPlugin
vlc
xineUI
zapping
gqview
hello