mixxx: update to 2.1.4. (#2669)
This commit is contained in:
parent
f0e7415f6a
commit
c2c9b12c56
1 changed files with 8 additions and 3 deletions
|
@ -1,9 +1,10 @@
|
|||
# Template file for 'mixxx'
|
||||
pkgname=mixxx
|
||||
version=2.1.3
|
||||
version=2.1.4
|
||||
revision=1
|
||||
wrksrc="mixxx-release-${version}"
|
||||
hostmakedepends="pkg-config scons"
|
||||
build_style=scons
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="chromaprint-devel faad2-devel ffmpeg-devel fftw-devel glu-devel
|
||||
libid3tag-devel libmad-devel libmp4v2-devel libshout-devel libusb-devel
|
||||
opusfile-devel portaudio-devel portmidi-devel protobuf-devel qt5-script-devel
|
||||
|
@ -15,11 +16,15 @@ maintainer="Enno Boland <gottox@voidlinux.eu>"
|
|||
license="GPL-2.0-or-later"
|
||||
homepage="https://www.mixxx.org"
|
||||
distfiles="https://github.com/mixxxdj/mixxx/archive/release-${version}.tar.gz"
|
||||
checksum=1eded6750b1b1c83e5a9375fb24e4e9b99433a3954e2b6912dc41a6141fb08c7
|
||||
checksum=5d99f4f9ae61a3b5f0afc4029d150debc09af954563959998f32633875a63043
|
||||
_scons_args="shoutcast=1 faad=1 tuned=0 prefix=/usr qt5=1 qtdir=/usr/include/qt5"
|
||||
|
||||
nocross=https://build.voidlinux.eu/builders/armv7l_builder/builds/7882/steps/shell_3/logs/stdio
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
x86_64-musl) broken="Segmentation fault";;
|
||||
esac
|
||||
|
||||
do_build() {
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl) find plugins -type f -exec sed -i "{}" \
|
||||
|
|
Loading…
Reference in a new issue