audio/mixxx: Fix offline build.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andrew Clemons 2024-06-09 15:03:18 +09:00 committed by Willy Sudiarto Raharjo
parent 15c6fa3731
commit e4c0057107
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 6 additions and 6 deletions

View File

@ -29,8 +29,8 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=mixxx PRGNAM=mixxx
VERSION=${VERSION:-2.4.1} VERSION=${VERSION:-2.4.1}
KEYFVER=${KEYFVER:-2.2.6} KEYFVER=${KEYFVER:-2.2.8}
DJINVER=${DJINVER:-0.20.1} DJINVER=${DJINVER:-0.20.2}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz} PKGTYPE=${PKGTYPE:-tgz}

View File

@ -2,11 +2,11 @@ PRGNAM="mixxx"
VERSION="2.4.1" VERSION="2.4.1"
HOMEPAGE="https://www.mixxx.org" HOMEPAGE="https://www.mixxx.org"
DOWNLOAD="https://github.com/mixxxdj/mixxx/archive/2.4.1/mixxx-2.4.1.tar.gz \ DOWNLOAD="https://github.com/mixxxdj/mixxx/archive/2.4.1/mixxx-2.4.1.tar.gz \
https://github.com/mixxxdj/libkeyfinder/archive/v2.2.6/libkeyfinder-2.2.6.zip \ https://github.com/mixxxdj/libkeyfinder/archive/2.2.8/libkeyfinder-2.2.8.zip \
https://github.com/xsco/libdjinterop/archive/0.20.1/libdjinterop-0.20.1.tar.gz" https://github.com/xsco/libdjinterop/archive/0.20.2/libdjinterop-0.20.2.tar.gz"
MD5SUM="95d2cc0cb35b88164615a75d9466bc0f \ MD5SUM="95d2cc0cb35b88164615a75d9466bc0f \
8a6f2a59265aa16fbbd532b83fa45541 \ 020820804fd3e02bb8385943dceb688b \
d2868af05c989c5a23331704c5712c83" 7e43f29076690ba769d73fc5fb5ddd21"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="chromaprint faad2 googlebenchmark hidapi libebur128 libmodplug libmp4v2 libshout lilv microsoft-gsl opencore-amr portaudio portmidi protobuf3 rubberband soundtouch" REQUIRES="chromaprint faad2 googlebenchmark hidapi libebur128 libmodplug libmp4v2 libshout lilv microsoft-gsl opencore-amr portaudio portmidi protobuf3 rubberband soundtouch"