10a73
![]() |
|
|
|
|
|||||||
| Multimedia Having problems running your new shiny and blinking gadget or watching DVDs, listening to CDs etc.? |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
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 Thanks for help. |
|
#2
|
||||
|
||||
|
Here it is:
Code:
cd /usr/ports/www/mplayer-plugin make -n | grep -A 5 -B 5 firefox | more # make WITH_GECKO=seamonkeybtw, 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 |
|
#3
|
|||
|
|||
|
Quote:
do I need to type the code like this? Code:
make -n | grep -A 5 -B 5 firefox | Also do I need to use this code? Code:
#make WITH_GECKO=seamonkey |
|
#4
|
||||
|
||||
|
That's how I found the text about this setting. You don't need it actually.
Code:
make WITH_GECKO=seamonkey |
|
#5
|
|||
|
|||
|
So this code
Code:
make -n | grep -A 5 -B 5 firefox | Thanks MG |
|
#6
|
||||
|
||||
|
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 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 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. |
| The Following User Says Thank You to MG For This Useful Post: | ||
al7oot (August 15th, 2009) | ||
|
#7
|
|||
|
|||
|
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.
|
|
#8
|
|||
|
|||
|
Quote:
. I installed mplayerplug-in using the following code:Code:
cd /usr/ports/www/mplayer-plugin && make WITH_GECKO=seamonkey install clean
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
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 |