Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Mar 2024 13:44:54 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 277985] audio/mpg123.el: Update to 1.65
Message-ID:  <bug-277985-7788-cajDKxhjgD@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-277985-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-277985-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D277985

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=3D MPLAYER
OPTIONS_DEFAULT=3DMPLAYER
.if ${PORT_OPTIONS:MMPLAYER}
RUN_DEPENDS=3D    mplayer:multimedia/mplayer
.else
RUN_DEPENDS=3D    mpg123:audio/mpg123
.endif

Better to replace with:
OPTIONS_SINGLE=3D         PLAYER
OPTIONS_SINGLE_PLAYER=3D  MPG123 MPLAYER
OPTIONS_DEFAULT=3D        MPLAYER
MPG123_DESC=3D    Use mpg123 as audio player
MPLAYER_DESC=3D   Use mplayer as audio player
PLAYER_DESC=3D    Default audio player
MPLAYER_RUN_DEPENDS=3D    mplayer:multimedia/mplayer
MPG123_RUN_DEPENDS=3D     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
}
]

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-277985-7788-cajDKxhjgD>