multimedia/mpv: Update waf version to 2.0.24

Signed-off-by: Christoph Willing <chris.willing@linux.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Christoph Willing 2022-10-08 13:39:07 +10:00 committed by Willy Sudiarto Raharjo
parent 640731f851
commit 15348c732f
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 4 additions and 10 deletions

View file

@ -28,8 +28,8 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=mpv
VERSION=${VERSION:-0.34.1}
WAF_VERSION=${WAF_VERSION:-2.0.20}
BUILD=${BUILD:-1}
WAF_VERSION=${WAF_VERSION:-2.0.24}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -41,9 +41,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
@ -53,8 +50,6 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
# The SLKFLAGS aren't currently used. They do no harm and can
# be left as a placeholder in case they are ever needed.
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""

View file

@ -2,9 +2,9 @@ PRGNAM="mpv"
VERSION="0.34.1"
HOMEPAGE="https://mpv.io/"
DOWNLOAD="https://github.com/mpv-player/mpv/archive/v0.34.1/mpv-0.34.1.tar.gz \
https://waf.io/waf-2.0.20"
https://waf.io/waf-2.0.24"
MD5SUM="b5c76f9a7ce3a19a445869ffd9871d12 \
eb0cd320fc8838971cfa735ad78f6de8"
698f382cca34a08323670f34830325c4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libass libplacebo lua mujs"

View file

@ -1 +0,0 @@
/var/cache/sbopkg/waf-2.0.20