From ec750519bd8d8355f421ce481a835bbad8393752 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Fri, 24 May 2019 13:54:09 +0000 Subject: 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 --- graphics/libprojectm/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'graphics/libprojectm') 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 -- cgit v1.2.3