audio/ncspot: Updated for version 1.1.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Gene Carlson 2024-03-08 20:00:54 +09:00 committed by Willy Sudiarto Raharjo
parent c223028b1e
commit f8ea148479
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with 368 additions and 286 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for ncspot
# Copyright 2021-2023 K. Eugene Carlson Tsukuba, Japan
# Copyright 2021-2024 K. Eugene Carlson Tsukuba, Japan
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=ncspot
VERSION=${VERSION:-1.0.0}
VERSION=${VERSION:-1.1.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -77,7 +77,7 @@ fi
unset DRAWCOVER
# Use COVERS=yes to compile ncspot with cover-drawing capabilities. Requires
# ueberzug.
# ueberzug or ueberzugpp.
[ ${COVERS:-no} = yes ] && DRAWCOVER="--features cover"
set -e

File diff suppressed because it is too large Load Diff