Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Sep 2002 10:45:15 +0930
From:      Greg 'groggy' Lehey <grog@FreeBSD.org>
To:        Dru <dlavigne6@cogeco.ca>
Cc:        "Weston M. Price" <wmprice@direcway.com>, FreeBSD Questions <questions@FreeBSD.ORG>
Subject:   Re: Mplayer
Message-ID:  <20020925011515.GF30669@wantadilla.lemis.com>
In-Reply-To: <20020924210816.C763-100000@dhcp-17-14.kico2.on.cogeco.ca>
References:  <20020925010414.GD30669@wantadilla.lemis.com> <20020924210816.C763-100000@dhcp-17-14.kico2.on.cogeco.ca>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tuesday, 24 September 2002 at 21:10:12 -0400, Dru wrote:
> On Wed, 25 Sep 2002, Greg 'groggy' Lehey wrote:
>> On Tuesday, 24 September 2002 at 20:37:27 +0000, Weston M. Price wrote:
>>> On Tuesday 24 September 2002 11:11 pm, you wrote:
>>>> On Tuesday, 24 September 2002 at 15:24:00 +0000, Weston M. Price wrote:
>>>>> Hello,
>>>>> 	Does anyone have the mplayer gui running. The man page says it
>>>>> is gmplayer but I cannot find a single reference to it on my
>>>>> system. Thanks.
>>>>
>>>> Works fine for me, for a recent installation:
>>>>
>>>>    $ pkg_info -L mplayer-gtk-0.90.0.8
>>>>    Information for mplayer-gtk-0.90.0.8:
>>>>
>>>> In order to get it to work, you also need to install the
>>>> graphics/mplayer-skins port.
>>>
>>> Do you get a lot of mplayer crashes. I can't seem to keep this thing
>>> up and running for too long.
>>
>> None so far, though I have had a few wierdnesses.  I've only been
>> playing with it for a day or so, so it's probably not time to report
>> yet.
>
> Did you have to do any special magic to install mplayer in the first
> place? I've tried on several occasions on a couple of different machines
> but have never gotten past the configure script. Doesn't matter if I
> try with or without the gui. Always with the latest ports
> collection.

Well, normally I run my makes with a little function called Make:

  Make ()
  {
    if [ "${MAKE}" = "" ]; then
      MAKE=make
    fi
    xtset `uname -n|sed 's:\..*$::'`:`pwd`: Make "$* "`date`
    (echo '=====' `date`: Make $*; /usr/bin/time -l ${MAKE} 2>&1 $*) | tee -a Make.log
    cd .
    }

This doesn't interoperate well with interactive ports which display
menus: they don't interpret function keys correctly.  So I have to do:

 # make configure
 # Make install

Apart from that, and the missing skins, I had no difficulties.  What
have you seen?

Greg
--
When replying to this message, please copy the original recipients.
For more information, see http://www.lemis.com/questions.html
See complete headers for address and phone numbers

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020925011515.GF30669>