mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
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:
parent
640731f851
commit
15348c732f
3 changed files with 4 additions and 10 deletions
|
@ -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=""
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
/var/cache/sbopkg/waf-2.0.20
|
Loading…
Reference in a new issue