View | Details | Raw Unified | Return to bug 239322
Collapse All | Expand All

(-)Makefile (-3 / +2 lines)
Lines 4-10 Link Here
4
PORTNAME=	mixxx
4
PORTNAME=	mixxx
5
DISTVERSIONPREFIX=	release-
5
DISTVERSIONPREFIX=	release-
6
DISTVERSION=	2.1.8
6
DISTVERSION=	2.1.8
7
PORTREVISION=	1
7
PORTREVISION=	2
8
CATEGORIES=	audio
8
CATEGORIES=	audio
9
PKGNAMESUFFIX=  21
9
PKGNAMESUFFIX=  21
10
10
Lines 15-21 Link Here
15
LICENSE_FILE=	${WRKSRC}/LICENSE
15
LICENSE_FILE=	${WRKSRC}/LICENSE
16
16
17
BROKEN_aarch64=		fails to compile: Exception("invalid machine type")
17
BROKEN_aarch64=		fails to compile: Exception("invalid machine type")
18
BROKEN_powerpc64=	fails to configure: unmet dependencies: Could not find libprotobuf, libchromaprint, libmp4, and libwavpack
19
18
20
LIB_DEPENDS=	libchromaprint.so:audio/chromaprint \
19
LIB_DEPENDS=	libchromaprint.so:audio/chromaprint \
21
		libFLAC.so:audio/flac \
20
		libFLAC.so:audio/flac \
Lines 47-53 Link Here
47
CONFLICTS=	mixxx20* mixxx
46
CONFLICTS=	mixxx20* mixxx
48
47
49
MAKE_ARGS=	qtdir="${PREFIX}" install_root="${PREFIX}" \
48
MAKE_ARGS=	qtdir="${PREFIX}" install_root="${PREFIX}" \
50
		build=release optimize=native ${GUI} battery=0 vamp=1 modplug=1
49
		build=release optimize=off ${GUI} battery=0 vamp=1 modplug=1
51
LATE_INSTALL_ARGS=	--install-sandbox=${STAGEDIR}
50
LATE_INSTALL_ARGS=	--install-sandbox=${STAGEDIR}
52
51
53
GUI=		qt5=1
52
GUI=		qt5=1
(-)files/patch-plugins_soundsourcem4a_soundsourcem4a.h (+11 lines)
Line 0 Link Here
1
--- plugins/soundsourcem4a/soundsourcem4a.h.orig	2019-07-19 22:36:09 UTC
2
+++ plugins/soundsourcem4a/soundsourcem4a.h
3
@@ -5,6 +5,8 @@
4
 
5
 #include "util/readaheadsamplebuffer.h"
6
 
7
+#include <sys/types.h>
8
+
9
 #ifdef __MP4V2__
10
 #include <mp4v2/mp4v2.h>
11
 #else

Return to bug 239322