gamin added

svn path=/nixpkgs/branches/stdenv-updates/; revision=10163
This commit is contained in:
Yury G. Kudryashov 2008-01-16 00:07:21 +00:00
parent 9b6e1c8c08
commit fa4e1290dc
3 changed files with 19 additions and 1 deletions

View file

@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
libXrender libXScrnSaver libXt libXtst libXv libXxf86misc libxkbfile zlib
perl qt openssl pcre pkgconfig libjpeg libpng libtiff libxml2 libxslt expat
libtool freetype bzip2 shared_mime_info alsaLib libungif cups
gettext enchant openexr aspell stdenv.gcc.libc jasper heimdal
gettext enchant openexr aspell stdenv.gcc.libc jasper heimdal fam
] ++ kdesupport.all;
buildInputs = [ cmake ];
patchPhase = "cp ${findIlmBase} ../cmake/modules/FindIlmBase.cmake;

View file

@ -0,0 +1,12 @@
args: with args;
stdenv.mkDerivation rec {
name = "gamin-0.1.9";
src = fetchurl {
url = "http://www.gnome.org/~veillard/gamin/sources/${name}.tar.gz";
sha256 = "0fgjfyr0nlkpdxj94a4qfm82wypljdyv1b6l56v7i9jdx0hcdqhr";
};
buildInputs = [python pkgconfig glib];
configureFlags = "--enable-shared --disable-static --disable-debug";
}

View file

@ -1805,6 +1805,11 @@ rec {
inherit fetchurl stdenv;
};
gamin = import ../development/libraries/gamin {
inherit fetchurl stdenv python pkgconfig;
inherit (gtkLibs) glib;
};
geos = import ../development/libraries/geos {
lib = lib_unstable;
inherit fetchurl fetchsvn stdenv mkDerivationByConfiguration autoconf automake libtool swig which;
@ -4687,6 +4692,7 @@ rec {
saneBackends chmlib python libzip gmp sqlite libidn runCommand lib
openbabel ocaml facile stdenv poppler_data jasper;
cdparanoia = cdparanoiaIII;
fam = gamin;
inherit (xlibs)
inputproto kbproto scrnsaverproto xextproto xf86miscproto
xf86vidmodeproto xineramaproto xproto libICE libX11 libXau libXcomposite