gegl_0_3: 0.3.18 → 0.3.24
This commit is contained in:
parent
062a284770
commit
884376e7a8
@ -1,12 +1,13 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, glib, babl, libpng, cairo, libjpeg, which
|
{ stdenv, fetchurl, pkgconfig, glib, babl, libpng, cairo, libjpeg, which
|
||||||
, librsvg, pango, gtk, bzip2, json_glib, intltool, autoreconfHook, libraw }:
|
, librsvg, pango, gtk, bzip2, json_glib, intltool, autoreconfHook, libraw
|
||||||
|
, libwebp, gnome3 }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "gegl-0.3.18";
|
name = "gegl-0.3.24";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://download.gimp.org/pub/gegl/0.3/${name}.tar.bz2";
|
url = "http://download.gimp.org/pub/gegl/0.3/${name}.tar.bz2";
|
||||||
sha256 = "1ywihjav9yhmsvbrdyx9c5q71rqdkjg8l66ywca6s4yydvr8x1fp";
|
sha256 = "0x4xjca05fbncy49vjs5nq3ria6j8wlpiq6yldkv0r6qcb18p80s";
|
||||||
};
|
};
|
||||||
|
|
||||||
hardeningDisable = [ "format" ];
|
hardeningDisable = [ "format" ];
|
||||||
@ -14,17 +15,22 @@ stdenv.mkDerivation rec {
|
|||||||
# needs fonts otherwise don't know how to pass them
|
# needs fonts otherwise don't know how to pass them
|
||||||
configureFlags = "--disable-docs";
|
configureFlags = "--disable-docs";
|
||||||
|
|
||||||
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
|
doCheck = true;
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
babl libpng cairo libjpeg librsvg pango gtk bzip2 which json_glib intltool
|
babl libpng cairo libjpeg librsvg pango gtk bzip2 json_glib
|
||||||
libraw
|
libraw libwebp gnome3.gexiv2
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig autoreconfHook ];
|
nativeBuildInputs = [ pkgconfig intltool which autoreconfHook ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Graph-based image processing framework";
|
description = "Graph-based image processing framework";
|
||||||
homepage = http://www.gegl.org;
|
homepage = http://www.gegl.org;
|
||||||
license = stdenv.lib.licenses.gpl3;
|
license = stdenv.lib.licenses.gpl3;
|
||||||
|
maintainers = with stdenv.lib.maintainers; [ jtojnar ];
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user