The branch, frodo has been updated
       via  c0f455eb720d0cdfa019c3e4c96815b0d010031f (commit)
      from  f14c06d410048a85150251df7158f178e374efb7 (commit)

- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/scripts;a=commit;h=c0f455eb720d0cdfa019c3e4c96815b0d010031f

commit c0f455eb720d0cdfa019c3e4c96815b0d010031f
Author: Martijn Kaijser <[email protected]>
Date:   Thu Sep 19 22:26:27 2013 +0200

    [service.mpris.soundmenu] 1.0.2

diff --git a/service.mpris.soundmenu/addon.xml 
b/service.mpris.soundmenu/addon.xml
index bdeb8b8..1015e6e 100644
--- a/service.mpris.soundmenu/addon.xml
+++ b/service.mpris.soundmenu/addon.xml
@@ -1,13 +1,13 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <addon id="service.mpris.soundmenu"
        name="MPRIS D-Bus interface"
-       version="1.0.1"
+       version="1.0.2"
        provider-name="Team XBMC">
   <requires>
-    <import addon="xbmc.python" version="2.0"/>
+    <import addon="xbmc.python" version="2.1.0"/>
   </requires>
   <extension point="xbmc.service"
-             library="default.py" start="login|startup">
+             library="default.py" start="startup">
   </extension>
   <extension point="xbmc.addon.metadata">
     <summary lang="en">XBMC MPRIS D-Bus interface</summary>
@@ -15,5 +15,6 @@
     <description lang="en">Control XBMC using the MPRIS D-Bus interface (with 
Ubuntu sound-menu integration).</description>
     <description lang="de">XBMC über die MPRIS D-Bus Schnittstelle steuern 
(mit Ubuntu Sound-Menü Integration).</description>
     <platform>linux</platform>
+    <license>GPL v2</license>
   </extension>
 </addon>
diff --git a/service.mpris.soundmenu/changelog.txt 
b/service.mpris.soundmenu/changelog.txt
index fa8b15f..8a9b63c 100644
--- a/service.mpris.soundmenu/changelog.txt
+++ b/service.mpris.soundmenu/changelog.txt
@@ -1,3 +1,6 @@
+1.0.2
+- only run at startup
+- update to repo guidelines
 1.0.1
 - fixed typo
 1.0.0
diff --git a/service.mpris.soundmenu/default.py 
b/service.mpris.soundmenu/default.py
index e6e0999..2e97c8a 100644
--- a/service.mpris.soundmenu/default.py
+++ b/service.mpris.soundmenu/default.py
@@ -1,6 +1,6 @@
 '''
     MPRIS D-Bus Interface for XBMC (with Ubuntu sound-menu integration)
-    Copyright (C) 2011 Team XBMC
+    Copyright (C) 2011-2013 Team XBMC
     
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
diff --git a/service.mpris.soundmenu/xbmcmpris2.py 
b/service.mpris.soundmenu/xbmcmpris2.py
index 58a94e0..9d8bdde 100644
--- a/service.mpris.soundmenu/xbmcmpris2.py
+++ b/service.mpris.soundmenu/xbmcmpris2.py
@@ -1,6 +1,6 @@
 '''
     MPRIS D-Bus Interface for XBMC (with Ubuntu Sound-Menu integration)
-    Copyright (C) 2011 Team XBMC
+    Copyright (C) 2011-2013 Team XBMC
     
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by

-----------------------------------------------------------------------

Summary of changes:
 service.mpris.soundmenu/addon.xml     |    7 ++++---
 service.mpris.soundmenu/changelog.txt |    3 +++
 service.mpris.soundmenu/default.py    |    2 +-
 service.mpris.soundmenu/xbmcmpris2.py |    2 +-
 4 files changed, 9 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
Scripts

------------------------------------------------------------------------------
LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint
2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. 
http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to