Added libraries:

- gtkmm: C++ bindings for gtk
  - glibmm: C++ bindings for glib
  - libsigc++ (C++)

Added applications:
  - Batik: SVG rasterizer (and more)
  - Inkscape: vector graphics drawing application

Upgraded:
  - boehm-gc


svn path=/nixpkgs/trunk/; revision=3792
This commit is contained in:
Martin Bravenboer
2005-09-07 14:57:30 +00:00
parent a7eba5ec59
commit 560f307623
9 changed files with 117 additions and 3 deletions

View File

@@ -813,6 +813,21 @@ rec {
inherit fetchurl stdenv x11 libtiff libjpeg libpng;
};
gtkmm = import ../development/libraries/gtk-libs-2.6/gtkmm {
inherit fetchurl stdenv pkgconfig libsigcxx;
inherit (gtkLibs26) gtk atk;
inherit glibmm;
};
glibmm = import ../development/libraries/gtk-libs-2.6/glibmm {
inherit fetchurl stdenv pkgconfig libsigcxx;
inherit (gtkLibs26) glib;
};
libsigcxx = import ../development/libraries/libsigcxx {
inherit fetchurl stdenv pkgconfig;
};
pangoxsl = (import ../development/libraries/pangoxsl) {
inherit fetchurl stdenv pkgconfig;
inherit (gtkLibs) glib pango;
@@ -1427,6 +1442,18 @@ rec {
inherit (gtkLibs) gtk;
};
batik = (import ../applications/graphics/batik) {
inherit fetchurl stdenv unzip;
};
inkscape = (import ../applications/graphics/inkscape) {
inherit fetchurl stdenv perl perlXMLParser pkgconfig zlib popt libxml2 libxslt libpng boehmgc;
inherit (gtkLibs) gtk;
inherit gtkmm glibmm libsigcxx;
inherit (xlibs) libXft fontconfig;
inherit (gnome) glib;
};
fspot = (import ../applications/graphics/f-spot) {
inherit fetchurl stdenv perl perlXMLParser pkgconfig mono
libexif libjpeg sqlite lcms libgphoto2 monoDLLFixer;

View File

@@ -74,6 +74,7 @@ let {
xineUI
zapping
gqview
inkscape
# fspot
hello
xchm