|
1 | | -{ stdenv, cmake, fetchurl, fetchpatch, pkgconfig, boost, exiv2, fftwFloat, gsl |
| 1 | +{ stdenv, cmake, fetchurl, pkgconfig, boost, exiv2, fftwFloat, gsl |
2 | 2 | , ilmbase, lcms2, libraw, libtiff, openexr |
3 | | -, qtbase, qtdeclarative, qttools, qtwebkit |
| 3 | +, qtbase, qtdeclarative, qttools, qtwebengine |
4 | 4 | }: |
5 | 5 |
|
6 | 6 | stdenv.mkDerivation rec { |
7 | | - name = "luminance-hdr-2.4.0"; |
| 7 | + name = "luminance-hdr-2.5.1"; |
8 | 8 |
|
9 | 9 | src = fetchurl { |
10 | 10 | url = "mirror://sourceforge/qtpfsgui/${name}.tar.bz2"; |
11 | | - sha256 = "00fldbcizrx8jcnjgq74n3zmbm27dxzl96fxa7q49689mfnlw08l"; |
| 11 | + sha256 = "15hnyk9yjkkc97dmnrg2ipfgwqxprlcyv2kyvbls4d54zc56x658"; |
12 | 12 | }; |
13 | 13 |
|
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 | | - |
21 | 14 | NIX_CFLAGS_COMPILE = "-I${ilmbase.dev}/include/OpenEXR"; |
22 | 15 |
|
23 | 16 | buildInputs = |
24 | 17 | [ |
25 | | - qtbase qtdeclarative qttools qtwebkit |
| 18 | + qtbase qtdeclarative qttools qtwebengine |
26 | 19 | boost exiv2 fftwFloat gsl ilmbase lcms2 libraw libtiff openexr |
27 | 20 | ]; |
28 | 21 |
|
|
0 commit comments