gimpPlugins.ufraw: update plugin from 0.15 to 0.19.2 to build with gimp 2.8
This commit is contained in:
parent
bc368053ea
commit
f9520337d0
@ -170,9 +170,9 @@ rec {
|
|||||||
# this is more than a gimp plugin !
|
# this is more than a gimp plugin !
|
||||||
# either load the raw image with gimp (and the import dialog will popup)
|
# either load the raw image with gimp (and the import dialog will popup)
|
||||||
# or use the binary
|
# or use the binary
|
||||||
ufraw = pluginDerivation {
|
ufraw = pluginDerivation rec {
|
||||||
name = "ufraw-0.15";
|
name = "ufraw-0.19.2";
|
||||||
buildInputs = [pkgs.lcms gimp] ++ gimp.nativeBuildInputs;
|
buildInputs = [pkgs.gtkimageview pkgs.lcms gimp] ++ gimp.nativeBuildInputs;
|
||||||
# --enable-mime - install mime files, see README for more information
|
# --enable-mime - install mime files, see README for more information
|
||||||
# --enable-extras - build extra (dcraw, nikon-curve) executables
|
# --enable-extras - build extra (dcraw, nikon-curve) executables
|
||||||
# --enable-dst-correction - enable DST correction for file timestamps.
|
# --enable-dst-correction - enable DST correction for file timestamps.
|
||||||
@ -184,8 +184,8 @@ rec {
|
|||||||
configureFlags = "--enable-extras --enable-dst-correction --enable-contrast";
|
configureFlags = "--enable-extras --enable-dst-correction --enable-contrast";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://sourceforge/ufraw/ufraw-0.15.tar.gz;
|
url = "mirror://sourceforge/ufraw/${name}.tar.gz";
|
||||||
sha256 = "0cf3csksjkyl91zxhjnn74vc31l14nm6n1i02s76xdvvkk9ics8k";
|
sha256 = "1lxba7pb3vcsq94dwapg9bk9mb3ww6r3pvvcyb0ah5gh2sgzxgkk";
|
||||||
};
|
};
|
||||||
installPhase = "
|
installPhase = "
|
||||||
installPlugins ufraw-gimp
|
installPlugins ufraw-gimp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user