diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2025-01-26 16:31:35 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-02-01 10:17:31 +0700 |
commit | e26d9865453c2ea9c25411d0b66c7e549e431a27 (patch) | |
tree | 73e4aa699d94db006fdf387f4fced09f83193275 /audio | |
parent | 32b86926d31aa666b4a0127e74ab0bb7c6720861 (diff) |
audio/mixxx: Updated for version 2.5.0.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mixxx/mixxx.SlackBuild | 10 | ||||
-rw-r--r-- | audio/mixxx/mixxx.info | 10 |
2 files changed, 9 insertions, 11 deletions
diff --git a/audio/mixxx/mixxx.SlackBuild b/audio/mixxx/mixxx.SlackBuild index 80e368cab2..e2ecff67b0 100644 --- a/audio/mixxx/mixxx.SlackBuild +++ b/audio/mixxx/mixxx.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for mixxx # Copyright 2011 Elvio "HelLViS69" Basello <hellvis69@gmail.com> -# Copyright 2018-2024 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy +# Copyright 2018-2025 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -28,9 +28,9 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=mixxx -VERSION=${VERSION:-2.4.1} +VERSION=${VERSION:-2.5.0} KEYFVER=${KEYFVER:-2.2.8} -DJINVER=${DJINVER:-0.20.2} +DJINVER=${DJINVER:-0.22.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -43,9 +43,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 @@ -92,6 +89,7 @@ cd build -DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \ -DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \ -DCMAKE_INSTALL_PREFIX=/usr \ + -DQT6=OFF \ -DCMAKE_BUILD_TYPE=Release -W no-dev .. make make install DESTDIR=$PKG diff --git a/audio/mixxx/mixxx.info b/audio/mixxx/mixxx.info index 9898023b35..eb3c3417f8 100644 --- a/audio/mixxx/mixxx.info +++ b/audio/mixxx/mixxx.info @@ -1,12 +1,12 @@ PRGNAM="mixxx" -VERSION="2.4.1" +VERSION="2.5.0" 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.5.0/mixxx-2.5.0.tar.gz \ https://github.com/mixxxdj/libkeyfinder/archive/2.2.8/libkeyfinder-2.2.8.zip \ - https://github.com/xsco/libdjinterop/archive/0.20.2/libdjinterop-0.20.2.tar.gz" -MD5SUM="95d2cc0cb35b88164615a75d9466bc0f \ + https://github.com/xsco/libdjinterop/archive/0.22.1/libdjinterop-0.22.1.tar.gz" +MD5SUM="9684638c12cd3eeda0403b6836cd3bde \ 020820804fd3e02bb8385943dceb688b \ - 7e43f29076690ba769d73fc5fb5ddd21" + 48e03b58dc34b803a2670830729da8aa" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="chromaprint faad2 googlebenchmark hidapi libebur128 libmodplug libmp4v2 libshout lilv microsoft-gsl opencore-amr portaudio portmidi protobuf3 rubberband soundtouch" |