Author Topic: Mozilla-firefox Flash Plugin  (Read 11360 times)

mathemajikian

  • Sr. Member
  • ****
  • Posts: 301
    • View Profile
    • http://exit3.i-55.com/~xikon/openbsdzaurus.html
Mozilla-firefox Flash Plugin
« on: May 15, 2007, 11:45:25 pm »
Mozilla-firefox Flash 7 support via Gnash. It's pretty slow but it gets the job done.

[img]http://mersenne.homeunix.net/flashplugin1.png\" border=\"0\" class=\"linked-image\" /]

[img]http://mersenne.homeunix.net/flashplugin.png\" border=\"0\" class=\"linked-image\" /]

[img]http://mersenne.homeunix.net/flashplugin2.png\" border=\"0\" class=\"linked-image\" /]
« Last Edit: May 16, 2007, 05:28:28 pm by mathemajikian »

ZDevil

  • Hero Member
  • *****
  • Posts: 1998
    • View Profile
    • http://
Mozilla-firefox Flash Plugin
« Reply #1 on: May 16, 2007, 01:48:33 pm »
Terrific! Where can we get the plugin?

Life is too precious for hacking *too much*
Visit my Z screencap gallery[/color]
My EeePC 701 Black = Debian (Lenny) on IceRocks + Transcend SDHC Class6 8GB + 2GB RAM
My Zaurus SL-C3200 = Debian EABI (kernel 2.6.24.3-yonggun) on a swapped internal Sandisk Extreme III CF 16gb
My Debian EABI feed: http://matrixmen.free.fr/zaurus/debian/
My OpenBSD/Zaurus feeds:  Link1, Link2
[/i][/font][/color][/size]

mathemajikian

  • Sr. Member
  • ****
  • Posts: 301
    • View Profile
    • http://exit3.i-55.com/~xikon/openbsdzaurus.html
Mozilla-firefox Flash Plugin
« Reply #2 on: May 20, 2007, 01:36:58 pm »
Quote
Terrific! Where can we get the plugin?
After you build the beast devel/boost the gnash plugin can easily be built from the ports tree. I'm going to rebuild gnash with some of the flag optimizations you suggested and see if I see any differences in performance. I'm not going to rebuild  devel/boost since it took approximately four days compile.
« Last Edit: May 20, 2007, 01:39:02 pm by mathemajikian »

Meanie

  • Hero Member
  • *****
  • Posts: 2803
    • View Profile
    • http://www.users.on.net/~hluc/myZaurus/
Mozilla-firefox Flash Plugin
« Reply #3 on: May 20, 2007, 08:29:51 pm »
Quote
Quote
Terrific! Where can we get the plugin?
After you build the beast devel/boost the gnash plugin can easily be built from the ports tree. I'm going to rebuild gnash with some of the flag optimizations you suggested and see if I see any differences in performance. I'm not going to rebuild  devel/boost since it took approximately four days compile.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=161736\"][{POST_SNAPBACK}][/a][/div]

you're kidding right? three days? it only took me 1 day to build boost on pdaXrom. what options did you use that took that much extra time? btw, what options did you use for firefox2? it took me 3 days to build it, but it core dumps
SL-C3000 - pdaXii13 build5.4.9 (based on pdaXrom beta3) / SL-C3100 - Sharp ROM 1.02 JP (heavily customised)
Netgear MA701 CF, SanDisk ConnectPlus CF, Socket Bluetooth CF, 4GB Kingston CF,  4GB pqi SD, 4GB ChoiceOnly SD, 2GB SanDisk SD USB Plus, 1GB SanDisk USB Plus, 1GB Transcend SD, 2GB SanDisk MicroSD with SD adaptor, Piel Frama Leather Case, GoldX 5-in-1 USB cable, USB hub, USB mouse, USB keyboard, USB ethernet, USB HDD, many other USB accessories...
(Zaurus SL-C3000 owner since March 14. 2005, Zaurus SL-C3100 owner since September 21. 2005)
http://members.iinet.net.au/~wyso/myZaurus - zBook3K

mathemajikian

  • Sr. Member
  • ****
  • Posts: 301
    • View Profile
    • http://exit3.i-55.com/~xikon/openbsdzaurus.html
Mozilla-firefox Flash Plugin
« Reply #4 on: May 20, 2007, 09:19:48 pm »
Quote
btw, what options did you use for firefox2? it took me 3 days to build it, but it core dumps
--with-system-jpeg=/usr/local
                --with-system-png=/usr/local
                --with-system-zlib=/usr/lib    
                --with-system-nspr              
                --with-system-nss              
                --with-pthreads                
                --enable-xft                    
                --disable-optimize              
                --enable-default-toolkit=gtk2  
                --disable-debug                
                --disable-tests                
                --disable-pedantic              
                --disable-installer            
                --disable-updater              
                --disable-gnomeui              
                --disable-gnomevfs              
                --enable-xinerama              
                --enable-svg                    
                --enable-svg-renderer=cairo    
                --enable-system-cairo          
                --enable-canvas                
                --enable-official-branding
« Last Edit: May 21, 2007, 12:27:15 am by mathemajikian »

ZDevil

  • Hero Member
  • *****
  • Posts: 1998
    • View Profile
    • http://
Mozilla-firefox Flash Plugin
« Reply #5 on: May 21, 2007, 01:40:18 am »
So can some configure flags help speeding up make?  

mathemajikian, I guess you are building things using the port tree, right?

Even though it takes such a long time, the fact is things work really well under OBSD.

Life is too precious for hacking *too much*
Visit my Z screencap gallery[/color]
My EeePC 701 Black = Debian (Lenny) on IceRocks + Transcend SDHC Class6 8GB + 2GB RAM
My Zaurus SL-C3200 = Debian EABI (kernel 2.6.24.3-yonggun) on a swapped internal Sandisk Extreme III CF 16gb
My Debian EABI feed: http://matrixmen.free.fr/zaurus/debian/
My OpenBSD/Zaurus feeds:  Link1, Link2
[/i][/font][/color][/size]

mathemajikian

  • Sr. Member
  • ****
  • Posts: 301
    • View Profile
    • http://exit3.i-55.com/~xikon/openbsdzaurus.html
Mozilla-firefox Flash Plugin
« Reply #6 on: May 21, 2007, 10:08:50 am »
Quote
So can some configure flags help speeding up make? 

mathemajikian, I guess you are building things using the port tree, right?
I build most things from /usr/ports. If it's not in the ports tree, then I build it from src and try to have it added.  Yes, there are certain configure options which you can set which can speed up the build times; however, these options vary from port to port. Just ./configure --help to see a list of options which you can set.

mathemajikian

  • Sr. Member
  • ****
  • Posts: 301
    • View Profile
    • http://exit3.i-55.com/~xikon/openbsdzaurus.html
Mozilla-firefox Flash Plugin
« Reply #7 on: August 22, 2007, 07:08:58 am »
The latest gnash-0.8.0 plug-in in the ports tree works with YouTube video and Myspace music players. It's pretty much useless for video on a Z. but could be an item of interest for those running OpenBSD on a Desktop.
« Last Edit: August 22, 2007, 07:10:38 am by mathemajikian »