aboutsummaryrefslogtreecommitdiff
path: root/libraries/libnsgif/libnsgif.SlackBuild
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2023-01-17 18:00:11 -0500
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-01-21 10:22:10 +0700
commitb11b26d22775f2dc44a0363681a918f121612e6c (patch)
tree80b7c2b558233d980e78a1e6ce81a41a8929af42 /libraries/libnsgif/libnsgif.SlackBuild
parenta1141cfdbb6effdf60b587fe15087d401eb7d40f (diff)
libraries/libnsgif: Updated for version 0.2.1+20220113_105a920.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libnsgif/libnsgif.SlackBuild')
-rw-r--r--libraries/libnsgif/libnsgif.SlackBuild13
1 files changed, 9 insertions, 4 deletions
diff --git a/libraries/libnsgif/libnsgif.SlackBuild b/libraries/libnsgif/libnsgif.SlackBuild
index d0bb54305915..b1476a6c53fd 100644
--- a/libraries/libnsgif/libnsgif.SlackBuild
+++ b/libraries/libnsgif/libnsgif.SlackBuild
@@ -6,10 +6,18 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+# This build looks like it has no dependees, but graphics/imv lists it
+# as an optional dep, so don't remove this just yet.
+
+# 20230117 bkw: update for v0.2.1+20220113_105a920.
+# - There are two libnsgif's on github, the original and the autotools-ized
+# one. This build is libnsgif-autotools, use correct repo in .info file
+# and git2tarxz.sh.
+
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=libnsgif
-VERSION=${VERSION:-0.2.1+20200706_0cb9bfc}
+VERSION=${VERSION:-0.2.1+20220113_105a920}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -57,9 +65,6 @@ 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 {} \+
-# Somehow the closing } of the last function of this file got removed (?)
-echo "}" >> src/$PRGNAM.c
-
autoreconf -ivf
CFLAGS="$SLKCFLAGS" \