aboutsummaryrefslogtreecommitdiff
path: root/graphics/libprojectm
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2019-05-24 13:54:09 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2019-05-24 13:54:09 +0000
commitec750519bd8d8355f421ce481a835bbad8393752 (patch)
tree0a9247360f86b8d54a4f09b09a7d303e94bf61e3 /graphics/libprojectm
parent55eb8eb09d97642b7c40ebf0171d27b2d0af3d34 (diff)
downloadports-ec750519bd8d8355f421ce481a835bbad8393752.tar.gz
ports-ec750519bd8d8355f421ce481a835bbad8393752.zip
graphics/libprojectm: Only builds with default options PULSEAUDIO=ON JACK=OFF
The new version 3.1.1-rc4 appears to have options reworked, but 3.1.1 itselfdoesn't build for unrelated reasons that were reported to the upstream. Also add USES=sdl PR: 238086 Reported by: Grzegorz Junka <list1@gjunka.com>
Notes
Notes: svn path=/head/; revision=502468
Diffstat (limited to 'graphics/libprojectm')
-rw-r--r--graphics/libprojectm/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/libprojectm/Makefile b/graphics/libprojectm/Makefile
index af86dc5637d2..9df46bf8c0e8 100644
--- a/graphics/libprojectm/Makefile
+++ b/graphics/libprojectm/Makefile
@@ -19,7 +19,7 @@ LIB_DEPENDS= libftgl.so:graphics/ftgl \
RUN_DEPENDS= ${LOCALBASE}/include/glm/glm.hpp:math/glm
USES= autoreconf:build compiler:c++11-lang gl gmake libtool \
- localbase:ldflags pkgconfig qt:5
+ localbase:ldflags pkgconfig qt:5 sdl
USE_GITHUB= yes
GH_ACCOUNT= projectM-visualizer
@@ -41,7 +41,10 @@ OPTIONS_DEFAULT= PULSEAUDIO
OPTIONS_SUB= yes
PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio
+PULSEAUDIO_BROKEN_OFF= Erroneously requires pulseaudio, expected to be fixed in 3.1.1
+
JACK_LIB_DEPENDS= libjack.so:audio/jack
+JACK_BROKEN= Missing: bin/projectM-jack, expected to be fixed in 3.1.1
pre-configure:
@cd ${WRKSRC}/ && ${SH} autogen.sh