multimedia/audacious-plugins: Remove libmms option
Remove the MMS option (disabled by default) which depends on deprecated net/libmms. PR: 264706
This commit is contained in:
parent
809764ecfa
commit
f5f8e7efb1
2 changed files with 3 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= audacious-plugins
|
||||
PORTVERSION= 4.1
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= multimedia audio
|
||||
MASTER_SITES= http://distfiles.audacious-media-player.org/
|
||||
|
||||
|
@ -37,7 +37,7 @@ gtk2_RUN_DEPENDS= audacious:multimedia/audacious@gtk2
|
|||
gtk2_BUILD_DEPENDS= audacious:multimedia/audacious@gtk2
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-console --disable-soxr \
|
||||
CONFIGURE_ARGS= --disable-console --disable-mms --disable-soxr \
|
||||
--enable-gnomeshortcuts
|
||||
|
||||
.if ${FLAVOR} == qt5
|
||||
|
@ -52,7 +52,7 @@ PLIST_SUB= QT5="@comment " GTK2=""
|
|||
.endif
|
||||
|
||||
OPTIONS_DEFINE= AAC ADPLUG AMIDI BS2B CDDA CUE FFMPEG FLAC LAME LIRC \
|
||||
MMS MODPLUG MPRIS NEON NLS NOTIFY OPENGL OPENMPT SAMPLERATE \
|
||||
MODPLUG MPRIS NEON NLS NOTIFY OPENGL OPENMPT SAMPLERATE \
|
||||
SCROBBLER SID SNDFILE SPEEDPITCH VORBIS WAVPACK
|
||||
OPTIONS_MULTI= OUTPUT
|
||||
OPTIONS_MULTI_OUTPUT= ALSA FILEWRITER JACK OSS PULSEAUDIO SDL SNDIO
|
||||
|
@ -112,8 +112,6 @@ LAME_LIB_DEPENDS= libmp3lame.so:audio/lame
|
|||
LAME_CONFIGURE_ENABLE= filewriter_mp3
|
||||
LIRC_LIB_DEPENDS= liblirc_client.so:comms/lirc
|
||||
LIRC_CONFIGURE_ENABLE= lirc
|
||||
MMS_LIB_DEPENDS= libmms.so:net/libmms
|
||||
MMS_CONFIGURE_ENABLE= mms
|
||||
MODPLUG_LIB_DEPENDS= libmodplug.so:audio/libmodplug
|
||||
MODPLUG_CONFIGURE_ENABLE= modplug
|
||||
MPRIS_CONFIGURE_ENABLE= mpris2
|
||||
|
|
|
@ -69,7 +69,6 @@ lib/audacious/Input/xsf.so
|
|||
%%SDL%%lib/audacious/Output/sdlout.so
|
||||
%%SNDIO%%lib/audacious/Output/sndio-ng.so
|
||||
lib/audacious/Transport/gio.so
|
||||
%%MMS%%lib/audacious/Transport/mms.so
|
||||
%%NEON%%lib/audacious/Transport/neon.so
|
||||
%%GTK2%%lib/audacious/Visualization/blur_scope.so
|
||||
%%QT5%%lib/audacious/Visualization/blur_scope-qt.so
|
||||
|
|
Loading…
Reference in a new issue