diff options
author | B. Watson <yalhcru@gmail.com> | 2019-12-31 14:45:54 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2020-01-03 02:06:15 -0600 |
commit | e38cf9f1bce904d466c7f0bfde7f33e247533b1b (patch) | |
tree | df28210109bcbc522e25eb717e38b0af51a1a747 /graphics/qiv/qiv.SlackBuild | |
parent | eeeaebd2f865266d5a947fa40705bd5a4c0d82c0 (diff) | |
download | slackbuilds-e38cf9f1bce904d466c7f0bfde7f33e247533b1b.tar.gz |
graphics/qiv: Add libopenraw support, fix README+sqf.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
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 |