diff options
author | danfe <danfe@FreeBSD.org> | 2016-03-02 00:41:13 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2016-03-02 00:41:13 +0800 |
commit | bad5ef4408a57a219399e730d0052fa51fa47332 (patch) | |
tree | c8dfbd14b69b3819597d91d3900424d1861c9d0f /audio | |
parent | 08204876239c4cfdc2f9705499d43ff485f17767 (diff) | |
download | freebsd-ports-gnome-bad5ef4408a57a219399e730d0052fa51fa47332.tar.gz freebsd-ports-gnome-bad5ef4408a57a219399e730d0052fa51fa47332.tar.zst freebsd-ports-gnome-bad5ef4408a57a219399e730d0052fa51fa47332.zip |
Add FLUIDSYNTH option generic description, and remove ad-hoc setting in
ports where it is applicable (alongside with other shared descriptions).
Diffstat (limited to 'audio')
-rw-r--r-- | audio/alure/Makefile | 2 | ||||
-rw-r--r-- | audio/musicpd/Makefile | 1 | ||||
-rw-r--r-- | audio/openal-soft/Makefile | 3 | ||||
-rw-r--r-- | audio/sdl2_mixer/Makefile | 7 |
4 files changed, 2 insertions, 11 deletions
diff --git a/audio/alure/Makefile b/audio/alure/Makefile index 99e1231e2fb8..9a79598f62df 100644 --- a/audio/alure/Makefile +++ b/audio/alure/Makefile @@ -23,8 +23,6 @@ OPTIONS_DEFINE= DOCS DUMB EXAMPLES FLAC FLUIDSYNTH MPG123 MODPLUG VORBIS SNDFIL OPTIONS_DEFAULT= DUMB FLAC VORBIS SNDFILE DUMB_DESC= DUMB audio library decoding support -FLUIDSYNTH_DESC= MIDI support via FluidSynth -MODPLUG_DESC= MOD decoding via ModPlug DOCS_BUILD_DEPENDS= NaturalDocs:${PORTSDIR}/devel/naturaldocs DUMB_BUILD_DEPENDS= ${LOCALBASE}/include/dumb.h:${PORTSDIR}/audio/dumb diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile index eb1d914a4f85..203ad928758a 100644 --- a/audio/musicpd/Makefile +++ b/audio/musicpd/Makefile @@ -46,7 +46,6 @@ OPTIONS_GROUP= PLAYBACK OPTIONS_GROUP_PLAYBACK= AO CURL HTTPD JACK OPENAL OSS PIPE PULSEAUDIO SHOUTCAST ADPLUG_DESC= AdPlug support -FLUIDSYNTH_DESC=FludSynth support (MIDI files) GME_DESC= GME support (video game music files) LAME_DESC= Support for MP3 Icecast Streams PIPE_DESC= Support for writing PCM audio to a pipe diff --git a/audio/openal-soft/Makefile b/audio/openal-soft/Makefile index c55fcd6abcca..d26ea916c9b0 100644 --- a/audio/openal-soft/Makefile +++ b/audio/openal-soft/Makefile @@ -26,8 +26,7 @@ CMAKE_ARGS+= -DALSOFT_REQUIRE_OSS:BOOL=ON \ OPTIONS_DEFINE= FLUIDSYNTH CONFIG PORTAUDIO PULSEAUDIO OPTIONS_SUB= yes -CONFIG_DESC= Install the configuration utility (needs QT) -FLUIDSYNTH_DESC= Enable FluidSynth MIDI support +CONFIG_DESC= Install configuration utility (needs Qt 4.x) #ALSA_CMAKE_ON= -DALSOFT_REQUIRE_ALSA:BOOL=ON #ALSA_CMAKE_OFF= -DALSOFT_BACKEND_ALSA:BOOL=OFF diff --git a/audio/sdl2_mixer/Makefile b/audio/sdl2_mixer/Makefile index b17633cc9417..ee3979707e23 100644 --- a/audio/sdl2_mixer/Makefile +++ b/audio/sdl2_mixer/Makefile @@ -24,12 +24,7 @@ OPTIONS_DEFAULT= FLUIDSYNTH MODPLUG FLAC SMPEG VORBIS OPTIONS_RADIO= MOD OPTIONS_RADIO_MOD= MIKMOD MODPLUG -FLUIDSYNTH_DESC= Enable SoundFont2 Midi support via fluidsynth -MIKMOD_DESC= Enable MOD music via libMikMod -MODPLUG_DESC= Enable MOD music via libModPlug -FLAC_DESC= Enable FLAC encoding support via flac -SMPEG_DESC= Enable MP3 music via SMPEG2 -VORBIS_DESC= Enable Ogg Vorbis music +SMPEG_DESC= MP3 audio support via SMPEG2 MIKMOD_LIB_DEPENDS= libmikmod.so:${PORTSDIR}/audio/libmikmod MIKMOD_CONFIGURE_ENABLE= music-mod-mikmod |