head 1.3; access; symbols pkgsrc-2023Q1:1.2.0.4 pkgsrc-2023Q1-base:1.2 pkgsrc-2022Q4:1.2.0.2 pkgsrc-2022Q4-base:1.2; locks; strict; comment @# @; 1.3 date 2023.06.17.16.45.43; author wiz; state dead; branches; next 1.2; commitid 8QTnQYu1ebABXjtE; 1.2 date 2022.11.21.22.26.54; author wiz; state Exp; branches; next 1.1; commitid CujfsAKTqr0cxC2E; 1.1 date 2022.11.21.22.24.08; author wiz; state Exp; branches; next ; commitid 0Rq4s6YIGs5cwC2E; desc @@ 1.3 log @geeqie: update to 2.1. Geeqie 2.1 ============ - Additional --selection remote commands - Split view additional 3-image layout - Many bug fixes - Some progress in GTK4 migration - Change source code from c to c++ - Much progress in making source code warning-free - Updated language support @ text @$NetBSD: patch-meson__options.txt,v 1.2 2022/11/21 22:26:54 wiz Exp $ Allow disabling doxygen detection. https://github.com/BestImageViewer/geeqie/pull/1051 --- meson_options.txt.orig 2022-08-12 09:32:25.000000000 +0000 +++ meson_options.txt @@@@ -25,6 +25,7 @@@@ option('gq_localedir', type : 'string', option('archive', type : 'feature', value : 'auto', description : 'archive files e.g. zip, gz') option('cms', type : 'feature', value : 'auto', description : 'color management system') +option('doxygen', type : 'feature', value : 'auto', description : 'doxygen') option('djvu', type : 'feature', value : 'auto', description : 'djvu') option('exiv2', type : 'feature', value : 'auto', description : 'exiv2') option('videothumbnailer', type : 'feature', value : 'auto', description : 'video thumbnailer') @ 1.2 log @geeqie: add upstream pull request URL in comment @ text @d1 1 a1 1 $NetBSD: patch-meson__options.txt,v 1.1 2022/11/21 22:24:08 wiz Exp $ @ 1.1 log @geeqie: disable doxygen detection To avoid PLIST changes if doxygen is installed @ text @d1 1 a1 1 $NetBSD$ d4 1 @