public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] new mplayer
@ 2001-09-29 15:20 Martin Schlemmer
  2001-09-30  5:17 ` Mikael Hallendal
  0 siblings, 1 reply; 5+ messages in thread
From: Martin Schlemmer @ 2001-09-29 15:20 UTC (permalink / raw
  To: Gentoo-Dev

Hi

I added the latest mplayer (0.50pre1).  It includes the new GUI; just
note that it is still pretty much alpha/beta.  It should build if 'gtk'
is a USE flag.  

To enable: 

  uncomment 'gui = yes' in mplayer's config file (/etc/mplayer.conf or
~/.mplayer/config)

  or launch with: 'mplayer -gui'.


Greetings,
  MS
--

Martin Schlemmer
Gentoo Linux Developer, Desktop Team Developer
Cape Town, South Africa




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-dev] new mplayer
  2001-09-29 15:20 [gentoo-dev] new mplayer Martin Schlemmer
@ 2001-09-30  5:17 ` Mikael Hallendal
  2001-09-30 10:29   ` Morgan Christiansson
  0 siblings, 1 reply; 5+ messages in thread
From: Mikael Hallendal @ 2001-09-30  5:17 UTC (permalink / raw
  To: Gentoo Dev.

lör 2001-09-29 klockan 23.19 skrev Martin Schlemmer:
> Hi
> 
> I added the latest mplayer (0.50pre1).  It includes the new GUI; just
> note that it is still pretty much alpha/beta.  It should build if 'gtk'
> is a USE flag.  

Always one step ahead! I thought yesterday that I'd ask you to update to
0.50pre1 today but when I read the cvs commit-log I noticed you had
already done that.

Good work!

Regards,
  Mikael Hallendal

-- 

Mikael Hallendal
Gentoo Linux Developer, Desktop Team Leader
CodeFactory AB, Stockholm, Sweden





^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-dev] new mplayer
  2001-09-30  5:17 ` Mikael Hallendal
@ 2001-09-30 10:29   ` Morgan Christiansson
  2001-09-30 13:53     ` Terje Kvernes
  0 siblings, 1 reply; 5+ messages in thread
From: Morgan Christiansson @ 2001-09-30 10:29 UTC (permalink / raw
  To: gentoo-dev

I asked him to update yesterday. :P

I was hoping it would fix opening filenames with spaces, but it didn't, 
anyone has any ideas on how to fix it?

Also bundling one of the default fonts would be nice.

$ mplayer Gone\ in\ 60\ seconds\ \[DivX\].avi


MPlayer 0.50pre-1(C) 2000-2001 Arpad Gereoffy (see DOCS!)

Reading /home/mogge/.mplayer/codecs.conf: 15 audio & 32 video codecs
Font /home/mogge/.mplayer/font/font.desc loaded successfully! (206 chars)
Playing Gone
File not found: 'Gone'
Playing in
File not found: 'in'
Playing 60
File not found: '60'
Playing seconds
File not found: 'seconds'
Playing [DivX].avi
File not found: '[DivX].avi'

Exiting... (End of file)


Mikael Hallendal wrote:

> lör 2001-09-29 klockan 23.19 skrev Martin Schlemmer:
> 
>>Hi
>>
>>I added the latest mplayer (0.50pre1).  It includes the new GUI; just
>>note that it is still pretty much alpha/beta.  It should build if 'gtk'
>>is a USE flag.  
>>
> 
> Always one step ahead! I thought yesterday that I'd ask you to update to
> 0.50pre1 today but when I read the cvs commit-log I noticed you had
> already done that.
> 
> Good work!
> 
> Regards,
>   Mikael Hallendal
> 
> 






^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-dev] new mplayer
  2001-09-30 10:29   ` Morgan Christiansson
@ 2001-09-30 13:53     ` Terje Kvernes
  2001-09-30 14:08       ` Martin Schlemmer
  0 siblings, 1 reply; 5+ messages in thread
From: Terje Kvernes @ 2001-09-30 13:53 UTC (permalink / raw
  To: gentoo-dev

Morgan Christiansson <sft3905@post.netlink.se> writes:

> I was hoping it would fix opening filenames with spaces, but it
> didn't, anyone has any ideas on how to fix it?
>  
> $ mplayer Gone\ in\ 60\ seconds\ \[DivX\].avi

  okay, just because I'm not using mplayer, what does it do if you use
  ticks?
 
  mplayer 'Gone in 60 seconds [DivX].avi'

  I looked at their commandlineparsing code but I didn't find anything
  interesting. well, except for some gotos. *sigh*

  why people aren't using standard libraries to do argument handling
  is besides me, but hey, what do I know? :)

-- 
Terje



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-dev] new mplayer
  2001-09-30 13:53     ` Terje Kvernes
@ 2001-09-30 14:08       ` Martin Schlemmer
  0 siblings, 0 replies; 5+ messages in thread
From: Martin Schlemmer @ 2001-09-30 14:08 UTC (permalink / raw
  To: gentoo-dev

On Sun, 2001-09-30 at 21:53, Terje Kvernes wrote:
> Morgan Christiansson <sft3905@post.netlink.se> writes:
> 
> > I was hoping it would fix opening filenames with spaces, but it
> > didn't, anyone has any ideas on how to fix it?
> >  
> > $ mplayer Gone\ in\ 60\ seconds\ \[DivX\].avi
> 
>   okay, just because I'm not using mplayer, what does it do if you use
>   ticks?
>  
>   mplayer 'Gone in 60 seconds [DivX].avi'
> 
>   I looked at their commandlineparsing code but I didn't find anything
>   interesting. well, except for some gotos. *sigh*
> 
>   why people aren't using standard libraries to do argument handling
>   is besides me, but hey, what do I know? :)

It used a bash script as wrapper to fix some issue ... called mplayer
with $@ and not "$@" ;-)

fixed now as I said in earlier post.

> 
> -- 
> Terje


Greetings,
  MS
--

Martin Schlemmer
Gentoo Linux Developer, Desktop Team Developer
Cape Town, South Africa




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2001-09-30 20:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-09-29 15:20 [gentoo-dev] new mplayer Martin Schlemmer
2001-09-30  5:17 ` Mikael Hallendal
2001-09-30 10:29   ` Morgan Christiansson
2001-09-30 13:53     ` Terje Kvernes
2001-09-30 14:08       ` Martin Schlemmer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox