From 50712684774f643484ec8e382c490616673c80fe Mon Sep 17 00:00:00 2001 From: Robert Clausecker Date: Sat, 27 Aug 2022 04:58:53 +0200 Subject: graphics/lux: update to 1.1.4 - unbundle noto fonts - only ship one copy of icons - replace custom .desktop file with upstream's - switch to Google highway throughout - add options for the various SIMD flavors - supply -march=i686 on i386 for a bare minimum of performance Upstream changes: - fix uninitialized variable related crash in light balance - processing of panoramas with stacks - support of all PTO include and exclude masks - support of PTO lens/source image cropping Full ChangeLog: https://groups.google.com/g/hugin-ptx/c/bfX6Fu3mwy0 PR: 266075 --- graphics/lux/files/patch-options.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 graphics/lux/files/patch-options.h (limited to 'graphics/lux/files/patch-options.h') diff --git a/graphics/lux/files/patch-options.h b/graphics/lux/files/patch-options.h new file mode 100644 index 000000000000..567f5573c2dc --- /dev/null +++ b/graphics/lux/files/patch-options.h @@ -0,0 +1,11 @@ +--- options.h.orig 2022-08-27 02:26:10 UTC ++++ options.h +@@ -132,7 +132,7 @@ yes_no ( fullscreen , true ) + yes_no ( fully_covered , false ) + yes_no ( fuse , false ) + yes_no ( grey_edge , true ) +-option ( gui_font , "" ) ++option ( gui_font , "%%GUIFONT%%" ) + integer ( gui_extent , 0 ) + real ( gui_scale_factor , 0.0 ) + yes_no ( hdr_merge , false ) -- cgit v1.2.3