~ubuntu-branches/ubuntu/quantal/gecko-mediaplayer/quantal

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Chris Coulson
  • Date: 2011-05-27 15:19:19 UTC
  • Revision ID: james.westby@ubuntu.com-20110527151919-rkrubbf0f2od2js0
Tags: 1.0.0-0ubuntu3
* Don't use any Mozilla interfaces at all. The only interfaces used
  previously were nsIPrefBranch and nsIPrefService to change a preference
  which configured the UA string to "QuickTime/7.6.4". This functionality
  is Firefox specific anyway, and so doesn't work in any Webkit based browser
  (Chromium, Epiphany, Midori etc). It also doesn't work in Firefox 4
  and later since the plugin is running in a separate process, where setting
  prefs in the plugin process has no effect on the browser process at all
  - add debian/patches/dont_use_libxul.patch
  - add debian/patches/autotools.patch
  - update debian/patches/series
  - update debian/control to build-depend on firefox-dev
  - see https://blueprints.launchpad.net/ubuntu/+spec/
          desktop-o-mozilla-rapid-release-maintenance and
    https://lists.ubuntu.com/archives/ubuntu-devel/2011-May/033229.html

Show diffs side-by-side

added added

removed removed

Lines of Context:
234
234
PACKAGE_VERSION = @PACKAGE_VERSION@
235
235
PATH_SEPARATOR = @PATH_SEPARATOR@
236
236
PKG_CONFIG = @PKG_CONFIG@
 
237
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
238
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
237
239
POFILES = @POFILES@
238
240
POSUB = @POSUB@
239
241
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
297
299
        -DPACKAGE_SRC_DIR=\""$(srcdir)"\" \
298
300
        -DPACKAGE_DATA_DIR=\""$(datadir)"\" \
299
301
        $(GECKO_CFLAGS) \
 
302
        $(NSPR_CFLAGS) \
300
303
        $(GLIB_CFLAGS) \
301
304
        $(DBUS_CFLAGS) \
302
305
        $(GCONF_CFLAGS) \