aboutsummaryrefslogtreecommitdiff
path: root/audio/mixxx
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2019-04-25 02:55:39 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2019-04-25 02:55:39 +0000
commitd53f6ad174ac336347744104d89df7c7469699e1 (patch)
treeff1ad5427a40a013565ee88e1fd70c05b34ffc11 /audio/mixxx
parentc49cc774a88d1812e1a7c8614deae03b625684c6 (diff)
downloadports-d53f6ad174ac336347744104d89df7c7469699e1.tar.gz
ports-d53f6ad174ac336347744104d89df7c7469699e1.zip
- Update to 2.2.1
Notes
Notes: svn path=/head/; revision=499931
Diffstat (limited to 'audio/mixxx')
-rw-r--r--audio/mixxx/Makefile6
-rw-r--r--audio/mixxx/distinfo6
-rw-r--r--audio/mixxx/files/patch-build_depends.py4
3 files changed, 8 insertions, 8 deletions
diff --git a/audio/mixxx/Makefile b/audio/mixxx/Makefile
index 75236c32ba65..1b86e603dfb7 100644
--- a/audio/mixxx/Makefile
+++ b/audio/mixxx/Makefile
@@ -3,8 +3,7 @@
PORTNAME= mixxx
DISTVERSIONPREFIX= release-
-DISTVERSION= 2.2.0
-PORTREVISION= 2
+DISTVERSION= 2.2.1
CATEGORIES= audio
MAINTAINER= acm@FreeBSD.org
@@ -16,6 +15,7 @@ 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
+BUILD_DEPENDS= lv2>=1.14.0:audio/lv2
LIB_DEPENDS= libchromaprint.so:audio/chromaprint \
libFLAC.so:audio/flac \
libfftw3.so:math/fftw3 \
@@ -90,7 +90,7 @@ post-patch:
@${REINPLACE_CMD} -e "/('install', docs)/d" \
${WRKSRC}/src/SConscript
@${REINPLACE_CMD} -e "s|^Exec=.*|Exec=mixxx| ; \
- s|^Icon=.*|Icon=${PREFIX}/share/pixmaps/mixxx-icon.png|" \
+ s|^Icon=.*|Icon=${PREFIX}/share/pixmaps/mixxx_icon.svg|" \
${WRKSRC}/res/linux/mixxx.desktop
@${REINPLACE_CMD} -e "s,(Q_OS_LINUX),(Q_OS_LINUX) || defined(Q_OS_FREEBSD),g" \
${WRKSRC}/src/util/screensaver.h
diff --git a/audio/mixxx/distinfo b/audio/mixxx/distinfo
index 6172c550e1ea..b20db806d74b 100644
--- a/audio/mixxx/distinfo
+++ b/audio/mixxx/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1545879622
-SHA256 (mixxxdj-mixxx-release-2.2.0_GH0.tar.gz) = 03c819a55b1abee778c02d2ad889246c9ead9dd2948572a711b2aa94e4839faf
-SIZE (mixxxdj-mixxx-release-2.2.0_GH0.tar.gz) = 34639153
+TIMESTAMP = 1556154610
+SHA256 (mixxxdj-mixxx-release-2.2.1_GH0.tar.gz) = 9011c854014a1ce826fe465d92693800f50fc97b806f6ba8935ebe2d89f05b31
+SIZE (mixxxdj-mixxx-release-2.2.1_GH0.tar.gz) = 34763333
diff --git a/audio/mixxx/files/patch-build_depends.py b/audio/mixxx/files/patch-build_depends.py
index ca0e47631331..f0d8db7aaeae 100644
--- a/audio/mixxx/files/patch-build_depends.py
+++ b/audio/mixxx/files/patch-build_depends.py
@@ -148,8 +148,8 @@
def depends(self, build):
- return [SoundTouch, ReplayGain, Ebur128Mit, PortAudio, PortMIDI, Qt, TestHeaders,
- FidLib, SndFile, FLAC, OggVorbis, OpenGL, TagLib, ProtoBuf,
-- Chromaprint, RubberBand, SecurityFramework, CoreServices, IOKit,
-- QtScriptByteArray, Reverb, FpClassify, PortAudioRingBuffer]
+- Chromaprint, RubberBand, SecurityFramework, CoreServices, Foundation, IOKit,
+- QtScriptByteArray, Reverb, FpClassify, PortAudioRingBuffer, OSXFilePathUrlBackport]
+ return [SoundTouch, ReplayGain, Ebur128Mit, PortAudio, Qt, TestHeaders,
+ FidLib, SndFile, FLAC, OggVorbis, OpenGL, TagLib, ProtoBuf,
+ Chromaprint, RubberBand, SecurityFramework, CoreServices, IOKit,