diff options
author | jmarshallnz <jmarshallnz@svn> | 2010-07-05 03:53:36 +0000 |
---|---|---|
committer | jmarshallnz <jmarshallnz@svn> | 2010-07-05 03:53:36 +0000 |
commit | 808c9ae8ec467484fa6e0d2e3863498a54462dac (patch) | |
tree | 9aeb0c7003d889447c5f20ce7d277cccd6ba786f /addons/script.module.pil | |
parent | 2dbf963612c262ecd6b7688ac5dd371c0b5a615a (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.xml | 14 |
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> |