~ubuntu-branches/ubuntu/karmic/gnash/karmic

« back to all changes in this revision

Viewing changes to testsuite/misc-ming.all/attachMovieLoopingTestRunner.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Sack
  • Date: 2008-03-05 18:09:23 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20080305180923-w5qdihnavdgn3k6x
Tags: 0.8.2-0ubuntu1
* package 0.8.2 release (Freeze exception, LP: #195443)
* drop pkglibs that don't exist anymore from gnash-common.install
  and add new libgnashmedia-*.so to package
  - update debian/gnash-common.install
* update binaries installed by gnash-tools.install: drop usr/bin/gparser
  and add usr/bin/soldumper as well as usr/bin/dumpshm
  - update debian/gnash-tools.install
* disable tests by configure flags and drop obsolete disable-testsuite
  patch
  - update debian/rules
  - drop debian/patches/disable-testsuite
  - update debian/patches/series
* run make install-plugins to install the plugins and use /usr/lib/gnash
  as --with-npapi-plugindir= in during configure
  - update debian/rules
* unfold Build-Depends: to multi-line layout to improve readability/
  diffability
  - update debian/control
* support firefox 3 and xulrunner 1.9 by setting gnash plugin up as
  xulrunner-addons alternative
  - update debian/mozilla-plugin-gnash.postinst

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* 
2
 
 *   Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
 
2
 *   Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
3
3
 * 
4
4
 * This program is free software; you can redistribute it and/or modify
5
5
 * it under the terms of the GNU General Public License as published by
24
24
#include "sprite_instance.h"
25
25
#include "character.h"
26
26
#include "dlist.h"
27
 
#include "container.h"
28
27
#include "log.h"
29
28
 
30
29
#include "check.h"