Re: rm www/gecko-mediaplayer, x11/gnome-mplayer, and x11/gmtk?

2016-09-07 Thread Landry Breuil
On Wed, Sep 07, 2016 at 08:05:56PM +0200, Antoine Jacoutot wrote: > On Wed, Sep 07, 2016 at 07:41:59PM +0200, David Coppa wrote: > > I'd like to remove gecko-mediaplayer (NPAPI plugin using > > x11/gnome-mplayer as its backend), x11/gnome-mplayer, and x11/gmtk > > (the utility

Re: rm www/gecko-mediaplayer, x11/gnome-mplayer, and x11/gmtk?

2016-09-07 Thread Antoine Jacoutot
On Wed, Sep 07, 2016 at 07:41:59PM +0200, David Coppa wrote: > I'd like to remove gecko-mediaplayer (NPAPI plugin using > x11/gnome-mplayer as its backend), x11/gnome-mplayer, and x11/gmtk > (the utility library used by both of them). > > They're dead upstream: last commit is 2015/

rm www/gecko-mediaplayer, x11/gnome-mplayer, and x11/gmtk?

2016-09-07 Thread David Coppa
I'd like to remove gecko-mediaplayer (NPAPI plugin using x11/gnome-mplayer as its backend), x11/gnome-mplayer, and x11/gmtk (the utility library used by both of them). They're dead upstream: last commit is 2015/02/03 for gnome-mplayer, 2014/06/23 for gecko-mediaplayer. Back in the days I

Re: x11/gnome-mplayer

2012-01-25 Thread Christian Weisgerber
Marc Espie es...@nerim.net wrote: The way to do things properly would be to auto-detect xv and use it, and fall back to x11 otherwise. Actually, mplayer allows you to specify a comma-separated list of video output drivers that will be tried one after the other, e.g. $ mplayer -vo xv,x11

Re: x11/gnome-mplayer

2012-01-25 Thread David Coppa
On Wed, Jan 25, 2012 at 9:00 PM, Christian Weisgerber na...@mips.inka.de wrote: Marc Espie es...@nerim.net wrote: The way to do things properly would be to auto-detect xv and use it, and fall back to x11 otherwise. Actually, mplayer allows you to specify a comma-separated list of video

x11/gnome-mplayer (was: Re: CVS: cvs.openbsd.org: ports)

2012-01-23 Thread Christian Weisgerber
David Coppa dco...@cvs.openbsd.org wrote: Log message: Play on the safe side: not all machines support xv video output (loongson comes to mind), and thus use 'x11' by default. Wait... Are you penalizing the vast majority of machines that will ever run this? -- Christian naddy Weisgerber

Re: x11/gnome-mplayer (was: Re: CVS: cvs.openbsd.org: ports)

2012-01-23 Thread David Coppa
On Mon, Jan 23, 2012 at 4:31 PM, Christian Weisgerber na...@mips.inka.de wrote: David Coppa dco...@cvs.openbsd.org wrote: Log message: Play on the safe side: not all machines support xv video output (loongson comes to mind), and thus use 'x11' by default. Wait... Are you penalizing the vast

Re: x11/gnome-mplayer (was: Re: CVS: cvs.openbsd.org: ports)

2012-01-23 Thread Antoine Jacoutot
On Mon, Jan 23, 2012 at 04:37:58PM +0100, David Coppa wrote: On Mon, Jan 23, 2012 at 4:31 PM, Christian Weisgerber na...@mips.inka.de wrote: David Coppa dco...@cvs.openbsd.org wrote: Log message: Play on the safe side: not all machines support xv video output (loongson comes to mind),

Re: x11/gnome-mplayer (was: Re: CVS: cvs.openbsd.org: ports)

2012-01-23 Thread David Coppa
On Mon, Jan 23, 2012 at 4:43 PM, Antoine Jacoutot ajacou...@bsdfrog.org wrote: On Mon, Jan 23, 2012 at 04:37:58PM +0100, David Coppa wrote: On Mon, Jan 23, 2012 at 4:31 PM, Christian Weisgerber na...@mips.inka.de wrote: David Coppa dco...@cvs.openbsd.org wrote: Log message: Play on the

Re: x11/gnome-mplayer

2012-01-23 Thread Brad
On 23/01/12 10:46 AM, David Coppa wrote: On Mon, Jan 23, 2012 at 4:43 PM, Antoine Jacoutotajacou...@bsdfrog.org wrote: On Mon, Jan 23, 2012 at 04:37:58PM +0100, David Coppa wrote: On Mon, Jan 23, 2012 at 4:31 PM, Christian Weisgerber na...@mips.inka.de wrote: David

Re: x11/gnome-mplayer (was: Re: CVS: cvs.openbsd.org: ports)

2012-01-23 Thread David Coppa
On Mon, Jan 23, 2012 at 4:46 PM, David Coppa dco...@gmail.com wrote: On Mon, Jan 23, 2012 at 4:43 PM, Antoine Jacoutot ajacou...@bsdfrog.org wrote: On Mon, Jan 23, 2012 at 04:37:58PM +0100, David Coppa wrote: On Mon, Jan 23, 2012 at 4:31 PM, Christian Weisgerber na...@mips.inka.de wrote:

Re: x11/gnome-mplayer (was: Re: CVS: cvs.openbsd.org: ports)

2012-01-23 Thread Antoine Jacoutot
On Mon, Jan 23, 2012 at 04:46:10PM +0100, David Coppa wrote: On Mon, Jan 23, 2012 at 4:43 PM, Antoine Jacoutot ajacou...@bsdfrog.org wrote: On Mon, Jan 23, 2012 at 04:37:58PM +0100, David Coppa wrote: On Mon, Jan 23, 2012 at 4:31 PM, Christian Weisgerber na...@mips.inka.de wrote: David

Re: x11/gnome-mplayer (was: Re: CVS: cvs.openbsd.org: ports)

2012-01-23 Thread David Coppa
On Mon, Jan 23, 2012 at 4:53 PM, Antoine Jacoutot ajacou...@bsdfrog.org wrote: On Mon, Jan 23, 2012 at 04:46:10PM +0100, David Coppa wrote: On Mon, Jan 23, 2012 at 4:43 PM, Antoine Jacoutot ajacou...@bsdfrog.org wrote: On Mon, Jan 23, 2012 at 04:37:58PM +0100, David Coppa wrote: On Mon,

Re: x11/gnome-mplayer

2012-01-23 Thread Christian Weisgerber
David Coppa: Wait... Are you penalizing the vast majority of machines that will ever run this? Only default value is 'x11'. Yes, that's what just about everybody will use then. Just go to Edit-Preferences-Player and choose your favorite video output (xv,gl,sdl,whatever...) You are

Re: x11/gnome-mplayer (was: Re: CVS: cvs.openbsd.org: ports)

2012-01-23 Thread Marc Espie
The way to do things properly would be to auto-detect xv and use it, and fall back to x11 otherwise. (see xvinfo and xvctl's code, in general, you want to detect that you have an xv extension *and* that it has useful adapters. This is probably about 20 lines of code...