aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVijay Marcel <vijaymarcel@outlook.com>2024-08-18 20:17:23 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-08-19 09:28:02 +0700
commit2cba52f3796c159a8f944a78a9b905fdbdf3145b (patch)
treef3c88f2fdf4046416dda2639da76a7e8cee1e0a9
parent2e8962ed86eabad5ef8014e79494b49cc73e2f62 (diff)
downloadslackbuilds-2cba52f3796c159a8f944a78a9b905fdbdf3145b.tar.xz
graphics/chafa: Updated for version 1.14.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--graphics/chafa/README3
-rw-r--r--graphics/chafa/chafa.SlackBuild3
-rw-r--r--graphics/chafa/chafa.info6
-rw-r--r--graphics/chafa/changelog4
4 files changed, 11 insertions, 5 deletions
diff --git a/graphics/chafa/README b/graphics/chafa/README
index d2542a50ff97..38f0ca3c744a 100644
--- a/graphics/chafa/README
+++ b/graphics/chafa/README
@@ -1,3 +1,6 @@
chafa is a tool that gives reasonable approximations of
pictures and animations in the comfort of your favorite
terminal emulator.
+
+libavif and libjxl are optional dependencies, if present
+it will support these formats as well.
diff --git a/graphics/chafa/chafa.SlackBuild b/graphics/chafa/chafa.SlackBuild
index 6b131b41227e..2ce9460ec080 100644
--- a/graphics/chafa/chafa.SlackBuild
+++ b/graphics/chafa/chafa.SlackBuild
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=chafa
-VERSION=${VERSION:-1.14.0}
+VERSION=${VERSION:-1.14.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -98,7 +98,6 @@ CXXFLAGS="$SLKCFLAGS" \
--disable-gtk-doc \
--disable-gtk-doc-html \
--disable-gtk-doc-pdf \
- --without-avif \
--with-gnu-ld \
--build=$ARCH-slackware-linux
diff --git a/graphics/chafa/chafa.info b/graphics/chafa/chafa.info
index b22871045811..08128024fc07 100644
--- a/graphics/chafa/chafa.info
+++ b/graphics/chafa/chafa.info
@@ -1,8 +1,8 @@
PRGNAM="chafa"
-VERSION="1.14.0"
+VERSION="1.14.2"
HOMEPAGE="https://hpjansson.org/chafa"
-DOWNLOAD="https://hpjansson.org/chafa/releases/chafa-1.14.0.tar.xz"
-MD5SUM="9b13047a48ee89fd1064886ef73ad06b"
+DOWNLOAD="https://hpjansson.org/chafa/releases/chafa-1.14.2.tar.xz"
+MD5SUM="f983d287beac760c7925c2be75fedd58"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
diff --git a/graphics/chafa/changelog b/graphics/chafa/changelog
index 8b7e5ac5cb45..12b057f10abd 100644
--- a/graphics/chafa/changelog
+++ b/graphics/chafa/changelog
@@ -25,3 +25,7 @@ Thanks to Christoph Willing for the solution.
updated to version 1.14.0
libavif is an optional dependency.This slackbuild
builds without avif support.
+
+18/08/2024:
+
+Updated to version 1.14.2