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 libXrender libXScrnSaver libXt libXtst libXv libXxf86misc libxkbfile zlib
perl qt openssl pcre pkgconfig libjpeg libpng libtiff libxml2 libxslt expat perl qt openssl pcre pkgconfig libjpeg libpng libtiff libxml2 libxslt expat
libtool freetype bzip2 shared_mime_info alsaLib libungif cups 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; ] ++ kdesupport.all;
buildInputs = [ cmake ]; buildInputs = [ cmake ];
patchPhase = "cp ${findIlmBase} ../cmake/modules/FindIlmBase.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; inherit fetchurl stdenv;
}; };
gamin = import ../development/libraries/gamin {
inherit fetchurl stdenv python pkgconfig;
inherit (gtkLibs) glib;
};
geos = import ../development/libraries/geos { geos = import ../development/libraries/geos {
lib = lib_unstable; lib = lib_unstable;
inherit fetchurl fetchsvn stdenv mkDerivationByConfiguration autoconf automake libtool swig which; inherit fetchurl fetchsvn stdenv mkDerivationByConfiguration autoconf automake libtool swig which;
@ -4687,6 +4692,7 @@ rec {
saneBackends chmlib python libzip gmp sqlite libidn runCommand lib saneBackends chmlib python libzip gmp sqlite libidn runCommand lib
openbabel ocaml facile stdenv poppler_data jasper; openbabel ocaml facile stdenv poppler_data jasper;
cdparanoia = cdparanoiaIII; cdparanoia = cdparanoiaIII;
fam = gamin;
inherit (xlibs) inherit (xlibs)
inputproto kbproto scrnsaverproto xextproto xf86miscproto inputproto kbproto scrnsaverproto xextproto xf86miscproto
xf86vidmodeproto xineramaproto xproto libICE libX11 libXau libXcomposite xf86vidmodeproto xineramaproto xproto libICE libX11 libXau libXcomposite