diff options
author | Vijay Marcel <vijaymarcel@outlook.com> | 2024-09-12 09:05:08 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-09-12 10:35:14 +0700 |
commit | b9f02b27e0edb2fd7b1346f9adcdff6a75ea94c0 (patch) | |
tree | 232f905b6766229833faf65e41c0449d2565a80d /graphics | |
parent | 5ff220ba0a4d03150dcfaf9ff8cfb78b33cc4c24 (diff) |
graphics/chafa: Updated for version 1.14.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/chafa/chafa.SlackBuild | 27 | ||||
-rw-r--r-- | graphics/chafa/chafa.info | 6 | ||||
-rw-r--r-- | graphics/chafa/changelog | 31 |
3 files changed, 26 insertions, 38 deletions
diff --git a/graphics/chafa/chafa.SlackBuild b/graphics/chafa/chafa.SlackBuild index 2ce9460ec080..2147342f2b0f 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 08128024fc07..b278d6326aab 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 12b057f10abd..000000000000 --- 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 |