diff --git a/graphics/chafa/chafa.SlackBuild b/graphics/chafa/chafa.SlackBuild index 2ce9460ec0..2147342f2b 100644 --- a/graphics/chafa/chafa.SlackBuild +++ b/graphics/chafa/chafa.SlackBuild @@ -23,10 +23,32 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +#---------------------------Changelog-------------------------------------------# + +# 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. + +# 18/08/2024: Updated to version 1.14.2 + +# 11/09/2024: Opdated to version 1.14.4 + +#-----------------------------------------------------------------------------------------# + + cd $(dirname $0) ; CWD=$(pwd) PRGNAM=chafa -VERSION=${VERSION:-1.14.2} +VERSION=${VERSION:-1.14.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -40,9 +62,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 diff --git a/graphics/chafa/chafa.info b/graphics/chafa/chafa.info index 08128024fc..b278d6326a 100644 --- a/graphics/chafa/chafa.info +++ b/graphics/chafa/chafa.info @@ -1,8 +1,8 @@ PRGNAM="chafa" -VERSION="1.14.2" +VERSION="1.14.4" HOMEPAGE="https://hpjansson.org/chafa" -DOWNLOAD="https://hpjansson.org/chafa/releases/chafa-1.14.2.tar.xz" -MD5SUM="f983d287beac760c7925c2be75fedd58" +DOWNLOAD="https://hpjansson.org/chafa/releases/chafa-1.14.4.tar.xz" +MD5SUM="d7234294a04316d222122d8db2da5265" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" diff --git a/graphics/chafa/changelog b/graphics/chafa/changelog deleted file mode 100644 index 12b057f10a..0000000000 --- a/graphics/chafa/changelog +++ /dev/null @@ -1,31 +0,0 @@ -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. - -18/08/2024: - -Updated to version 1.14.2