summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/graphics/hugin
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2009-12-12 18:58:40 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2009-12-12 18:58:40 +0000
commita534f901bbd58825789601c56ed0e2650c500ebe (patch)
treeb777714b86c6826473e1c046c9b1d0d121fff8f5 /pkgs/applications/graphics/hugin
parent362f811a7aeb9296017519c977a5afd774258c94 (diff)
Updating hugin.
svn path=/nixpkgs/trunk/; revision=18915
Diffstat (limited to 'pkgs/applications/graphics/hugin')
-rw-r--r--pkgs/applications/graphics/hugin/default.nix15
1 files changed, 8 insertions, 7 deletions
diff --git a/pkgs/applications/graphics/hugin/default.nix b/pkgs/applications/graphics/hugin/default.nix
index 9097a5d25a5e..2a12497877eb 100644
--- a/pkgs/applications/graphics/hugin/default.nix
+++ b/pkgs/applications/graphics/hugin/default.nix
@@ -1,22 +1,23 @@
{stdenv, fetchurl, panotools, cmake, wxGTK, libtiff, libpng, openexr, boost,
- pkgconfig, exiv2, gettext, ilmbase, enblendenfuse, autopanosiftc }:
+ pkgconfig, exiv2, gettext, ilmbase, enblendenfuse, autopanosiftc, mesa, freeglut,
+ glew, libXmu, libXi }:
-stdenv.mkDerivation {
- name = "hugin-0.7.0";
+stdenv.mkDerivation rec {
+ name = "hugin-2009.2.0";
src = fetchurl {
- url = mirror://sourceforge/hugin/hugin-0.7.0.tar.gz;
- sha256 = "0nbrvzz94gqgk2v1900lly101g0wjz4zksnh5718226n2g8zlccf";
+ url = "mirror://sourceforge/hugin/${name}.tar.gz";
+ sha256 = "1z5hb1sfkpk6d1xnzqh8vy6rs7fhfjs5196pz98hwnx6wfi8w3k2";
};
- patches = [ ./levmar-64-bit-alignment.patch ];
+# patches = [ ./levmar-64-bit-alignment.patch ];
NIX_CFLAGS_COMPILE = "-I${ilmbase}/include/OpenEXR";
NIX_LDFLAGS = "-lrt";
buildInputs = [ cmake panotools wxGTK libtiff libpng openexr boost pkgconfig
- exiv2 gettext ilmbase ];
+ exiv2 gettext ilmbase mesa freeglut glew libXmu libXi ];
postInstall = ''
ensureDir "$out/nix-support"