Date: Sat, 4 Jan 2003 08:09:31 -0600 From: D J Hawkey Jr <hawkeyd@visi.com> To: John Merryweather Cooper <coop9211@uidaho.edu> Cc: freebsd-multimedia@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: FreeBSD-4.5, Mozilla-1.1, Plugger-4.0 and MPlayer-0.90rc2, oh-my! Message-ID: <20030104080931.A16422@sheol.localdomain> In-Reply-To: <3E167357.7030300@uidaho.edu>; from coop9211@uidaho.edu on Fri, Jan 03, 2003 at 09:38:31PM -0800 References: <20030103200927.A667@sheol.localdomain> <3E167357.7030300@uidaho.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
On Jan 03, at 09:38 PM, John Merryweather Cooper wrote: > > Thanks! > > For the FreeBSD version, I'm the maintainer of www/plugger. > > Could someone listening on ports put this in as a PR? With web-based > send-pr disabled, I can't do it as my FreeBSD machine is somewhat > Northeast of me at the moment. :) Just so you know, my hacks won't bring the Moz-on-Unix experience up to the same level as that of IE-on-M$. Many multimedia pages I visited confuse mplayer with whatever it is they're presenting as video clips (http://www.apple.com/trailers/), and QT and MPEG won't stream. Also, the hack to run-mozilla.sh as written isn't robust enough. This works better, but it still isn't The Right Answer(tm): --- run-mozilla.sh Tue Dec 31 08:01:03 2002 +++ run-mozilla.sh Fri Jan 3 12:20:26 2003 @@ -193,6 +193,12 @@ ## $prog ${1+"$@"} exitcode=$? + + ## + ## Kill any plugger artifacts + ## + ps -axww |egrep "mplayer.*wid" |awk '{print $1}' |xargs kill -9 + if [ "$DEBUG_CORE_FILES" ] then if [ -f core ] > jmc Dave -- ______________________ ______________________ \__________________ \ D. J. HAWKEY JR. / __________________/ \________________/\ hawkeyd@visi.com /\________________/ http://www.visi.com/~hawkeyd/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030104080931.A16422>