Name Status Last Modified Last Commit
lp:ubuntu/wily/moon 1 Development 2015-05-06 22:52:41 UTC
8. No-change rebuild to pick up new ffmp...

Author: StefanPotyra
Revision Date: 2009-08-29 16:48:41 UTC

No-change rebuild to pick up new ffmpeg shlibs file.

lp:ubuntu/vivid/moon 2 Mature 2014-10-24 17:22:37 UTC
8. No-change rebuild to pick up new ffmp...

Author: StefanPotyra
Revision Date: 2009-08-29 16:48:41 UTC

No-change rebuild to pick up new ffmpeg shlibs file.

lp:ubuntu/utopic/moon 2 Mature 2014-04-24 11:51:00 UTC
8. No-change rebuild to pick up new ffmp...

Author: StefanPotyra
Revision Date: 2009-08-29 16:48:41 UTC

No-change rebuild to pick up new ffmpeg shlibs file.

lp:ubuntu/trusty/moon 2 Mature 2013-10-19 22:27:49 UTC
8. No-change rebuild to pick up new ffmp...

Author: StefanPotyra
Revision Date: 2009-08-29 16:48:41 UTC

No-change rebuild to pick up new ffmpeg shlibs file.

lp:ubuntu/saucy/moon 2 Mature 2013-04-26 22:49:13 UTC
8. No-change rebuild to pick up new ffmp...

Author: StefanPotyra
Revision Date: 2009-08-29 16:48:41 UTC

No-change rebuild to pick up new ffmpeg shlibs file.

lp:ubuntu/raring/moon 2 Mature 2012-10-20 12:41:16 UTC
8. No-change rebuild to pick up new ffmp...

Author: StefanPotyra
Revision Date: 2009-08-29 16:48:41 UTC

No-change rebuild to pick up new ffmpeg shlibs file.

lp:ubuntu/oneiric/moon bug 2 Mature 2012-07-24 12:06:30 UTC
9. * Fix LP: #538796 - cannot open Firef...

Author: Chris Coulson
Revision Date: 2011-01-31 16:04:45 UTC

* Fix LP: #538796 - cannot open Firefox/Chromium/Chrome when moonlight
  is installed, due to a symbol collision with the icedtea plugin. Thanks
  to Evan Martin and Chris Toshok for figuring this out
  - add debian/patches/avoid_icedtea_symbol_collision.patch
  - update debian/patches/series
* Fix build with xulrunner 2.0
  - add debian/patches/xulrunner_20.patch
  - update debian/patches/series

lp:ubuntu/natty-proposed/moon bug 2 Mature 2012-07-24 12:02:31 UTC
11. * Upload for compatibility with Firef...

Author: Chris Coulson
Revision Date: 2011-06-17 14:59:49 UTC

