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

« back to all changes in this revision

Viewing changes to src/Extensions/Banshee.UPnPClient/Banshee.UPnPClient.addin.xml

  • Committer: Package Import Robot
  • Author(s): Chow Loong Jin
  • Date: 2012-02-18 22:17:24 UTC
  • mfrom: (6.3.23 experimental)
  • Revision ID: package-import@ubuntu.com-20120218221724-cnwdvn490wjjue8t
Tags: 2.3.5-1ubuntu1
* Merge from Debian Experimental, remaining changes:
  + Enable and recommend SoundMenu and Disable NotificationArea by default
  + Disable boo and karma extensions
  + Move desktop file for Meego UI to /usr/share/une/applications
  + Change the url for the Amazon store redirector

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.UPnPClient"
 
4
    version="1.0"
 
5
    compatVersion="1.0"
 
6
    copyright="Copyright © 2011 Tobias 'topfs2' Arrskog. Licensed under the MIT X11 license."
 
7
    name="UPnP Client"
 
8
    category="Utilities"
 
9
    description="Browse and play music and videos shared over your local network using UPnP."
 
10
    author="Tobias 'topfs2' Arrskog"
 
11
    url="http://banshee-project.org/"
 
12
    defaultEnabled="false">
 
13
 
 
14
  <Dependencies>
 
15
    <Addin id="Banshee.Services" version="1.0"/>
 
16
    <Addin id="Banshee.ThickClient" version="1.0"/>
 
17
  </Dependencies>
 
18
 
 
19
  <Extension path="/Banshee/ServiceManager/Service">
 
20
    <Service class="Banshee.UPnPClient.UPnPService"/>
 
21
  </Extension>
 
22
</Addin>