summaryrefslogtreecommitdiff
path: root/graphics/lux/files/patch-options.h
diff options
context:
space:
mode:
authorRobert Clausecker <fuz@fuz.su>2022-08-27 04:58:53 +0200
committerNeel Chauhan <nc@FreeBSD.org>2022-08-27 15:02:47 -0700
commit50712684774f643484ec8e382c490616673c80fe (patch)
tree1e75513adc19da49e58baf966ae7ad20db40b4a2 /graphics/lux/files/patch-options.h
parentnet/mcjoin: Update to 2.11 (diff)
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
Diffstat (limited to 'graphics/lux/files/patch-options.h')
-rw-r--r--graphics/lux/files/patch-options.h11
1 files changed, 11 insertions, 0 deletions
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 )