mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
graphics/chafa: Updated for version 1.14.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
5ff220ba0a
commit
b9f02b27e0
3 changed files with 26 additions and 38 deletions
|
@ -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
|
||||
|
|
|
@ -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=""
|
||||
|
|
|
@ -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
|
Loading…
Reference in a new issue