pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Fail to build multimedia/gmplayer



On Tue, Jul 26, 2022 at 10:09:16AM +0200, Martin Husemann wrote:
> On Tue, Jul 26, 2022 at 09:39:12AM +0200, Thomas Klausner wrote:
> > > Unfortunately there seems to be no new mplayer release out yet - maybe
> > > the ffmpeg update was premature?
> > 
> > You could switch the package to use ffmpeg4 until 5.1 is supported.
> 
> That would be kind of a downgrade, my previous pkg build used ffmpeg 5.0.
> I guess patching is easy, and we'll see how many pkgs are affected.

I looked and it is not - mplayer is using lots of stuff in struct AVCodec
that used to be documented as not part of the public API - and they
sure show they mean it, it all moved to hidden internal structs
now.

    /*****************************************************************
     * No fields below this line are part of the public API. They
     * may not be used outside of libavcodec and can be changed and
     * removed at will.
     * New public fields should be added right above.
     *****************************************************************
     */


Maybe we need a ffmpeg51 in parallel for a while?

Martin


Home | Main Index | Thread Index | Old Index