summaryrefslogtreecommitdiffstats
path: root/multimedia/lightspark/README
diff options
context:
space:
mode:
author Hunter Sezen <ovariegata@yahoo.com>2016-08-02 23:53:16 +0100
committer David Spencer <idlemoor@slackbuilds.org>2016-08-05 18:10:41 +0100
commitc30295a9fc9ababce635e8272c0b7ba90ca708a0 (patch)
tree4017de7c3cdcf250ff78b98dda9fa615fe4b9ca9 /multimedia/lightspark/README
parentf4020cea36fdccdb57e02a64145aff9512d98d84 (diff)
downloadslackbuilds-c30295a9fc9ababce635e8272c0b7ba90ca708a0.tar.gz
slackbuilds-c30295a9fc9ababce635e8272c0b7ba90ca708a0.tar.xz
multimedia/lightspark: Added (Open source flash player).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'multimedia/lightspark/README')
-rw-r--r--multimedia/lightspark/README20
1 files changed, 20 insertions, 0 deletions
diff --git a/multimedia/lightspark/README b/multimedia/lightspark/README
new file mode 100644
index 0000000000..236e611023
--- /dev/null
+++ b/multimedia/lightspark/README
@@ -0,0 +1,20 @@
+Lightspark is an open source Flash player implementation for playing
+files in SWF format. Lightspark can run as a web browser plugin or as
+a standalone application.
+
+Lightspark supports SWF files written on the newest version of the
+ActionScript language, ActionScript 3.0, which was introduced at the
+same time as Flash player 9.
+
+Lightspark can be built with either pulseaudio and/or sdl as an audio
+backend.
+
+By default both the pulseaudio and sdl backends will be built.
+
+To build with sdl but not pulseaudio:
+ AUDIO="sdl" ./lightspark.SlackBuild
+
+To build with pulseaudio but not sdl:
+ AUDIO="pulseaudio" ./lightspark.SlackBuild
+
+Optional dependency: gnash can optionally be used as fallback support.