10a73 [Solved] mplayplug-in and firefox - The FreeBSD Forums
The FreeBSD Forums  

Go Back   The FreeBSD Forums > Desktop Usage > Multimedia

Multimedia Having problems running your new shiny and blinking gadget or watching DVDs, listening to CDs etc.?

Reply
 
Thread Tools Display Modes
  #1  
Old August 14th, 2009, 21:26
al7oot al7oot is offline
Junior Member
 
Join Date: Aug 2009
Posts: 21
Thanks: 4
Thanked 0 Times in 0 Posts
Default mplayplug-in and firefox

Hellow everyone,

I'm currently using SeaMonkey Web Navigator and I want to install mplayerplug-in; the problem is when I installed it using the following code
Code:
pkg_add -r mplayerplug-in
, the installer installed firefox as a dependency! I know that mplayerplug-in works with any gecko browser i.e. it works well with SeaMonkey. So, how to install it without firefox. I don't need two browsers in my freeBSD box.

Thanks for help.
Reply With Quote
  #2  
Old August 14th, 2009, 22:02
MG's Avatar
MG MG is offline
Member
 
Join Date: Nov 2008
Location: Netherlands
Posts: 191
Thanks: 5
Thanked 15 Times in 11 Posts
Default

Here it is:

Code:
cd /usr/ports/www/mplayer-plugin
make -n | grep -A 5 -B 5 firefox | more
so it's like: # make WITH_GECKO=seamonkey

btw, is the port name misspelled on www.freebsd.org/ports? I have /usr/ports/www/mplayer-plugin on my disc, but on the ports page its mplayerplug-in.

I don't know if this is also possible with pkg_add without building mplayer-plugin

Last edited by DutchDaemon; August 15th, 2009 at 00:51. Reason: tags
Reply With Quote
  #3  
Old August 14th, 2009, 22:34
al7oot al7oot is offline
Junior Member
 
Join Date: Aug 2009
Posts: 21
Thanks: 4
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by MG View Post
Here it is:

cd /usr/ports/www/mplayer-plugin
make -n | grep -A 5 -B 5 firefox | more:

so it's like: #make WITH_GECKO=seamonkey

btw, is the port name misspelled on www.freebsd.org/ports? I have /usr/ports/www/mplayer-plugin on my disc, but on the ports page its mplayerplug-in.

I don't know if this is also possible with pkg_add without building mplayer-plugin
Thanks for the quick repond,

do I need to type the code like this?
Code:
make -n | grep -A 5 -B 5 firefox |
what about "more:"?
Also do I need to use this code?
Code:
#make WITH_GECKO=seamonkey
please clarify.
Reply With Quote
  #4  
Old August 14th, 2009, 22:40
MG's Avatar
MG MG is offline
Member
 
Join Date: Nov 2008
Location: Netherlands
Posts: 191
Thanks: 5
Thanked 15 Times in 11 Posts
Default

That's how I found the text about this setting. You don't need it actually.

Code:
make WITH_GECKO=seamonkey
should do the job
Reply With Quote
  #5  
Old August 14th, 2009, 23:06
al7oot al7oot is offline
Junior Member
 
Join Date: Aug 2009
Posts: 21
Thanks: 4
Thanked 0 Times in 0 Posts
Default

So this code
Code:
make -n | grep -A 5 -B 5 firefox |
will prevent firefox from being installed with mplayerplug-in? I just want to double-check with you before I proceed with the installation; it's difficult to undo the installation if anything went wrong.

Thanks MG
Reply With Quote
  #6  
Old August 15th, 2009, 00:20
MG's Avatar
MG MG is offline
Member
 
Join Date: Nov 2008
Location: Netherlands
Posts: 191
Thanks: 5
Thanked 15 Times in 11 Posts
Default

To be exactly, it was a search through the preview of the make command on this port. I was a bit lucky:

If I do:
Code:
cd /usr/ports/www/mplayer-plugin
make -n | grep -A 5 -B 5 firefox | more
I get this info on top of my screen:
Code:
echo ""
echo " mplayerplug-in is using firefox for gecko support, but you can"
echo " change that by defining WITH_GECKO to the following values:"
echo ""
echo "   firefox "
echo "   mozilla "
echo "   seamonkey "
echo "   libxul "
echo ""
true
Maybe this search result only happens on mplayerplug-in-3.55 on CURRENT ports.
I didn't try to build this, but it should just work:
Code:
make WITH_GECKO=seamonkey

Last edited by MG; August 15th, 2009 at 00:42.
Reply With Quote
The Following User Says Thank You to MG For This Useful Post:
al7oot (August 15th, 2009)
  #7  
Old August 15th, 2009, 13:15
lumiwa
Guest
 
Posts: n/a
Default

As I red about Firefox, a 2.0 version should be out of ports and 3.1 or 3.5 should we use but if you install mplayer-plugin for example you will get firefox 2.0 again on the system.
Reply With Quote
  #8  
Old August 15th, 2009, 13:21
al7oot al7oot is offline
Junior Member
 
Join Date: Aug 2009
Posts: 21
Thanks: 4
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by MG View Post
To be exactly, it was a search through the preview of the make command on this port. I was a bit lucky:

If I do:
Code:
cd /usr/ports/www/mplayer-plugin
make -n | grep -A 5 -B 5 firefox | more
I get this info on top of my screen:
Code:
echo ""
echo " mplayerplug-in is using firefox for gecko support, but you can"
echo " change that by defining WITH_GECKO to the following values:"
echo ""
echo "   firefox "
echo "   mozilla "
echo "   seamonkey "
echo "   libxul "
echo ""
true
Maybe this search result only happens on mplayerplug-in-3.55 on CURRENT ports.
I didn't try to build this, but it should just work:
Code:
make WITH_GECKO=seamonkey
Thanks MG, your help was invaluable. It worked as charm . I installed mplayerplug-in using the following code:
Code:
cd /usr/ports/www/mplayer-plugin && make WITH_GECKO=seamonkey install clean
Now I have the plugin installed without firefox.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
firefox 3.5 is out graudeejs Off-Topic 21 September 1st, 2009 15:34
Chrome and Firefox Plugoo Off-Topic 2 July 14th, 2009 21:49
firefox and vplayer roelof Multimedia 1 May 28th, 2009 18:12
I can print from firefox but nothing else. paulfrottawa General 10 April 24th, 2009 07:19
How to remove FireFox ??? Juveinferno Installing & Upgrading 14 December 25th, 2008 16:55


All times are GMT +1. The time now is 01:55.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.
The mark FreeBSD is a registered trademark of The FreeBSD Foundation and is used by The FreeBSD Project with the permission of The FreeBSD Foundation.
Web protection and acceleration provided by CloudFlare
0