* 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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user