graphics/ueberzugpp: Updated for version 2.8.3.

Signed-off-by: bedlam <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
xaizek 2023-05-18 23:39:17 +01:00 committed by Willy Sudiarto Raharjo
parent e6b5e21797
commit 70f29d24bf
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 8 additions and 5 deletions

View File

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=ueberzugpp
VERSION=${VERSION:-2.8.1}
VERSION=${VERSION:-2.8.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -56,6 +56,9 @@ elif [ "$ARCH" = "i686" ]; then
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
elif [ "$ARCH" = "aarch64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
else
SLKCFLAGS="-O2"
LIBDIRSUFFIX=""

View File

@ -1,10 +1,10 @@
PRGNAM="ueberzugpp"
VERSION="2.8.1"
VERSION="2.8.3"
HOMEPAGE="https://github.com/jstkdng/ueberzugpp"
DOWNLOAD="https://github.com/jstkdng/ueberzugpp/archive/v2.8.1/ueberzugpp-2.8.1.tar.gz"
MD5SUM="1d3e5aa19f2d75069f44a1d6fa49057d"
DOWNLOAD="https://github.com/jstkdng/ueberzugpp/archive/v2.8.3/ueberzugpp-2.8.3.tar.gz"
MD5SUM="9a3bd80299199b95330f390f74221159"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="CLI11 cppzmq fmt libsixel nlohmann_json oneTBB spdlog vips zeromq"
REQUIRES="CLI11 cppzmq fmt libsixel microsoft-gsl nlohmann_json oneTBB spdlog vips zeromq"
MAINTAINER="xaizek"
EMAIL="xaizek@posteo.net"