Skip to content

Commit cad14c7

Browse files
committed
luminanceHDR: 2.4.0 -> 2.5.1
1 parent 08ab28b commit cad14c7

2 files changed

Lines changed: 6 additions & 13 deletions

File tree

pkgs/applications/graphics/luminance-hdr/default.nix

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,21 @@
1-
{ stdenv, cmake, fetchurl, fetchpatch, pkgconfig, boost, exiv2, fftwFloat, gsl
1+
{ stdenv, cmake, fetchurl, pkgconfig, boost, exiv2, fftwFloat, gsl
22
, ilmbase, lcms2, libraw, libtiff, openexr
3-
, qtbase, qtdeclarative, qttools, qtwebkit
3+
, qtbase, qtdeclarative, qttools, qtwebengine
44
}:
55

66
stdenv.mkDerivation rec {
7-
name = "luminance-hdr-2.4.0";
7+
name = "luminance-hdr-2.5.1";
88

99
src = fetchurl {
1010
url = "mirror://sourceforge/qtpfsgui/${name}.tar.bz2";
11-
sha256 = "00fldbcizrx8jcnjgq74n3zmbm27dxzl96fxa7q49689mfnlw08l";
11+
sha256 = "15hnyk9yjkkc97dmnrg2ipfgwqxprlcyv2kyvbls4d54zc56x658";
1212
};
1313

14-
patches = [(fetchpatch {
15-
name = "fix-qt53-build.diff";
16-
url = "http://anonscm.debian.org/cgit/pkg-phototools/luminance-hdr.git/"
17-
+ "plain/debian/patches/51_qt5_printsupport.diff?id=00c869a860062dac181303f2c03a3513c0e210bc";
18-
sha256 = "0nzvfxd3ybxx61rj6vxcaaxfrsxrl9af3h8jj7pr3rncisnl9gkl";
19-
})];
20-
2114
NIX_CFLAGS_COMPILE = "-I${ilmbase.dev}/include/OpenEXR";
2215

2316
buildInputs =
2417
[
25-
qtbase qtdeclarative qttools qtwebkit
18+
qtbase qtdeclarative qttools qtwebengine
2619
boost exiv2 fftwFloat gsl ilmbase lcms2 libraw libtiff openexr
2720
];
2821

pkgs/top-level/all-packages.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15880,7 +15880,7 @@ with pkgs;
1588015880

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

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

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

0 commit comments

Comments
 (0)