diff options
Diffstat (limited to 'graphics/qiv/qiv.SlackBuild')
-rw-r--r-- | graphics/qiv/qiv.SlackBuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/graphics/qiv/qiv.SlackBuild b/graphics/qiv/qiv.SlackBuild index 08aaea2aa1..0320a81708 100644 --- a/graphics/qiv/qiv.SlackBuild +++ b/graphics/qiv/qiv.SlackBuild @@ -8,6 +8,11 @@ # version had no license, modified version released under the WTFPL. See # http://www.wtfpl.net/txt/copying/ for details. +# 20191231 bkw: +# - Add libopenraw (raw camera image) formats, BUILD=2. +# - Remove mention of wmf-pixbuf loader from README and .sqf +# since there's a Slackware update that removes the need for it. + # 20191226 bkw: # - Upgrade for v2.3.2. This was released a month after my last update, # but the download page on the site doesn't link to it (found it just @@ -26,7 +31,7 @@ PRGNAM=qiv VERSION=${VERSION:-2.3.2} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then |