From c30295a9fc9ababce635e8272c0b7ba90ca708a0 Mon Sep 17 00:00:00 2001 From: Hunter Sezen Date: Tue, 2 Aug 2016 23:53:16 +0100 Subject: multimedia/lightspark: Added (Open source flash player). Signed-off-by: David Spencer --- multimedia/lightspark/README | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 multimedia/lightspark/README (limited to 'multimedia/lightspark/README') diff --git a/multimedia/lightspark/README b/multimedia/lightspark/README new file mode 100644 index 0000000000000..236e611023d91 --- /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. -- cgit v1.2.3