diff options
Diffstat (limited to 'graphics/qiv/qiv.SlackBuild')
-rw-r--r-- | graphics/qiv/qiv.SlackBuild | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/qiv/qiv.SlackBuild b/graphics/qiv/qiv.SlackBuild index 6c1ffd6b26..eee22e8c2a 100644 --- a/graphics/qiv/qiv.SlackBuild +++ b/graphics/qiv/qiv.SlackBuild @@ -8,6 +8,12 @@ # version had no license, modified version released under the WTFPL. See # http://www.wtfpl.net/txt/copying/ for details. +# 20250616 bkw: +# - Update for v3.0.1. The 3.x series no longer requires imlib2. +# The new_formats.diff patch had to be reworked, so old versions +# won't build. README rewritten, requirements for various image +# formats have changed a bit. + # 20250328 bkw: # - Update for v2.3.4. This is a release on upstream's codeberg page, # but the homepage hasn't been updated yet. codeberg's URLs are @@ -52,7 +58,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=qiv -VERSION=${VERSION:-2.3.4} +VERSION=${VERSION:-3.0.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |