On 2020/11/03 10:46, Antoine Jacoutot wrote:
> On Tue, Nov 03, 2020 at 09:39:17AM +0000, Stuart Henderson wrote:
> > On 2020/10/29 07:44, Antoine Jacoutot wrote:
> > > CVSROOT: /cvs
> > > Module name: ports
> > > Changes by: [email protected] 2020/10/29 07:44:14
> > >
> > > Modified files:
> > > multimedia/mpv : Makefile distinfo
> > >
> > > Log message:
> > > Upstream updated to using WAF 2.0.20 for some bug fix.
> > > Sync WANTLIB while here.
> > >
> > > from Brad
> > >
> >
> > Where did glib-2.0, pcre, intl come from? I get this in bulk
> >
> > ===> Verifying specs: EGL GL SDL2 X11 X11-xcb Xau Xdamage Xdmcp Xext
> > Xfixes Xinerama Xrandr Xrender Xss Xv Xxf86vm archive ass avcodec avdevice
> > avfilter avformat avresample avutil bluray c cdio cdio_cdda cdio_paranoia
> > drm dvdnav dvdread epoxy expat fontconfig freetype fribidi gbm glib-2.0
> > iconv intl jpeg lcms2 m pcre placebo postproc pthread sndio swresample
> > swscale xcb xcb-dri2 xcb-glx xml2 z lua5.1
> > Missing library for glib-2.0>=0.0
> > Missing library for pcre>=0.0
> > Fatal error
> >
> > and this from check-lib-depends
> >
> > mpv-0.32.0p0(multimedia/mpv):
> > Extra: glib-2.0.4201 intl.7 pcre.3
>
> Hmm, I didn't see that....
> Maybe a dep chain different on amd64 then i386?
> I'll have a look, thanks.
btw the check-lib-depends was from amd64 (and for once I have up to
date base+packages on it), the tree on that machine isn't squeaky clean
but I don't think any of the Ms are related..
> > Index: Makefile
> > ===================================================================
> > RCS file: /cvs/ports/multimedia/mpv/Makefile,v
> > retrieving revision 1.63
> > diff -u -p -r1.63 Makefile
> > --- Makefile 29 Oct 2020 13:44:14 -0000 1.63
> > +++ Makefile 3 Nov 2020 09:38:53 -0000
> > @@ -5,7 +5,7 @@ COMMENT = movie player based on MPlayer
> > GH_ACCOUNT = mpv-player
> > GH_PROJECT = mpv
> > GH_TAGNAME = v0.32.0
> > -REVISION = 0
> > +REVISION = 1
> >
> > SHARED_LIBS += mpv 0.1 # 1.107
> >
> > @@ -22,12 +22,12 @@ EXTRACT_ONLY = ${DISTNAME}${EXTRACT_SUF
> > PERMIT_PACKAGE = Yes
> >
> > WANTLIB += EGL GL SDL2 X11 X11-xcb Xau Xdamage Xdmcp Xext Xfixes
> > -WANTLIB += Xinerama Xrandr Xrender Xss Xv Xxf86vm archive ass avcodec
> > -WANTLIB += avdevice avfilter avformat avresample avutil bluray c
> > -WANTLIB += cdio cdio_cdda cdio_paranoia drm dvdnav dvdread epoxy expat
> > -WANTLIB += fontconfig freetype fribidi gbm glib-2.0 iconv intl jpeg
> > -WANTLIB += lcms2 m pcre placebo postproc pthread sndio swresample
> > -WANTLIB += swscale xcb xcb-dri2 xcb-glx xml2 z ${MODLUA_WANTLIB}
> > +WANTLIB += Xinerama Xrandr Xrender Xss Xv Xxf86vm archive ass
> > +WANTLIB += avcodec avdevice avfilter avformat avresample avutil
> > +WANTLIB += bluray c cdio cdio_cdda cdio_paranoia drm dvdnav dvdread
> > +WANTLIB += epoxy expat fontconfig freetype fribidi gbm iconv jpeg
> > +WANTLIB += lcms2 m placebo postproc pthread sndio swresample swscale
> > +WANTLIB += xcb xcb-dri2 xcb-glx xml2 z ${MODLUA_WANTLIB}
> >
> > MODULES = lang/lua \
> > lang/python
> >
>
> --
> Antoine