audio/mixxx: Updated for version 2.3.1.

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 2022-02-07 15:56:22 +13:00 committed by Willy Sudiarto Raharjo
parent 05f6967291
commit 19796224b8
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 5 additions and 7 deletions

View File

@ -28,7 +28,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=mixxx
VERSION=${VERSION:-2.3.0}
VERSION=${VERSION:-2.3.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -88,14 +88,12 @@ cd build
-DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \
-DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \
-DCMAKE_INSTALL_PREFIX=/usr \
-DKEYFINDER=OFF \
-DCMAKE_BUILD_TYPE=Release ..
make
make install DESTDIR=$PKG
cd ..
mkdir -p $PKG/etc
mv $PKG/usr/share/mixxx/udev $PKG/etc/
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true

View File

@ -1,8 +1,8 @@
PRGNAM="mixxx"
VERSION="2.3.0"
VERSION="2.3.1"
HOMEPAGE="https://www.mixxx.org"
DOWNLOAD="https://github.com/mixxxdj/mixxx/archive/2.3.0/mixxx-2.3.0.tar.gz"
MD5SUM="1aab96e59032ebceb2cd4bf6926367f8"
DOWNLOAD="https://github.com/mixxxdj/mixxx/archive/2.3.1/mixxx-2.3.1.tar.gz"
MD5SUM="792fbb24b452298860def7eafaf77956"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="chromaprint faad2 hidapi libmodplug libmp4v2 libshout lilv opencore-amr portaudio portmidi protobuf3 rubberband vamp-plugin-sdk"