audio/mixxx: Added new mandatory dependencies.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2024-05-19 10:10:02 +02:00 committed by Willy Sudiarto Raharjo
parent 305a5823c6
commit e70c20ab3d
3 changed files with 13 additions and 4 deletions

View File

@ -1,3 +1,9 @@
if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
fi
if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
if [ -x /usr/bin/gtk-update-icon-cache ]; then
/usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1
fi
fi

View File

@ -30,6 +30,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=mixxx
VERSION=${VERSION:-2.4.0}
KEYFVER=${KEYFVER:-2.2.6}
DJINVER=${DJINVER:-0.20.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -86,7 +87,7 @@ find -L . \
mkdir -p build
cd build
mkdir -p downloads
cp -a $CWD/libkeyfinder-$KEYFVER.zip downloads/
cp -a $CWD/libkeyfinder-$KEYFVER.zip $CWD/libdjinterop-$DJINVER.tar.gz downloads/
cmake \
-DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \
-DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \

View File

@ -2,11 +2,13 @@ PRGNAM="mixxx"
VERSION="2.4.0"
HOMEPAGE="https://www.mixxx.org"
DOWNLOAD="https://github.com/mixxxdj/mixxx/archive/2.4.0/mixxx-2.4.0.tar.gz \
https://github.com/mixxxdj/libkeyfinder/archive/v2.2.6/libkeyfinder-2.2.6.zip"
https://github.com/mixxxdj/libkeyfinder/archive/v2.2.6/libkeyfinder-2.2.6.zip \
https://github.com/xsco/libdjinterop/archive/0.20.1/libdjinterop-0.20.1.tar.gz"
MD5SUM="441718dbdf47df91a353c73dd67737f6 \
8a6f2a59265aa16fbbd532b83fa45541"
8a6f2a59265aa16fbbd532b83fa45541 \
d2868af05c989c5a23331704c5712c83"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="chromaprint faad2 googlebenchmark hidapi libmodplug libmp4v2 libshout lilv microsoft-gsl opencore-amr portaudio portmidi protobuf3 rubberband"
REQUIRES="chromaprint faad2 googlebenchmark hidapi libebur128 libmodplug libmp4v2 libshout lilv microsoft-gsl opencore-amr portaudio portmidi protobuf3 rubberband soundtouch"
MAINTAINER="Matteo Bernardini"
EMAIL="ponce@slackbuilds.org"