28 lines
603 B
Plaintext
28 lines
603 B
Plaintext
Changelog for chafa SlackBuild Script
|
|
--------------------------------------------------------------------
|
|
|
|
20/08/2022:
|
|
|
|
Added to slackbuilds.org
|
|
|
|
11/05/2023:
|
|
|
|
updated to version 1.12.4
|
|
|
|
05/12/2023:
|
|
|
|
updated to version 1.12.5
|
|
During compilation chafa fails to
|
|
build because of error in libwebp
|
|
saying error adding symbols:
|
|
DSO missing from command line
|
|
to avoid this modify the CFLAGS to
|
|
CFLAGS="$SLKCFLAGS $(pkg-config --libs libwebp)"
|
|
Thanks to Christoph Willing for the solution.
|
|
|
|
05/02/2024:
|
|
|
|
updated to version 1.14.0
|
|
libavif is an optional dependency.This slackbuild
|
|
builds without avif support.
|