~ubuntu-branches/ubuntu/raring/banshee/raring

« back to all changes in this revision

Viewing changes to .pc/07_enable-mpris-by-default.patch/src/Extensions/Banshee.Mpris/Banshee.Mpris.addin.xml

  • Committer: Package Import Robot
  • Author(s): Chow Loong Jin
  • Date: 2012-01-23 23:16:49 UTC
  • mfrom: (6.3.22 experimental)
  • Revision ID: package-import@ubuntu.com-20120123231649-safm1f8eycltcgsf
Tags: 2.3.4.ds-1ubuntu1
* Merge from Debian Experimental, remaining changes:
  + Enable and recommend SoundMenu and Disable NotificationArea by default
  + Disable boo and karma extensions
  + Enable and suggest u1ms
  + Move desktop file for Meego UI to /usr/share/une/applications
  + Change the url for the Amazon store redirector
  + [08dea2c] Revert "Fix invalid cast causing ftbfs with libgpod"
* [b617fe0] Convert Ubuntu-specific patches to gbp-pq patches
* Also fixes Launchpad bugs:
  - Fixes race condition while starting (LP: #766303)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="utf-8"?>
2
 
<Addin
3
 
    id="Banshee.Mpris"
4
 
    version="1.0"
5
 
    compatVersion="1.0"
6
 
    copyright="© 2010 John Millikin, Bertrand Lorentz. Licensed under the MIT X11 license."
7
 
    name="MPRIS D-Bus interface"
8
 
    description="Control Banshee using the MPRIS D-Bus interface."
9
 
    author="John Millikin, Bertrand Lorentz"
10
 
    category="Utilities"
11
 
    defaultEnabled="false">
12
 
 
13
 
  <Dependencies>
14
 
    <Addin id="Banshee.Services" version="1.0" />
15
 
  </Dependencies>
16
 
 
17
 
  <Extension path="/Banshee/ServiceManager/Service">
18
 
    <Service class="Banshee.Mpris.MprisService"/>
19
 
  </Extension>
20
 
 
21
 
</Addin>