* Upload for compatibility with Firefox 5 (LP: #798484)
* Make it possible to build without the Firefox bridge
  - add debian/patches/no-mozilla.patch
  - update debian/patches/series
* Don't build with --with-ff3 and drop the xulrunner-dev build-depend,
  therefore switching off the Firefox bridge
  - update debian/rules
  - update debian/control
  - remove debian/patches/xulrunner_20.patch
  - update debian/patches/series
  - remove debian/moonlight-plugin-mozilla.install
* Move the curl bridge from mozilla-plugin-chromium to mozilla-plugin-core,
  for sharing with Firefox
  - update debian/control
  - remove debian/moonlight-plugin-chromium.install
  - update debian/moonlight-plugin-core.install

lp:ubuntu/natty/moon bug 2 Mature 2012-07-24 11:58:30 UTC
10. * Fix LP: #538796 - cannot open Firef...

Author: Chris Coulson
Revision Date: 2011-01-31 16:04:45 UTC

* Fix LP: #538796 - cannot open Firefox/Chromium/Chrome when moonlight
  is installed, due to a symbol collision with the icedtea plugin. Thanks
  to Evan Martin and Chris Toshok for figuring this out
  - add debian/patches/avoid_icedtea_symbol_collision.patch
  - update debian/patches/series
* Fix build with xulrunner 2.0
  - add debian/patches/xulrunner_20.patch
  - update debian/patches/series

lp:ubuntu/maverick/moon bug 2 Mature 2012-07-24 11:49:21 UTC
13. * ARM development made possible by Ge...

Author: Jo Shields
Revision Date: 2010-10-04 20:58:14 UTC

* ARM development made possible by Genesi USA
* add_arm_to_firefox-xpi.m4.patch:
  + For reasons best known to themselves, Mozilla don't define a
    plugin ABI for several platforms, including ARM. This patch
    tweaks the build system not to fail on ARM, by setting the
    bogus Linux_unknownABI ABI on ARM, rather than bailing out.
    (LP: #635406)
* realign_nocodec_API_with_codec_API.patch:
  + Import upstream git commit 66993b158727585e889d, which fixes
    the build on architectures without official binary codecs
    available (such as ARM and PowerPC).

lp:ubuntu/lucid-updates/moon 2 Mature 2012-07-24 11:46:38 UTC
11. * Fix LP: #538796 - cannot open Firef...

Author: Chris Coulson
Revision Date: 2011-01-31 13:55:15 UTC

* Fix LP: #538796 - cannot open Firefox/Chromium/Chrome when moonlight
  is installed, due to a symbol collision with the icedtea plugin. Thanks
  to Evan Martin and Chris Toshok for figuring this out
  - add debian/patches/avoid_icedtea_symbol_collision.patch
  - update debian/patches/series

lp:ubuntu/lucid-proposed/moon bug 2 Mature 2012-07-24 11:45:50 UTC
12. * Update to 2.3 for the curl bridge, ...

Author: Chris Coulson
Revision Date: 2012-01-09 15:24:55 UTC

* Update to 2.3 for the curl bridge, so that we can disable the Firefox
  bridge; Allows compatibility with newer version of Firefox (LP: #904594)

* Build curl bridge
  - update debian/control
  - update debian/rules
  - update debian/moonlight-plugin-core.install
* Force inclusion of config.h where it isn't currently included, to
  ensure that important values such as object sizes are consistent.
  This ensures that the curl bridge doesn't break when built with
  -Bsymbolic-functions
  - add debian/patches/include_config.h_in_all_files.patch
  - update debian/patches/series
* Apply arm related patches from the mono package
* mono-2.6/libgc/include/private/gc_locks.h: For __ARM_EABI__ define
  GC_test_and_set and GC_clear to use the atomic builtins.
* Configure with --build= --host=.
* Import upstream git commit 66993b158727585e889d, which fixes the build on
  architectures without official binary codecs available (such as ARM and
  PowerPC).
  - add debian/patches/realign_nocodec_API_with_codec_API.patch
  - update debian/patches/series
* Make it possible to build without the Firefox bridge
  - add debian/patches/no-mozilla.patch
  - update debian/patches/series
* Don't build with --with-ff3 and drop the xulrunner-dev build-depend,
  therefore switching off the Firefox bridge
  - update debian/rules
  - update debian/control
  - remove debian/moonlight-plugin-mozilla.install

lp:ubuntu/quantal/moon 2 Mature 2012-04-26 17:36:45 UTC
8. No-change rebuild to pick up new ffmp...

Author: StefanPotyra
Revision Date: 2009-08-29 16:48:41 UTC

No-change rebuild to pick up new ffmpeg shlibs file.

lp:ubuntu/precise/moon 2 Mature 2011-10-13 17:27:39 UTC
8. No-change rebuild to pick up new ffmp...

Author: StefanPotyra
Revision Date: 2009-08-29 16:48:41 UTC

No-change rebuild to pick up new ffmpeg shlibs file.

lp:ubuntu/jaunty-updates/moon 2 Mature 2010-06-21 13:38:08 UTC
5. * Update for xulrunner 1.9.2 transiti...

Author: Chris Coulson
Revision Date: 2010-06-21 13:38:08 UTC

* Update for xulrunner 1.9.2 transition
  - update debian/control
* Create link for mozilla plugin in /usr/lib/mozilla, where Firefox can
  find it
  - update debian/rules

lp:ubuntu/lucid/moon 1 Development 2010-03-09 15:21:48 UTC
10. * New upstream release * debian/contr...

Author: Jo Shields
Revision Date: 2010-03-09 15:21:48 UTC

* New upstream release
* debian/control:
  + Bump to Standards 3.8.4
  + Remove dpatch build-dep
  + We now only work on Mono arches, so use the list of Mono arches rather
    than Arch:any
  + Recommend on browsers rather than depending on them
* debian/control,
  debian/libmoonlight-*.install:
  + Create new packages for Moonlight system assemblies (e.g. for desktop
    apps to embed Moonlight content)
* debian/control,
  debian/moonlight-desktop-devel.install:
  + Create new package with pcfiles for moonlight desktop app compilation
* debian/control,
  debian/moonlight-web-devel.install:
  + Create new package for Moonlight SDK
* debian/rules:
  + Rewrite, port to fully DH7 format
* debian/rules,
  debian/control:
  + Build only a bridge for Xulrunner 1.9.2 for now
* debian/monodoc-moonlight-manual.install:
  + Create manual package for GTK# widget assembly

lp:ubuntu/karmic/moon bug 1 Development 2009-08-29 16:48:41 UTC
8. No-change rebuild to pick up new ffmp...

Author: StefanPotyra
Revision Date: 2009-08-29 16:48:41 UTC

No-change rebuild to pick up new ffmpeg shlibs file.

lp:ubuntu/jaunty-proposed/moon 2 Mature 2009-07-26 13:34:47 UTC
5. * debian/patches/moon_fix_gdk_pointer...

Author: Jo Shields
Revision Date: 2009-04-23 09:44:15 UTC

* debian/patches/moon_fix_gdk_pointer_size.dpatch:
  + Minor fix from Moonlight trunk to fix browser crashes with fullscreen
    controls on 64-bit platforms such as amd64, caused by missing GDK
    definitions. Thanks to Rolf Kvinge, Chris Toshok and Geoff Norton.
    (LP: #365442)

lp:ubuntu/jaunty/moon 2 Mature 2009-07-26 13:34:39 UTC
4. New upstream release (LP: #338665)

Author: Jo Shields
Revision Date: 2009-03-06 10:09:49 UTC

New upstream release (LP: #338665)

119 of 19 results