Skip to content

Commit

Permalink
added: Python Image Library addon module. Linux + OS/X need some make…
Browse files Browse the repository at this point in the history
…file love to fetch + build this.

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31631 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
  • Loading branch information
jmarshallnz committed Jul 5, 2010
1 parent 2dbf963 commit 808c9ae
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
14 changes: 14 additions & 0 deletions addons/script.module.pil/addon.xml
Original file line number Diff line number Diff line change
@@ -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>
15 changes: 15 additions & 0 deletions project/BuildDependencies/scripts/PIL_d.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
@ECHO OFF

SET LOC_PATH=%CD%
SET FILES=%LOC_PATH%\PIL_d.txt
SET OUTDIR="%XBMC_PATH%\addons\script.module.pil\lib\PIL"

CALL dlextract.bat PIL %FILES%

IF EXIST %OUTDIR% rmdir %OUTDIR% /S /Q

cd %TMP_PATH%

xcopy PLATLIB\PIL %OUTDIR% /E /Q /I /Y

cd %LOC_PATH%
2 changes: 2 additions & 0 deletions project/BuildDependencies/scripts/PIL_d.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
; filename source of the file
PIL-1.1.7.win32-py2.4.exe http://effbot.org/media/downloads/

0 comments on commit 808c9ae

Please sign in to comment.