From 24e7bb7be54da3d0d2d12c2031f5f4fc1dee739e Mon Sep 17 00:00:00 2001 From: Colin Clark Date: Mon, 14 Jun 2021 13:51:08 +0100 Subject: [PATCH] Include a Other Software section in Help file Include a section in the Help file listing software that might be useful to Geeqie users. Set libraw version back to 0.20 - required to decode .cr3 files. --- configure.ac | 2 +- doc/docbook/GuideIndex.xml | 1 + doc/docbook/GuideOtherSoftware.xml | 19 +++++++++++++++++++ 3 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 doc/docbook/GuideOtherSoftware.xml diff --git a/configure.ac b/configure.ac index 21e91dd0..799128bc 100644 --- a/configure.ac +++ b/configure.ac @@ -376,7 +376,7 @@ AC_ARG_ENABLE([raw], [libraw=$enableval], [libraw=auto]) if test "x${libraw}" != "xno"; then - PKG_CHECK_MODULES(RAW, [libraw >= 0.19.5], + PKG_CHECK_MODULES(RAW, [libraw >= 0.20], [ HAVE_RAW=yes AC_DEFINE(HAVE_RAW, 1, [define to enable libraw support]) diff --git a/doc/docbook/GuideIndex.xml b/doc/docbook/GuideIndex.xml index 0f76e27e..986b8ef9 100644 --- a/doc/docbook/GuideIndex.xml +++ b/doc/docbook/GuideIndex.xml @@ -72,6 +72,7 @@ + diff --git a/doc/docbook/GuideOtherSoftware.xml b/doc/docbook/GuideOtherSoftware.xml new file mode 100644 index 00000000..52765ddb --- /dev/null +++ b/doc/docbook/GuideOtherSoftware.xml @@ -0,0 +1,19 @@ + + + Other Software + This is a list of other software that users might find useful in conjunction with Geeqie. +
+ Entangle + + Tethered photography: + https://entangle-photo.org/ + +
+
+ Photini + + Digital photograph metadata editor: + https://photini.readthedocs.io/en/latest/ + +
+
-- 2.20.1