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

« back to all changes in this revision

Viewing changes to src/plugin_types_rm.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Sasa Bodiroza
  • Date: 2008-07-20 18:25:02 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20080720182502-ik2nb7wsu1aum4n1
Tags: 0.6.3-0ubuntu1
* New upstream release (LP: #246276)
* In debian/control:
  - Update Standards-Version and Homepage
  - Remove {firefox,iceape}-dev from Build-Depends
  - Force versioning on gnome-mplayer
* Update debian/copyright in accordance with CopyrightFormat proposal on
  Debian wiki (http://wiki.debian.org/Proposals/CopyrightFormat)
* Cosmetic changes to debian/rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
    }
80
80
    if (variable == NPPVpluginDescriptionString) {
81
81
        *((const char **) value) =
82
 
            "<a href=\"http://dekorte.homeip.net/download/gnome-mplayer/\">Gecko Media Player</a> "
 
82
            "<a href=\"http://kdekorte.googlepages.com/gecko-mediaplayer\">Gecko Media Player</a> "
83
83
            VERSION
84
84
            "<br><br>Video Player Plug-in for QuickTime, RealPlayer and Windows Media Player streams using <a href=\"http://mplayerhq.hu\">MPlayer</a>";
85
85