~ubuntu-branches/ubuntu/saucy/gnash/saucy-proposed

« back to all changes in this revision

Viewing changes to debian/README.Debian

  • Committer: Package Import Robot
  • Author(s): Micah Gersten
  • Date: 2012-03-04 03:19:06 UTC
  • mfrom: (1.1.18) (3.1.24 sid)
  • Revision ID: package-import@ubuntu.com-20120304031906-p6q5rnb0xhgpof7o
Tags: 0.8.10-3ubuntu1
* Merge from Debian testing (FFe: LP: #940876), remaining changes:
  - Use mozilla-flashplugin as the alternative for now
  - Change xulrunner-dev build dep to firefox-dev
* Drop the plugin API porting patch, this has been fixed upstream
  - drop debian/patches*
* Drop the following change as we want Adobe's player to take priority
  if it's installed
  - Set alternative priority to 50 so that it matches Adobe Flash's priority

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Gnash for Debian
2
2
----------------
3
3
 
4
 
Gnash supports the majority of Flash opcodes up to SWF version 7, and
5
 
a wide sampling of ActionScript 2 classes for SWF version 8.5. Flash
6
 
version 9 and ActionScript 3 support is being worked on.  All the
7
 
core ones are implemented, and many of the newer ones work, but may be
8
 
missing some of their methods. If the browser only displays a blank
9
 
window, it is likely because of an unimplemented feature. All
10
 
unimplemented opcodes and ActionScript classes and methods print a
11
 
warning when using -v with gnash or gprocessor. Using gprocessor -v is
12
 
a quick way to see why a movie isn't playing correctly.
13
 
 
14
 
 -- Miriam Ruiz <little_miry@yahoo.es>  Thu, 12 Jun 2008 16:49:26 +0000
15
 
 
16
 
Please make sure you  have a URL handling gstreamer plugin, such as
17
 
gnomevfssrc, neonhttpsrc or souphttpsrc for playing NetStream playback.
18
 
 
19
 
Note that if you use neonhttpsrc you must install it from Gstreamer
20
 
CVS; otherwise it won't be compatible with youtube.
21
 
 
22
 
For a nonexhaustive list of modules you will need, please see
23
 
http://bjacques.org/gst-plugins:
24
 
 
25
 
gnomevfs *or* souphttpsrc *or* [neonhttpsrc from gstreamer svn] *or* giosrc
26
 
 
27
 
ffmpegcolorspace
28
 
capsfilter
29
 
videoscale
30
 
fakesink
31
 
autoaudiosink
32
 
alsasink (or your preferred audio sink)
33
 
audioconvert
34
 
 
35
 
For FLV playback (YouTube and friends):
36
 
mpegvideoparse (plugins-ugly)
37
 
gst-ffmpeg
38
 
 
39
 
For MP3 playback (YouTube and friends):
40
 
mpegaudioparse (plugins-ugly)
41
 
mad (plugins-ugly) *or* flump3dec
42
 
 
43
 
In addition or instead of the above, Gnash is compatible with any other
44
 
streamer audio and/or video codecs Gstreamer supports, such as Ogg 
45
 
Theora-vorbis, dirac-vorbis etc.
46
 
 
47
 
 -- Miriam Ruiz <little_miry@yahoo.es>  Tue, 12 Feb 2008 11:33:29 +0000
 
4
Gnash supports the majority of AVM1 Flash opcodes (ActionScript 1.0 and 2.0,
 
5
up to SWF version 8). AVM2 opcodes (ActionScript 3.0, SWF version 9 and above)
 
6
won't be supported by gnash but you could try lightspark [0] and help
 
7
developers to improve it.
 
8
 
 
9
 [0] http://packages.debian.org/sid/lightspark
 
10
 
 
11
To check AVM version, right click on the movie - File - Properties - Stage
 
12
Properties - Root VM Version. If Root VM Version is "AVM1", movie should be
 
13
played by gnash so if gnash doesn't play it correctly, file a bug [1]. If Root
 
14
VM Version is "AVM2 (unsupported)", as said it is unsupported.
 
15
 
 
16
 [1] http://www.debian.org/Bugs/Reporting
 
17
 
 
18
 -- Gabriele Giacone <1o5g4r8o@gmail.com>  Thu, 09 Feb 2012 01:34:02 +0100