Include a Other Software section in Help file
authorColin Clark <colin.clark@cclark.uk>
Mon, 14 Jun 2021 12:51:08 +0000 (13:51 +0100)
committerColin Clark <colin.clark@cclark.uk>
Mon, 14 Jun 2021 12:51:08 +0000 (13:51 +0100)
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
doc/docbook/GuideIndex.xml
doc/docbook/GuideOtherSoftware.xml [new file with mode: 0644]

index 21e91dd..799128b 100644 (file)
@@ -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])
index 0f76e27..986b8ef 100644 (file)
@@ -72,6 +72,7 @@
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="GuideOptionsMain.xml" />\r
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="GuideOptionsAdditional.xml" />\r
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="GuideReference.xml" />\r
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="GuideOtherSoftware.xml" />\r
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="GuideFaq.xml" />\r
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="GuideLicence.xml" />\r
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="GuideCredits.xml" />\r
diff --git a/doc/docbook/GuideOtherSoftware.xml b/doc/docbook/GuideOtherSoftware.xml
new file mode 100644 (file)
index 0000000..52765dd
--- /dev/null
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>\r
+<chapter id="GuideOtherSoftware">\r
+  <title id="titleGuideOtherSoftware">Other Software</title>\r
+  <para>This is a list of other software that users might find useful in conjunction with Geeqie.</para>\r
+  <section id="Entangle">\r
+    <title>Entangle</title>\r
+    <para>\r
+      Tethered photography:\r
+      <ulink url="https://entangle-photo.org/">https://entangle-photo.org/</ulink>\r
+    </para>\r
+  </section>\r
+  <section id="Photini">\r
+    <title>Photini</title>\r
+    <para>\r
+      Digital photograph metadata editor:\r
+      <ulink url="https://photini.readthedocs.io/en/latest/">https://photini.readthedocs.io/en/latest/</ulink>\r
+    </para>\r
+  </section>\r
+</chapter>\r