Skip to content

Commit

Permalink
multimedia/audacious-plugins: Remove libmms option
Browse files Browse the repository at this point in the history
Remove the MMS option (disabled by default) which depends on
deprecated net/libmms.

PR:		264706
  • Loading branch information
Daniel Engberg authored and madpilot78 committed Jul 4, 2022
1 parent 809764e commit f5f8e7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
8 changes: 3 additions & 5 deletions multimedia/audacious-plugins/Makefile
Expand Up @@ -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/

Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion multimedia/audacious-plugins/pkg-plist
Expand Up @@ -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
Expand Down

0 comments on commit f5f8e7e

Please sign in to comment.