[Bug 277985] audio/mpg123.el: Update to 1.65

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 27 Mar 2024 13:44:54 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277985

Vladimir Druzenko <vvd@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vvd@FreeBSD.org

--- Comment #2 from Vladimir Druzenko <vvd@FreeBSD.org> ---
This part:
OPTIONS_DEFINE= MPLAYER
OPTIONS_DEFAULT=MPLAYER
.if ${PORT_OPTIONS:MMPLAYER}
RUN_DEPENDS=    mplayer:multimedia/mplayer
.else
RUN_DEPENDS=    mpg123:audio/mpg123
.endif

Better to replace with:
OPTIONS_SINGLE=         PLAYER
OPTIONS_SINGLE_PLAYER=  MPG123 MPLAYER
OPTIONS_DEFAULT=        MPLAYER
MPG123_DESC=    Use mpg123 as audio player
MPLAYER_DESC=   Use mplayer as audio player
PLAYER_DESC=    Default audio player
MPLAYER_RUN_DEPENDS=    mplayer:multimedia/mplayer
MPG123_RUN_DEPENDS=     mpg123:audio/mpg123

Message from pkg-descr:
Default audio player now switched to MPlayer
If you prefer mpg123/ogg123 to MPlayer,
you might want to set variable as follows:
(setq mpg123-use-mplayer nil)

Must be moved to pkg-message:
[
{ type: install
  message: <<EOM
Default audio player now switched to MPlayer.
If you prefer mpg123/ogg123 to MPlayer,
you might want to set variable as follows:
(setq mpg123-use-mplayer nil)
EOM
}
]

-- 
You are receiving this mail because:
You are the assignee for the bug.