exrviewer added (needs ctl openexr openexr_ctl)
fltk update ilmbase updated ndiswrapper does compile but has to be integrated into the kernel somehow svn path=/nixpkgs/trunk/; revision=9863
This commit is contained in:
@@ -1,11 +1,15 @@
|
||||
args: with args;
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "openexr-1.6.0";
|
||||
inherit version;
|
||||
name = "openexr-${version}";
|
||||
src = fetchurl {
|
||||
url = http://FIXME/openexr-1.6.0.tar.gz;
|
||||
sha256 = "0mzbwavkbj26g43ar5jhdrqlvw9nq1mxh9l2044sqlcyharcnfq4";
|
||||
url = "http://download.savannah.nongnu.org/releases/openexr/openexr-${version}.tar.gz";
|
||||
sha256 = if (version == "1.6.1") then "0l2rdbx9lg4qk2ms98hwbsnzpggdrx3pbjl6pcvrrpjqp5m905n6"
|
||||
else if (version == "1.4.0") then "1y3dxakpg9651dgbj2xp6r4044b5gi74g23w3sr5cs6xi7cywv7m"
|
||||
else abort "not supported version";
|
||||
};
|
||||
buildInputs = [pkgconfig zlib] ++ (lib.optional (args ? ctl) (args.ctl));
|
||||
propagatedBuildInputs = [pkgconfig zlib ilmbase];
|
||||
configureFlags = "--enable-shared --disable-static --enable-imfexamples";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user