pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/45458: ScummVM - add FluidSynth support



>Number:         45458
>Category:       pkg
>Synopsis:       ScummVM - add FluidSynth support
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Wed Oct 12 13:30:00 +0000 2011
>Originator:     Radoslaw Kujawa
>Release:        5.1
>Organization:
The NetBSD Foundation
>Environment:
any
>Description:
ScummVM in pkgsrc does not have support for Fluidsynth, even though we have 
audio/fluidsynth package in pkgsrc.

>How-To-Repeat:
Try to build ScummVM, see no option to enable FluidSynth support.
>Fix:
The following patch adds an option to enable support for FluidSynth in ScummVM. 
I've once sent this to adam@, but my e-mail was most likely not delivered, so 
I'm resending here. 

Index: options.mk
===================================================================
RCS file: /cvsroot/pkgsrc/games/scummvm/options.mk,v
retrieving revision 1.6
diff -u -r1.6 options.mk
--- options.mk  2 Feb 2007 17:58:02 -0000       1.6
+++ options.mk  6 Aug 2011 07:48:06 -0000
@@ -1,7 +1,7 @@
 # $NetBSD: options.mk,v 1.6 2007/02/02 17:58:02 joerg Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.scummvm
-PKG_SUPPORTED_OPTIONS= sdl x11
+PKG_SUPPORTED_OPTIONS= sdl x11 fluidsynth
 PKG_SUGGESTED_OPTIONS= sdl
 
 .include "../../mk/bsd.options.mk"
@@ -17,3 +17,8 @@
 .include "../../x11/libXext/buildlink3.mk"
 .include "../../x11/xextproto/buildlink3.mk"
 .endif
+
+.if !empty(PKG_OPTIONS:Mfluidsynth)
+.include "../../audio/fluidsynth/buildlink3.mk"
+.endif
+



Home | Main Index | Thread Index | Old Index