aboutsummaryrefslogtreecommitdiff
path: root/addons/script.module.pil
diff options
context:
space:
mode:
authorjmarshallnz <jmarshallnz@svn>2010-07-05 03:53:36 +0000
committerjmarshallnz <jmarshallnz@svn>2010-07-05 03:53:36 +0000
commit808c9ae8ec467484fa6e0d2e3863498a54462dac (patch)
tree9aeb0c7003d889447c5f20ce7d277cccd6ba786f /addons/script.module.pil
parent2dbf963612c262ecd6b7688ac5dd371c0b5a615a (diff)
added: Python Image Library addon module. Linux + OS/X need some makefile love to fetch + build this.
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31631 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'addons/script.module.pil')
-rw-r--r--addons/script.module.pil/addon.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/addons/script.module.pil/addon.xml b/addons/script.module.pil/addon.xml
new file mode 100644
index 0000000000..537e546d8e
--- /dev/null
+++ b/addons/script.module.pil/addon.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<addon id="script.module.pil"
+ name="Python Image Library"
+ version="1.1.7"
+ provider-name="PythonWare">
+ <requires>
+ <import addon="xbmc.python" version="1.0"/>
+ </requires>
+ <extension point="xbmc.python.module"
+ library="lib" />
+ <extension point="xbmc.addon.metadata">
+ <platform>all</platform>
+ </extension>
+</addon>