Adobe Flash

From Openmoko

(Difference between revisions)
Jump to: navigation, search
m (Flash moved to Adobe Flash)
 
(2 intermediate revisions by 2 users not shown)
Line 7: Line 7:
 
http://www.gnashdev.org/images/kif_5699.jpg.
 
http://www.gnashdev.org/images/kif_5699.jpg.
  
 +
==== Installation ====
 +
 +
NOTE: The version linked to is outdated and therefore not recommendable.
  
 
Ipk packages of Gnash for the Openmoko are available from:
 
Ipk packages of Gnash for the Openmoko are available from:
Line 12: Line 15:
 
http://www.getgnash.org/packages/releases/openmoko/
 
http://www.getgnash.org/packages/releases/openmoko/
 
</pre>
 
</pre>
If you want to install Gnash, you can follow this instruction:
+
If you want to install Gnash, here's how:
  
1.Download Gnash:
 
 
<pre>
 
<pre>
wget http://www.getgnash.org/packages/releases/openmoko/gnash_0.8.1-r0_armv4t.ipk
+
opkg install http://www.getgnash.org/packages/releases/openmoko/gnash_0.8.1-r0_armv4t.ipk
 
</pre>
 
</pre>
  
Note: You may need libagg 2.5 which I was unable to find in a standard repository. I was able to install after adding a new repository. Heres how to add the repository:
+
==== Troubleshooting ====
 +
 
 +
In case opkg complains about libagg2 missing, you'll have to add the angstrom repository. Here's how to add the repository and have opkg install gnash with all neccesary dependencies:
  
 
<pre>
 
<pre>
 
echo "src/gz angstrom-armv4t http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/armv4t/base/" > /etc/opkg/angstrom-feed.conf
 
echo "src/gz angstrom-armv4t http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/armv4t/base/" > /etc/opkg/angstrom-feed.conf
 
opkg update
 
opkg update
 +
opkg install http://www.getgnash.org/packages/releases/openmoko/gnash_0.8.1-r0_armv4t.ipk
 +
</pre>
 +
 +
In case opkg only complains about gtk+-fastscaling, you can ignore this error and install with:
 +
 +
<pre>
 +
opkg --force-depends install http://www.getgnash.org/packages/releases/openmoko/gnash_0.8.1-r0_armv4t.ipk
 
</pre>
 
</pre>
  
2.put this ipk file on you Neo
+
if you have a problem with loading shared library libltdl.so.3, install it with opkg install:
  
3.Install this package:
 
 
<pre>
 
<pre>
opkg install gnash_0.8.1-r0_armv4t.ipk
+
opkg install http://jalimo.evolvis.org/repository/openmoko/armv4t/libltdl3_1.5.24-r1_armv4t.ipk
 
</pre>
 
</pre>
  
 
[[Category:Graphics Applications]]
 
[[Category:Graphics Applications]]

Latest revision as of 22:59, 24 November 2010

TODO: This page is a stub. (See: To-Do List)

Adobe Flash is not supported on Openmoko. We recommend Gnash. Gnash is a free software swf file player that supports up to swf version 8, with swf v9 currently under heavy development. It fully supports streaming video from popular web sites, and most flash based animations. On the Openmoko, Gnash has to use 100% software rendering, so some things, like streaming video over the internet has performance issues at this time.


A screenshot of Gnash on the NEO 1973 is here: http://www.gnashdev.org/images/kif_5699.jpg.

[edit] Installation

NOTE: The version linked to is outdated and therefore not recommendable.

Ipk packages of Gnash for the Openmoko are available from:

http://www.getgnash.org/packages/releases/openmoko/

If you want to install Gnash, here's how:

opkg install http://www.getgnash.org/packages/releases/openmoko/gnash_0.8.1-r0_armv4t.ipk

[edit] Troubleshooting

In case opkg complains about libagg2 missing, you'll have to add the angstrom repository. Here's how to add the repository and have opkg install gnash with all neccesary dependencies:

echo "src/gz angstrom-armv4t http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/armv4t/base/" > /etc/opkg/angstrom-feed.conf
opkg update
opkg install http://www.getgnash.org/packages/releases/openmoko/gnash_0.8.1-r0_armv4t.ipk

In case opkg only complains about gtk+-fastscaling, you can ignore this error and install with:

opkg --force-depends install http://www.getgnash.org/packages/releases/openmoko/gnash_0.8.1-r0_armv4t.ipk

if you have a problem with loading shared library libltdl.so.3, install it with opkg install:

opkg install http://jalimo.evolvis.org/repository/openmoko/armv4t/libltdl3_1.5.24-r1_armv4t.ipk
Personal tools
TODO: This page is a stub. (See: To-Do List)

Adobe Flash is not supported on Openmoko. We recommend Gnash. Gnash is a free software swf file player that supports up to swf version 8, with swf v9 currently under heavy development. It fully supports streaming video from popular web sites, and most flash based animations. On the Openmoko, Gnash has to use 100% software rendering, so some things, like streaming video over the internet has performance issues at this time.


A screenshot of Gnash on the NEO 1973 is here: http://www.gnashdev.org/images/kif_5699.jpg.


Ipk packages of Gnash for the Openmoko are available from:

http://www.getgnash.org/packages/releases/openmoko/

If you want to install Gnash, you can follow this instruction:

1.Download Gnash:

wget http://www.getgnash.org/packages/releases/openmoko/gnash_0.8.1-r0_armv4t.ipk

Note: You may need libagg 2.5 which I was unable to find in a standard repository. I was able to install after adding a new repository. Heres how to add the repository:

echo "src/gz angstrom-armv4t http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/armv4t/base/" > /etc/opkg/angstrom-feed.conf
opkg update

2.put this ipk file on you Neo

3.Install this package:

opkg install gnash_0.8.1-r0_armv4t.ipk