Author Topic: Gplflash 2, [working]  (Read 13735 times)

anunakin

  • Sr. Member
  • ****
  • Posts: 340
    • View Profile
    • http://vivaphp.net
Gplflash 2, [working]
« Reply #15 on: January 21, 2006, 09:37:57 am »
step-by-step

$ chmod 755 libnpflash_so_0_0.0
$ cp /path/to/you/libnpflash_so_0_0.0 /mnt/ide3/usr/lib/firefox/lib/firefox-1.5/plugins/libnpflash.so

With symlink dont work, for me!  
[img]http://www.vivaphp.net/imagens/rev2.jpg\" border=\"0\" class=\"linked-sig-image\" /]
Anunakin (Marcus Fazzi)

Nokia N900 32GB + microSD 2GB
Nokia N810 w/ microSD 8GB
Nokia 5310 XpressMusic w/ microSD 1GB
HP48GX->Psion Sienna->Palm m130->Tungsten T->Zaurus SL-5500->C3000->C3100 ALL SOLD

My FEED(On Line AGAIN!!!)

wowo123

  • Jr. Member
  • **
  • Posts: 81
    • View Profile
    • http://
Gplflash 2, [working]
« Reply #16 on: January 22, 2006, 05:46:50 am »
Okay, without the symlink it installs now and is recognized. But each time, flash content is processed, firefox freezes. Same situation when using the external flashplayer from command line: The first flash image comes up and nothing else ever happens.
Anyone able to run a complete flash application?













------------------------------------
C860, pdaxrom beta1 with ROX and KDE 3.5 on SD,
1GB SD, MicroDrive 4 GB, WLAN: D-Link DCF-660W,
BT: Belkin F8T020

adf

  • Hero Member
  • *****
  • Posts: 2807
    • View Profile
    • http://
Gplflash 2, [working]
« Reply #17 on: January 22, 2006, 04:06:28 pm »
Quote
Okay, without the symlink it installs now and is recognized. But each time, flash content is processed, firefox freezes. Same situation when using the external flashplayer from command line: The first flash image comes up and nothing else ever happens.
Anyone able to run a complete flash application?




Nope. I was looking for this thread to post pretty much the same thing.








