diff options
author | Vijay Marcel <vijaymarcel@outlook.com> | 2023-12-06 10:14:39 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-06 11:13:11 +0700 |
commit | 21e851837ef6bf37dc30696356eef99d22fca814 (patch) | |
tree | cc2b703c0e4b73c714f469af2213c14bbd2ce0f5 /graphics | |
parent | 7617f61a228634a95e1f3284341434b8b65ff437 (diff) |
graphics/chafa: Updated for version 1.12.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/chafa/chafa.SlackBuild | 5 | ||||
-rw-r--r-- | graphics/chafa/chafa.info | 6 | ||||
-rw-r--r-- | graphics/chafa/changelog | 11 |
3 files changed, 17 insertions, 5 deletions
diff --git a/graphics/chafa/chafa.SlackBuild b/graphics/chafa/chafa.SlackBuild index 8b154615dff0..b168f36f69ff 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.12.4} +VERSION=${VERSION:-1.12.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -82,7 +82,7 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -CFLAGS="$SLKCFLAGS" \ +CFLAGS="$SLKCFLAGS $(pkg-config --libs libwebp)" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ --prefix=/usr \ @@ -94,6 +94,7 @@ CXXFLAGS="$SLKCFLAGS" \ --docdir=/usr/doc/$PRGNAM-$VERSION \ --enable-shared=yes \ --enable-static=no \ + --with-gnu-ld \ --build=$ARCH-slackware-linux make diff --git a/graphics/chafa/chafa.info b/graphics/chafa/chafa.info index 8bdb1d85e0e3..2ef2f195bd36 100644 --- a/graphics/chafa/chafa.info +++ b/graphics/chafa/chafa.info @@ -1,8 +1,8 @@ PRGNAM="chafa" -VERSION="1.12.4" +VERSION="1.12.5" HOMEPAGE="https://hpjansson.org/chafa" -DOWNLOAD="https://hpjansson.org/chafa/releases/chafa-1.12.4.tar.xz" -MD5SUM="210201756ba25f971188ca217506407a" +DOWNLOAD="https://hpjansson.org/chafa/releases/chafa-1.12.5.tar.xz" +MD5SUM="2bf932a51d6b66d2660198122d310406" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" diff --git a/graphics/chafa/changelog b/graphics/chafa/changelog index 8d816ec82654..c7932bdd9bf2 100644 --- a/graphics/chafa/changelog +++ b/graphics/chafa/changelog @@ -8,3 +8,14 @@ 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. |