svn commit: r410737 - in head/audio: sdl2_mixer sdl_mixer

Jan Beich jbeich at FreeBSD.org
Thu Mar 10 00:18:01 UTC 2016


Author: jbeich
Date: Thu Mar 10 00:17:59 2016
New Revision: 410737
URL: https://svnweb.freebsd.org/changeset/ports/410737

Log:
  audio/sdl{,2}_mixer: sync and add missing option descriptions
  
  PR:		202689

Modified:
  head/audio/sdl2_mixer/Makefile   (contents, props changed)
  head/audio/sdl_mixer/Makefile   (contents, props changed)

Modified: head/audio/sdl2_mixer/Makefile
==============================================================================
--- head/audio/sdl2_mixer/Makefile	Thu Mar 10 00:17:26 2016	(r410736)
+++ head/audio/sdl2_mixer/Makefile	Thu Mar 10 00:17:59 2016	(r410737)
@@ -31,6 +31,7 @@ OPTIONS_DEFAULT+=	TREMOR
 OPTIONS_DEFAULT+=	VORBIS
 .endif
 
+MOD_DESC=	Tracker music support
 SMPEG_DESC=	MP3 audio support via SMPEG2
 
 MIKMOD_LIB_DEPENDS=		libmikmod.so:${PORTSDIR}/audio/libmikmod

Modified: head/audio/sdl_mixer/Makefile
==============================================================================
--- head/audio/sdl_mixer/Makefile	Thu Mar 10 00:17:26 2016	(r410736)
+++ head/audio/sdl_mixer/Makefile	Thu Mar 10 00:17:59 2016	(r410737)
@@ -32,11 +32,8 @@ OPTIONS_DEFAULT+=	TREMOR
 OPTIONS_DEFAULT+=	VORBIS
 .endif
 
-MIKMOD_DESC=	Enable MOD music via libMikMod
-MODPLUG_DESC=	Enable MOD music via libModPlug
-SMPEG_DESC=	Enable MP3 music via SMPEG
-FLAC_DESC=	Enable FLAC encoding support via flac
-VORBIS_DESC=	Enable Ogg Vorbis music
+MOD_DESC=	Tracker music support
+SMPEG_DESC=	MP3 audio support via SMPEG
 TIMIDITYPLUS_DESC=	Use Timidity++ instead of Timidity (soundfont)
 
 MIKMOD_LIB_DEPENDS=		libmikmod.so:${PORTSDIR}/audio/libmikmod


More information about the svn-ports-all mailing list