* Added rte (real-time encoder) library.

svn path=/nixpkgs/trunk/; revision=1071
This commit is contained in:
Eelco Dolstra
2004-06-21 20:41:32 +00:00
parent 59bf3545de
commit b8f20e51f4
6 changed files with 35 additions and 3 deletions

View File

@@ -433,6 +433,10 @@ rec {
libpng = libpng;
};
rte = (import ../development/libraries/rte) {
inherit fetchurl stdenv;
};
ncurses = (import ../development/libraries/ncurses) {
inherit fetchurl stdenv;
};
@@ -581,12 +585,13 @@ rec {
zapping = (import ../applications/video/zapping) {
inherit fetchurl stdenv pkgconfig perl python
scrollkeeper gettext zvbi libjpeg libpng x11
perlXMLParser;
rte perlXMLParser;
inherit (gnome) libgnomeui libglade esound;
inherit (xlibs) libXv libXmu libXext;
teletextSupport = true;
jpegSupport = true;
pngSupport = true;
recordingSupport = true;
};
gqview = (import ../applications/graphics/gqview) {

View File

@@ -48,7 +48,7 @@ let {
pkgs.MPlayer
pkgs.MPlayerPlugin
pkgs.vlc
# pkgs.zapping
pkgs.zapping
pkgs.gqview
pkgs.hello
pkgs.xchm