Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Jan 2014 20:28:02 GMT
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/185723: audio/sdl_mixer: enable MIKMOD support by default again
Message-ID:  <201401122028.s0CKS2px031330@oldred.freebsd.org>
Resent-Message-ID: <201401122030.s0CKU04D074158@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         185723
>Category:       ports
>Synopsis:       audio/sdl_mixer: enable MIKMOD support by default again
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 12 20:30:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Max Brazhnikov
>Release:        FreeBSD 9.2-STABLE amd64
>Organization:
>Environment:
>Description:
Enable MIKMOD support by default again. libmikmod is already installed by
sdl_sound, but sdl_mixer doesn't use it. The option was silently disabled
in r327809, as result some games fail to run, e.g. games/powermanga:

(EE) Mix_LoadMUS(/usr/local/share/powermanga/sounds/music_menu.zik) return:
Unrecognized music format [sdl_mixer.c:234, sound_load_module]
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(revision 339538)
+++ Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	sdl_mixer
 PORTVERSION=	1.2.12
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	audio
 MASTER_SITES=	http://www.libsdl.org/projects/SDL_mixer/release/
 DISTNAME=	SDL_mixer-${PORTVERSION}
@@ -23,7 +23,7 @@
 USE_LDCONFIG=	yes
 
 OPTIONS_DEFINE=		SMPEG FLAC VORBIS TIMIDITYPLUS
-OPTIONS_DEFAULT=	SMPEG FLAC VORBIS
+OPTIONS_DEFAULT=	SMPEG FLAC VORBIS MIKMOD
 OPTIONS_RADIO=		MOD
 OPTIONS_RADIO_MOD=	MIKMOD MODPLUG
 


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401122028.s0CKS2px031330>