Fix #897: Histogram not displayed until a refresh
[geeqie.git] / web / geeqie-install-debian.sh
index 6fff72e..9a16278 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/bash
-version="2019-12-30"
+version="2021-05-10"
 description=$'
 Geeqie is an image viewer.
 This script will download, compile, and install Geeqie on Debian-based systems.
@@ -69,6 +69,8 @@ optional_array=(
 "libdjvulibre-dev"
 "libopenjp2 (for JP2 images)"
 "libopenjp2-7-dev"
+"libraw (for CR3 images)"
+"libraw-dev"
 )
 
 # Optional for GTK3 only
@@ -289,7 +291,7 @@ Machine: $MACH" 2>/dev/null
        exit
 fi
 
-# Parse the comand line
+# Parse the command line
 OPTS=$(getopt -o vhc:t:b:d: --long version,help,commit:,tag:,back:,debug: -- "$@")
 eval set -- "$OPTS"