aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2019-08-05 13:59:25 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2019-08-05 13:59:25 +0000
commit00160279720ae7ffe861367925d6e3bf1c54abfe (patch)
tree95c386a450540d80311abc390aadd3b7cd2965c6 /audio
parent767787da473d3f67c7ee38697b3adb643d1aa7b3 (diff)
downloadports-00160279720ae7ffe861367925d6e3bf1c54abfe.tar.gz
ports-00160279720ae7ffe861367925d6e3bf1c54abfe.zip
Notes
Diffstat (limited to 'audio')
-rw-r--r--audio/mixxx21/Makefile5
-rw-r--r--audio/mixxx21/files/patch-plugins_soundsourcem4a_soundsourcem4a.h11
2 files changed, 13 insertions, 3 deletions
diff --git a/audio/mixxx21/Makefile b/audio/mixxx21/Makefile
index d59c29c83b94..42bf1c26caf6 100644
--- a/audio/mixxx21/Makefile
+++ b/audio/mixxx21/Makefile
@@ -4,7 +4,7 @@
PORTNAME= mixxx
DISTVERSIONPREFIX= release-
DISTVERSION= 2.1.8
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= audio
PKGNAMESUFFIX= 21
@@ -15,7 +15,6 @@ LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/LICENSE
BROKEN_aarch64= fails to compile: Exception("invalid machine type")
-BROKEN_powerpc64= fails to configure: unmet dependencies: Could not find libprotobuf, libchromaprint, libmp4, and libwavpack
LIB_DEPENDS= libchromaprint.so:audio/chromaprint \
libFLAC.so:audio/flac \
@@ -47,7 +46,7 @@ USE_QT= buildtools concurrent core dbus gui network opengl script scripttools \
CONFLICTS= mixxx20* mixxx
MAKE_ARGS= qtdir="${PREFIX}" install_root="${PREFIX}" \
- build=release optimize=native ${GUI} battery=0 vamp=1 modplug=1
+ build=release optimize=off ${GUI} battery=0 vamp=1 modplug=1
LATE_INSTALL_ARGS= --install-sandbox=${STAGEDIR}
GUI= qt5=1
diff --git a/audio/mixxx21/files/patch-plugins_soundsourcem4a_soundsourcem4a.h b/audio/mixxx21/files/patch-plugins_soundsourcem4a_soundsourcem4a.h
new file mode 100644
index 000000000000..d45a2ae4a508
--- /dev/null
+++ b/audio/mixxx21/files/patch-plugins_soundsourcem4a_soundsourcem4a.h
@@ -0,0 +1,11 @@
+--- plugins/soundsourcem4a/soundsourcem4a.h.orig 2019-07-19 22:36:09 UTC
++++ plugins/soundsourcem4a/soundsourcem4a.h
+@@ -5,6 +5,8 @@
+
+ #include "util/readaheadsamplebuffer.h"
+
++#include <sys/types.h>
++
+ #ifdef __MP4V2__
+ #include <mp4v2/mp4v2.h>
+ #else