[gnash] branch master updated (a647c76 -> 31d8d28)

Gabriele Giacone gg0-guest at moszumanska.debian.org
Sat Jan 9 18:57:15 UTC 2016


This is an automated email from the git hooks/post-receive script.

gg0-guest pushed a change to branch master
in repository gnash.

      from  a647c76   Remove gstreamer B-D, build only ffmpeg media handler.
       new  82b2067   Run dpkg-vendor at build time.
       new  2093872   New upstream snapshot 20160109.
       new  ddfc8c5   Imported Upstream version 0.8.11~git20160109
       new  5fa4a4a   Merge tag 'upstream/0.8.11_git20160109'
       new  31d8d28   Fix FTBFS with ffmpeg 2.9 (Closes: #803819). Thanks Andreas Cadhalpun.

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                                         |   1 +
 NEWS                                               |   8 +-
 configure.ac                                       |  11 +-
 ...h.postinst => browser-plugin-gnash.postinst.in} |  11 +-
 ...n-gnash.prerm => browser-plugin-gnash.prerm.in} |   7 +-
 debian/changelog                                   |  13 +
 debian/patches/01ffmpeg_2.9.patch                  | 223 ++++++++++++++
 debian/patches/series                              |   1 +
 debian/rules                                       |  16 +-
 doc/C/gnash.man-xml                                |   1 +
 doc/C/gnashref.xml                                 |   2 +
 doc/C/gnashuser.xml                                |   1 +
 doc/C/introduction.xml                             |  14 +-
 doc/C/refmanual/audience.xml                       |  12 +
 doc/C/refmanual/internals.xml                      |   1 -
 doc/C/usermanual/audience.xml                      |  11 +
 doc/C/usermanual/usage.xml                         |   2 +-
 gui/Player.cpp                                     |   7 +-
 gui/gtk/gtk_glue_agg_vaapi.cpp                     |   8 +-
 libbase/GnashImageJpeg.h                           |   2 +-
 libbase/SimpleBuffer.h                             |  11 -
 libcore/ExternalInterface.cpp                      |  25 +-
 libcore/as_object.h                                |   2 +-
 libcore/asobj/TextField_as.cpp                     |   8 +-
 .../asobj/flash/external/ExternalInterface_as.cpp  |  26 +-
 libcore/movie_root.cpp                             | 117 +++++---
 libcore/movie_root.h                               |  17 +-
 libcore/swf/DefinitionTag.h                        |   2 +-
 libcore/vm/ASHandlers.cpp                          |   9 +-
 libdevice/events/InputDevice.h                     |   2 +-
 libmedia/AudioDecoderSimple.cpp                    |   8 +-
 libmedia/MediaParser.h                             |   2 +-
 libmedia/ffmpeg/AudioDecoderFfmpeg.cpp             |  34 ++-
 libmedia/ffmpeg/AudioResamplerFfmpeg.cpp           |   4 +-
 libmedia/ffmpeg/ffmpegHeaders.h                    |   1 +
 libsound/EmbedSoundInst.cpp                        |  13 +-
 libsound/LiveSound.cpp                             |  25 +-
 libsound/LiveSound.h                               | 151 ++--------
 libsound/NullSoundHandler.h                        |   4 +-
 libsound/StreamingSound.cpp                        |   2 +-
 libsound/WAVWriter.cpp                             |  35 ++-
 libsound/WAVWriter.h                               |   3 +
 libsound/aos4/sound_handler_ahi.cpp                |  62 +---
 libsound/aos4/sound_handler_ahi.h                  |   2 -
 libsound/mkit/sound_handler_mkit.cpp               |  70 -----
 libsound/mkit/sound_handler_mkit.h                 |   6 -
 libsound/sound_handler.cpp                         |  85 +++++-
 libsound/sound_handler.h                           |   2 +-
 plugin/npapi/scriptable-test.html                  |  33 ++-
 revno.h                                            |   2 +-
 testsuite/actionscript.all/TextField.as            |  16 +-
 testsuite/actionscript.all/getvariable.as          |  11 +-
 testsuite/misc-ming.all/Makefile.am                |  48 +++-
 testsuite/misc-ming.all/extgetvariable.as          |  47 +++
 .../misc-ming.all/extgetvariable_testrunner.sh     | 320 +++++++++++++++++++++
 testsuite/misc-mtasc.all/Makefile.am               |  19 +-
 testsuite/misc-mtasc.all/extcomm.as                | 140 +++++++++
 testsuite/misc-mtasc.all/extcommtests-runner.sh    | 253 ++++++++++++++++
 58 files changed, 1520 insertions(+), 449 deletions(-)
 rename debian/{browser-plugin-gnash.postinst => browser-plugin-gnash.postinst.in} (76%)
 rename debian/{browser-plugin-gnash.prerm => browser-plugin-gnash.prerm.in} (84%)
 create mode 100644 debian/patches/01ffmpeg_2.9.patch
 create mode 100644 doc/C/refmanual/audience.xml
 create mode 100644 doc/C/usermanual/audience.xml
 create mode 100644 testsuite/misc-ming.all/extgetvariable.as
 create mode 100644 testsuite/misc-ming.all/extgetvariable_testrunner.sh
 create mode 100644 testsuite/misc-mtasc.all/extcomm.as
 create mode 100644 testsuite/misc-mtasc.all/extcommtests-runner.sh

-- 
Alioth's hooks/post-receive on /srv/git.debian.org/git/pkg-flash/gnash.git



More information about the pkg-flash-devel mailing list