Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/modules/adobe_flash/README
diff options
context:
space:
mode:
authorDaniel Drake <dsd@laptop.org>2012-10-16 20:20:59 (GMT)
committer Daniel Drake <dsd@laptop.org>2012-10-16 20:22:04 (GMT)
commit2ced5a7b019ca2afe25afdedd78cbeb44b085100 (patch)
tree52882d361af3574d074253a66c05eb8d9a42999d /modules/adobe_flash/README
parent2dc2f40a2f128c573c8265e8a8f5bbb408911489 (diff)
adobe_flash: support installing from bare .so file
Adobe Flash may be available on ARM as a bare libflashplayer.so file. Support installation of this format via the adobe_flash module.
Diffstat (limited to 'modules/adobe_flash/README')
-rw-r--r--modules/adobe_flash/README26
1 files changed, 19 insertions, 7 deletions
diff --git a/modules/adobe_flash/README b/modules/adobe_flash/README
index a61d60c..46750f6 100644
--- a/modules/adobe_flash/README
+++ b/modules/adobe_flash/README
@@ -1,6 +1,4 @@
This module installs Adobe Flash in the build.
-There is no configuration, simply include this module in your configuration.
-
***** WARNING *****
@@ -11,11 +9,26 @@ unless you have received special permission from Adobe.
You can request such permission on the Adobe website.
+For platforms where Adobe provides a Flash RPM package (x86, at the time of
+writing), there is no configuration, simply include this module in your
+configuration.
+
+For other platforms (e.g. ARM), you must specify the local filesystem path
+to libflashplayer.so which you have obtained for your platform (ask OLPC for
+info), as follows:
+
+[adobe_flash]
+plugin_path=/path/to/libflashplayer.so
+
-While Flash is available as a standard Fedora RPM distributed by Adobe, it
-breaks the rules of packaging and conditionally installs files based on the
-package set present on the system at time of installation -- it only installs
-the plugin if the web browser is installed prior to the installation of Flash.
+
+
+== Notes on the Adobe Flash RPM ==
+
+The standard Fedora RPM distributed by Adobe breaks the rules of packaging and
+conditionally installs files based on the package set present on the system at
+time of installation -- it only installs the plugin if the web browser is
+installed prior to the installation of Flash.
For this reason, if you simply add the Flash package as an extra package in
the build, it is possible (and likely?) to be installed before the browser,
@@ -26,4 +39,3 @@ The workaround is to use this module, which adds the Adobe repository to the
build and yum repository configuration, includes the package in the build,
and includes a small amount of hackery to make sure that the plugin
installation is performed after installation of all other packages.
-