svn commit: r489088 - head/audio/lastfm-desktop

Thomas Zander riggs at freebsd.org
Wed Jan 2 20:01:24 UTC 2019


Hi Max,

On Wed, 2 Jan 2019 at 19:39, Max Brazhnikov <makc at freebsd.org> wrote:

> > Log:
> >   Mark BROKEN. Port requires a qt4 build of vlc which was deprecated.
>
> Alternatively, you could have switched the port to phonon-gstreamer backend. In principle,
> ports shouldn't force dependence on Phonon backends at all, any backend can be used.

Un-breaking the port with the phonon-gstreamer backend should still be
possible. As first step, I wanted to workaround a dependency problem.

> > Modified: head/audio/lastfm-desktop/Makefile
> > ==============================================================================
> > --- head/audio/lastfm-desktop/Makefile        Wed Jan  2 16:00:00 2019        (r489087)
> > +++ head/audio/lastfm-desktop/Makefile        Wed Jan  2 16:24:25 2019        (r489088)
> > @@ -12,6 +12,7 @@ COMMENT=    Official Last.fm desktop application suite
> >  LICENSE=     GPLv3+
> >  LICENSE_FILE=        ${WRKSRC}/COPYING
> >
> > +BROKEN=              Requires vlc-qt4 which was deprecated on 2018-12-31
> >  DEPRECATED=          Qt4 has been EOL since december 2015
> >  EXPIRATION_DATE=     2019-03-15
> >
> > @@ -43,7 +44,8 @@ GSTREAMER_DESC=             Multimedia via Phonon-GStreamer
> >  GSTREAMER_USES=      qt:4
> >  GSTREAMER_USE=               QT=phonon-gst_run
> >  VLC_DESC=            Multimedia via Phonon-VLC
> > -VLC_RUN_DEPENDS=     phonon-vlc-qt4>=0.6.1:multimedia/phonon-vlc at qt4
> > +#multimedia/phonon-vlc at qt4 flavor was removed due to depreciation of vlc-qt4
> > +#VLC_RUN_DEPENDS=    phonon-vlc-qt4>=0.6.1:multimedia/phonon-vlc at qt4
>
> Any reason to keep this?

Only for temporary documentation purposes. As you said, given
interest, the VLC option can be completely removed.
If you have time, feel free to beat me to it. Otherwise I'll look at
it as soon as my machine is no longer busy with the vlc3->vlc
migration test builds.

Riggs


More information about the svn-ports-head mailing list