Package: luminance-hdr / 2.4.0-6

Metadata

Package Version Patches format
luminance-hdr 2.4.0-6 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
10_remove_encoding_from_desktop_file | (download)

luminance-hdr.desktop | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 drop deprecated encoding field.
 UTF-8 is the default value for encoding, the field is marked deprecated.
20_usrsharedoc.diff | (download)

CMakeLists.txt | 4 2 + 2 - 0 !
cmake/Internationalization.cmake | 2 1 + 1 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

 install documentation to /usr/share/doc
 Install docs to /usr/share/doc/luminance-hdr instead of
 /usr/share/luminance-hdr
30_fixiconpath.diff | (download)

CMakeLists.txt | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 instalss the application icon in the correct path
 Application icon is 32x32: install it in /usr/share/icons/hicolor/32x32/apps
 instead of in /usr/share/icons/hicolor/48x48/apps
40_donotforce_sse.diff | (download)

cmake/CompilerSettings.cmake | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 stop hardcoding -msse2 -msse
 This breaks on non-x86 architectures, is not allowed on Debian i386
 and useless on amd64.
50_fix_build_kfreebsd amd64.diff | (download)

src/TonemappingOperators/mantiuk08/display_function.h | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 workaround to fix compilation under kfreebsd-amd64
  This patch is workaround to fix a compilation error under kfreebsd-amd64
  Includes <cerrno> on top in order to avoid the inclusion of <errno.h>.
51_qt5_printsupport.diff | (download)

CMakeLists.txt | 1 1 + 0 - 0 !
src/HelpBrowser/CMakeLists.txt | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 1 deletion(-)

 fix build error with qt >= 5.3.2
 Upstream's 07e36ef892343b01bf13545866823e6a55044382 does essentially the
 same thing.