diff options
author | B. Watson <urchlay@slackware.uk> | 2024-03-16 01:01:00 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-23 08:17:06 +0700 |
commit | adb27191f329ac6b632b77fa84d8bc36c03b3159 (patch) | |
tree | 1f0049f0e8b0c298efe85938a8df80a75b442d5c | |
parent | 1a7b63ce9e3622ec12629e649070ee422eaa2634 (diff) |
graphics/gifsicle: Updated for version 1.95.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | graphics/gifsicle/gifsicle.SlackBuild | 8 | ||||
-rw-r--r-- | graphics/gifsicle/gifsicle.info | 6 |
2 files changed, 10 insertions, 4 deletions
diff --git a/graphics/gifsicle/gifsicle.SlackBuild b/graphics/gifsicle/gifsicle.SlackBuild index 32acd3ea2122..b33eb323f6dd 100644 --- a/graphics/gifsicle/gifsicle.SlackBuild +++ b/graphics/gifsicle/gifsicle.SlackBuild @@ -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 diff --git a/graphics/gifsicle/gifsicle.info b/graphics/gifsicle/gifsicle.info index c6a1f4de9fb0..6bacd6cb075e 100644 --- a/graphics/gifsicle/gifsicle.info +++ b/graphics/gifsicle/gifsicle.info @@ -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="" |