* Added libexif and the exif frontend utility.

svn path=/nixpkgs/trunk/; revision=2376
This commit is contained in:
Eelco Dolstra
2005-03-11 10:46:20 +00:00
parent 6b8a8c92da
commit 83ec45304d
4 changed files with 59 additions and 0 deletions

View File

@@ -140,6 +140,10 @@ rec {
inherit (xlibs) libXaw;
};
exif = (import ../tools/graphics/exif) {
inherit fetchurl stdenv pkgconfig libexif popt;
};
hevea = (import ../tools/typesetting/hevea) {
inherit fetchurl stdenv ocaml;
};
@@ -606,6 +610,10 @@ rec {
inherit fetchurl stdenv;
};
libexif = (import ../development/libraries/libexif) {
inherit fetchurl stdenv;
};
popt = (import ../development/libraries/popt) {
inherit fetchurl stdenv gettext;
};
@@ -1123,6 +1131,13 @@ rec {
inherit (gtkLibs) gtk;
};
/*
fspot = (import ../applications/graphics/f-spot) {
inherit fetchurl stdenv perl perlXMLParser pkgconfig mono;
inherit (gnome) libgnome libgnomeui;
};
*/
hello = (import ../applications/misc/hello/ex-1) {
inherit fetchurl stdenv perl;
};