Skip to content

Commit

Permalink
luminanceHDR: 2.4.0 -> 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adisbladis committed Jan 12, 2018
1 parent 08ab28b commit cad14c7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 13 deletions.
17 changes: 5 additions & 12 deletions pkgs/applications/graphics/luminance-hdr/default.nix
Original file line number Diff line number Diff line change
@@ -1,28 +1,21 @@
{ stdenv, cmake, fetchurl, fetchpatch, pkgconfig, boost, exiv2, fftwFloat, gsl
{ stdenv, cmake, fetchurl, pkgconfig, boost, exiv2, fftwFloat, gsl
, ilmbase, lcms2, libraw, libtiff, openexr
, qtbase, qtdeclarative, qttools, qtwebkit
, qtbase, qtdeclarative, qttools, qtwebengine
}:

stdenv.mkDerivation rec {
name = "luminance-hdr-2.4.0";
name = "luminance-hdr-2.5.1";

src = fetchurl {
url = "mirror://sourceforge/qtpfsgui/${name}.tar.bz2";
sha256 = "00fldbcizrx8jcnjgq74n3zmbm27dxzl96fxa7q49689mfnlw08l";
sha256 = "15hnyk9yjkkc97dmnrg2ipfgwqxprlcyv2kyvbls4d54zc56x658";
};

patches = [(fetchpatch {
name = "fix-qt53-build.diff";
url = "http://anonscm.debian.org/cgit/pkg-phototools/luminance-hdr.git/"
+ "plain/debian/patches/51_qt5_printsupport.diff?id=00c869a860062dac181303f2c03a3513c0e210bc";
sha256 = "0nzvfxd3ybxx61rj6vxcaaxfrsxrl9af3h8jj7pr3rncisnl9gkl";
})];

NIX_CFLAGS_COMPILE = "-I${ilmbase.dev}/include/OpenEXR";

buildInputs =
[
qtbase qtdeclarative qttools qtwebkit
qtbase qtdeclarative qttools qtwebengine
boost exiv2 fftwFloat gsl ilmbase lcms2 libraw libtiff openexr
];

Expand Down
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15880,7 +15880,7 @@ with pkgs;

lrzsz = callPackage ../tools/misc/lrzsz { };

luminanceHDR = libsForQt56.callPackage ../applications/graphics/luminance-hdr { };
luminanceHDR = libsForQt5.callPackage ../applications/graphics/luminance-hdr { };

lxdvdrip = callPackage ../applications/video/lxdvdrip { };

Expand Down

0 comments on commit cad14c7

Please sign in to comment.