summaryrefslogtreecommitdiffstats
path: root/multimedia/freshplayerplugin/README
diff options
context:
space:
mode:
author Matteo Bernardini2015-12-21 16:21:31 +0100
committer Willy Sudiarto Raharjo2016-01-17 03:40:16 +0100
commitfcad538d0bf36dcda122d9c3314a5d4d84dc23f0 (patch)
tree84a068e8d34d1a38730df2c955db72b32d81a0cb /multimedia/freshplayerplugin/README
parentc335d8a5dfbb89661b60774da910c5701cfdeba4 (diff)
downloadslackbuilds-fcad538d0bf36dcda122d9c3314a5d4d84dc23f0.tar.gz
multimedia/freshplayerplugin: Added (PPAPI-NPAPI adapter).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'multimedia/freshplayerplugin/README')
-rw-r--r--multimedia/freshplayerplugin/README14
1 files changed, 14 insertions, 0 deletions
diff --git a/multimedia/freshplayerplugin/README b/multimedia/freshplayerplugin/README
new file mode 100644
index 0000000000..9659a07b8a
--- /dev/null
+++ b/multimedia/freshplayerplugin/README
@@ -0,0 +1,14 @@
+The main goal of this project is to get PPAPI (Pepper) Flash player
+working in Firefox. This is done by impementing a wrapper, some kind
+of adapter which will look like browser to PPAPI plugin and look like
+NPAPI plugin for browser.
+
+When loaded by browser it will search for libpepflashplayer.so in a
+directory where it can be: if you have google-chrome from /extra or
+chromium-pepperflash-plugin from Alien Bob installed it will find
+those versions. If for any reason it doesn't find your installed
+version of the plugin, specify the full path in
+~/.config/freshwrapper.conf.
+You may find a sample configuration file in the docs folder of the
+resulting package to copy in the above location: check it also to
+enable hardware acceleration (disabled by default).