------------------------------------
C860, pdaxrom beta1 with ROX and KDE 3.5 on SD,
1GB SD, MicroDrive 4 GB, WLAN: D-Link DCF-660W,
BT: Belkin F8T020
[div align=\"right\"][a href=\"index.php?act=findpost&pid=111897\"][{POST_SNAPBACK}][/a][/div]
**3100 Zubuntu Jaunty,(working on Cacko dualboot), 16G A-Data internal CF, 4G SD, Ambicom WL-1100C Cf, linksys usb ethernet,  BelkinF8T020 BT card, Belkin F8U1500-E Ir kbd, mini targus usb mouse, rechargeble AC/DC powered USB hub, psp cables and battery extenders.

**6000l  Tetsuized Sharprom, installed on internal flash only 1G sd, 2G cf

anunakin

  • Sr. Member
  • ****
  • Posts: 340
    • View Profile
    • http://vivaphp.net
Gplflash 2, [working]
« Reply #18 on: January 22, 2006, 04:46:18 pm »
Here, Firefox goes so slow but dont freezes ans flashplayer goes nice....  
[img]http://www.vivaphp.net/imagens/rev2.jpg\" border=\"0\" class=\"linked-sig-image\" /]
Anunakin (Marcus Fazzi)

Nokia N900 32GB + microSD 2GB
Nokia N810 w/ microSD 8GB
Nokia 5310 XpressMusic w/ microSD 1GB
HP48GX->Psion Sienna->Palm m130->Tungsten T->Zaurus SL-5500->C3000->C3100 ALL SOLD

My FEED(On Line AGAIN!!!)

soundio

  • Newbie
  • *
  • Posts: 7
    • View Profile
Gplflash 2, [working]
« Reply #19 on: March 22, 2006, 06:17:48 am »
Could somebody tell the best way how to get Firefox 1.5 to pdaxrom?
Have no linux box to compile.

(Pdaxrom 1.1Beta2 on C3000)

anunakin

  • Sr. Member
  • ****
  • Posts: 340
    • View Profile
    • http://vivaphp.net
Gplflash 2, [working]
« Reply #20 on: March 22, 2006, 07:29:08 am »
firefox 1.5 is on official FEED.... you need only ...
$ipkg -d ideN install firefox

where ideN is you mount point defined in /etc/ipkg.conf

 

dtruchan: Can you post a howto compile this....?


 I have some ideas on make this more fast...  flash movies have a setup system for sets resolution... and gplflash put this on high mode... if we put to low... this can works more nice on Z...  

On website of GPLflash there is some info about project GNASH .... any hope this works on pdaXrom?
http://www.gnu.org/software/gnash/
« Last Edit: March 22, 2006, 11:15:51 am by anunakin »
[img]http://www.vivaphp.net/imagens/rev2.jpg\" border=\"0\" class=\"linked-sig-image\" /]
Anunakin (Marcus Fazzi)

Nokia N900 32GB + microSD 2GB
Nokia N810 w/ microSD 8GB
Nokia 5310 XpressMusic w/ microSD 1GB
HP48GX->Psion Sienna->Palm m130->Tungsten T->Zaurus SL-5500->C3000->C3100 ALL SOLD

My FEED(On Line AGAIN!!!)

dtruchan

  • Jr. Member
  • **
  • Posts: 89
    • View Profile
    • http://
Gplflash 2, [working]
« Reply #21 on: March 22, 2006, 06:57:13 pm »
Quote
dtruchan: Can you post a howto compile this....?

get source
Code: [Select]
cvs -z9 -d :pserver:anonymous@cvs.sourceforge.net:/cvsroot/gplflash co gplflash2
autogen outside dev enviroment.

configure craps out trying to run a test program while cross compiling.
XOpenDisplay is in libX11, it better be.
configure needs to ignore the test result, so I fool it.

edit configure, around line 20019
change
ac_cv_lib_X11_XOpenDisplay=no
to
ac_cv_lib_X11_XOpenDisplay=yes

configure it
Code: [Select]
./configure \
    --host=armv5tel-cacko-linux \
    --build=i686-linux \
    --x-includes=/opt/cross/arm/3.4.5-xscale-softvfp/armv5tel-cacko-linux/include \
    --x-libraries=/opt/cross/arm/3.4.5-xscale-softvfp/armv5tel-cacko-linux/lib \
    --prefix=/usr
should fail in player dir with the dumb libXxf86vm.so error.
Player is just a test program used for debugging.

switch to plugin/mozilla dir

run make

should fail

grab gcc line

Code: [Select]
armv5tel-cacko-linux-g++ -shared -nostdlib /opt/cross/arm/3.4.5-xscale-softvfp/lib/gcc/armv5tel-cacko-linux/3.4.5/../../../../armv5tel-cacko-linux/lib/crti.o /opt/cross/arm/3.4.5-xscale-softvfp/lib/gcc/armv5tel-cacko-linux/3.4.5/crtbeginS.o  .libs/libnpflash_la-flash_interface.o .libs/libnpflash_la-plugin.o .libs/libnpflash_la-npunix.o -Wl,--whole-archive ../../lib/.libs/libflash2.a -Wl,--no-whole-archive  -Wl,--rpath -Wl,/opt/cross/arm/3.4.5-xscale-softvfp/armv5tel-cacko-linux/lib -Wl,--rpath -Wl,/opt/cross/arm/3.4.5-xscale-softvfp/armv5tel-cacko-linux/lib -L/opt/cross/arm/3.4.5-xscale-softvfp/armv5tel-cacko-linux/lib -ljpeg -lX11 -lXt -lXext -lGL -lGLU -lavformat -lavcodec /opt/cross/arm/3.4.5-xscale-softvfp/armv5tel-cacko-linux/lib/libSDL.so -L/home/sash/Work/Corgi/pdaXrom-builder/build/gcc-3.4.5-armv5tel-cacko-linux-stage2/armv5tel-cacko-linux/libstdc++-v3/src -L/home/sash/Work/Corgi/pdaXrom-builder/build/gcc-3.4.5-armv5tel-cacko-linux-stage2/armv5tel-cacko-linux/libstdc++-v3/src/.libs -L/home/sash/Work/Corgi/pdaXrom-builder/build/gcc-3.4.5-armv5tel-cacko-linux-stage2/gcc -L/opt/cross/arm/3.4.5-xscale-softvfp/armv5tel-cacko-linux/bin -L/opt/cross/arm/3.4.5-xscale-softvfp/lib/gcc/armv5tel-cacko-linux/3.4.5 -L/opt/cross/arm/3.4.5-xscale-softvfp/lib/gcc/armv5tel-cacko-linux/3.4.5/../../../../armv5tel-cacko-linux/lib -lpthread -L/usr/lib /opt/cross/arm/3.4.5-xscale-softvfp/armv5tel-cacko-linux/lib/libxml2.so /opt/cross/arm/3.4.5-xscale-softvfp/armv5tel-cacko-linux/lib/libfreetype.so /usr/lib/libfreetype.so /usr/lib/libxml2.so -ldl -lz /opt/cross/arm/3.4.5-xscale-softvfp/armv5tel-cacko-linux/lib/libstdc++.so -lm -lc -lgcc_s /opt/cross/arm/3.4.5-xscale-softvfp/lib/gcc/armv5tel-cacko-linux/3.4.5/crtendS.o /opt/cross/arm/3.4.5-xscale-softvfp/lib/gcc/armv5tel-cacko-linux/3.4.5/../../../../armv5tel-cacko-linux/lib/crtn.o  -Wl,-soname -Wl,libnpflash.so.0 -o .libs/libnpflash.so.0.0.0
find /usr/lib/libfreetype.so and /usr/lib/libxml2.so and remove them from the command.

run it

in .libs you'll have libnpflash.so.0.0.0
player is the same process, but libXxf86vm.so is not made with kdrive, it is not needed. just remove it from the gcc line too.

I havn't tried the konqueror plugin.

Fun right.
 
860 Debian EABI
Lexar Cards
WCF11 v2.5
Mittoni SD-CF Adapter
Gentoo

soundio

  • Newbie
  • *
  • Posts: 7
    • View Profile
Gplflash 2, [working]
« Reply #22 on: March 23, 2006, 07:39:17 am »
Quote
firefox 1.5 is on official FEED.... you need only ...
$ipkg -d ideN install firefox

where ideN is you mount point defined in /etc/ipkg.conf

The only ipk I have found is in:

Experimental! X/Qt packages
Feed: http://mail.pdaxrom.org/1.1.0beta1/XQt/feed/

Is that what you meant?

btw:
I'm unable to use ipkg.
It is just broken Maybe due to impropriate installation of Pdaxrom.
Can I simply owerwrite it with working ipkg?
« Last Edit: March 23, 2006, 07:49:15 am by soundio »