* Added Qt 3.3.3. Basic installation, except that Xrender and Xft

support are enabled (for anti-aliased fonts).

  BUG: Qt currently searches for plugins and documentation in the
  temporary build directory, instead of in its prefix.  So, e.g., help
  in Qt Designer doesn't work.

svn path=/nixpkgs/trunk/; revision=2066
This commit is contained in:
Eelco Dolstra
2005-01-19 22:51:27 +00:00
parent bdf57c697c
commit 35443bddea
3 changed files with 78 additions and 0 deletions

View File

@@ -604,6 +604,11 @@ rec {
inherit fetchurl stdenv x11 libtiff libjpeg libpng;
};
qt = import ../development/libraries/qt-3 {
inherit fetchurl stdenv x11 zlib libjpeg libpng;
inherit (xlibs) libXft libXrender;
};
audiofile = (import ../development/libraries/audiofile) {
inherit fetchurl stdenv;
};
@@ -913,6 +918,12 @@ rec {
recordingSupport = true;
};
/*
mythtv = (import ../applications/video/mythtv) {
inherit fetchurl stdenv which;
};
*/
gqview = (import ../applications/graphics/gqview) {
inherit fetchurl stdenv pkgconfig libpng;
inherit (gtkLibs) gtk;