Addl fix #590: Do you have plan to support webp format
authorColin Clark <colin.clark@cclark.uk>
Sun, 21 Jul 2019 09:14:29 +0000 (10:14 +0100)
committerColin Clark <colin.clark@cclark.uk>
Sun, 21 Jul 2019 09:14:29 +0000 (10:14 +0100)
https://github.com/BestImageViewer/geeqie/issues/590

Include libwebp option in installer

web/geeqie-install-debian.sh

index 07e1ce3..a5a414b 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/bash
-version="2019-07-03"
+version="2019-07-21"
 description=$'
 Geeqie is an image viewer.
 This script will download, compile, and install Geeqie on Debian-based systems.
@@ -63,6 +63,8 @@ optional_array=(
 "libimage-exiftool-perl"
 "libheif (for HEIF support)"
 "libheif-dev"
+"libwebp (for WebP images)"
+"libwebp-dev"
 )
 
 # Optional for GTK3 only