summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorMarc Weber <marco-oweber@gmx.de>2009-06-30 15:58:02 +0000
committerMarc Weber <marco-oweber@gmx.de>2009-06-30 15:58:02 +0000
commit349de9bafe2cc3f28b89fe063deedcfd30042266 (patch)
treeb5410eeba9a87154018032f43a07f8b2d56b7541 /pkgs/applications/graphics
parentd4fb6f3a532d90b2ee897a82d0500043051793f4 (diff)
downloadnixpkgs-349de9bafe2cc3f28b89fe063deedcfd30042266.tar
nixpkgs-349de9bafe2cc3f28b89fe063deedcfd30042266.tar.gz
nixpkgs-349de9bafe2cc3f28b89fe063deedcfd30042266.tar.bz2
nixpkgs-349de9bafe2cc3f28b89fe063deedcfd30042266.tar.lz
nixpkgs-349de9bafe2cc3f28b89fe063deedcfd30042266.tar.xz
nixpkgs-349de9bafe2cc3f28b89fe063deedcfd30042266.tar.zst
nixpkgs-349de9bafe2cc3f28b89fe063deedcfd30042266.zip
revrting my accident only keeping rubygem updates and ruby libs
This partially reverts commit -r 16100

svn path=/nixpkgs/trunk/; revision=16107
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/cinepaint/default.nix2
-rw-r--r--pkgs/applications/graphics/gimp/plugins/default.nix36
2 files changed, 1 insertions, 37 deletions
diff --git a/pkgs/applications/graphics/cinepaint/default.nix b/pkgs/applications/graphics/cinepaint/default.nix
index 0334271c0f5..df0fb5b971e 100644
--- a/pkgs/applications/graphics/cinepaint/default.nix
+++ b/pkgs/applications/graphics/cinepaint/default.nix
@@ -12,7 +12,7 @@ stdenv.mkDerivation {
     cvsRoot = ":pserver:anonymous@cinepaint.cvs.sourceforge.net:/cvsroot/cinepaint";
     module = "cinepaint-project";
     date = "2004-03-01";
-    sha256 = "b0abefc16b4db4256e9e8dcbc5d2eff93fa3f425b8ad3a4e53345efee9f1a9dd";
+    sha256 = "bf6dc04f3ea2094b7ef6f87f40f2c90d75a557e40a773f8eb76e8a71f14362cf";
   };
 
   buildInputs = [ cmake pkgconfig gtk freetype fontconfig lcms fltk flex libtiff
diff --git a/pkgs/applications/graphics/gimp/plugins/default.nix b/pkgs/applications/graphics/gimp/plugins/default.nix
index 396b1b78e6d..afbab962cf9 100644
--- a/pkgs/applications/graphics/gimp/plugins/default.nix
+++ b/pkgs/applications/graphics/gimp/plugins/default.nix
@@ -145,44 +145,8 @@ rec {
       };
   };
 
-  # this is more than a gimp plugin !
-  # either load the raw image with gimp (and the import dialog will popup)
-  # or use the binary
-  ufraw = pluginDerivation {
-    name = "ufraw-0.15";
-    buildInputs = [pkgs.lcms gimp] ++ gimp.buildInputs;
-      # --enable-mime - install mime files, see README for more information
-      # --enable-extras - build extra (dcraw, nikon-curve) executables
-      # --enable-dst-correction - enable DST correction for file timestamps.
-      # --enable-contrast - enable the contrast setting option.
-      # --enable-interp-none: enable 'None' interpolation (mostly for debugging).
-      # --with-lensfun: use the lensfun library - experimental feature, read this before using it. 
-      # --with-prefix=PREFIX - use also PREFIX as an input prefix for the build
-      # --with-dosprefix=PREFIX - PREFIX in the the prefix in dos format (needed only for ms-window
-    configureFlags = "--enable-extras --enable-dst-correction --enable-contrast";
-
-    src = fetchurl {
-      url = mirror://sourceforge/ufraw/ufraw-0.15.tar.gz;
-      sha256 = "0cf3csksjkyl91zxhjnn74vc31l14nm6n1i02s76xdvvkk9ics8k";
-    };
-    installPhase = "
-      installPlugins ufraw-gimp
-      ensureDir $out/bin
-      cp ufraw $out/bin
-    ";
-  };
-
   /* =============== simple script files ==================== */
 
-  # also have a look at enblendenfuse in all-packages.nix
-  exposureBlend = scriptDerivation {
-    name = "exposure-blend";
-    src = fetchurl {
-      url = http://tir.astro.utoledo.edu/jdsmith/code/eb/exposure-blend.scm;
-      sha256 = "1b6c9wzpklqras4wwsyw3y3jp6fjmhnnskqiwm5sabs8djknfxla";
-    };
-  };
-
   lightning = scriptDerivation {
     name = "Lightning";
     src = fetchurl {