graphics/gifsicle: Updated for version 1.95.

Signed-off-by: B. Watson <urchlay@slackware.uk>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2024-03-16 01:01:00 -04:00 committed by Willy Sudiarto Raharjo
parent 1a7b63ce9e
commit adb27191f3
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 10 additions and 4 deletions

View file

@ -6,10 +6,12 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
# 20240315 bkw: update for v1.95.
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=gifsicle
VERSION=${VERSION:-1.94}
VERSION=${VERSION:-1.95}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -57,6 +59,10 @@ chown -R root:root .
find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \
\! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} \+
# in v1.95, upstream claims we need autoconf >= 2.72, but it builds fine
# with our 2.69 if we change the required version.
sed -i '/AC_PREREQ/s,2\.72,2.69,' configure.ac
# v1.88 shipped the configure script, v1.89 we have to generate it.
[ -x configure ] || autoreconf -ifv

View file

@ -1,8 +1,8 @@
PRGNAM="gifsicle"
VERSION="1.94"
VERSION="1.95"
HOMEPAGE="https://www.lcdf.org/gifsicle/"
DOWNLOAD="https://github.com/kohler/gifsicle/archive/v1.94/gifsicle-1.94.tar.gz"
MD5SUM="44303cd0eebdc5bc1adfc7b742bce130"
DOWNLOAD="https://github.com/kohler/gifsicle/archive/v1.95/gifsicle-1.95.tar.gz"
MD5SUM="0829444e48d58b6c0c6c6a33f5d087e1"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""