Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Quentin Rameau (fbd02425d6803dad30778ea24ba2380d112f0c29)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Quentin Rameau <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Quentin Rameau (fbd02425d6803dad30778ea24ba2380d112f0c29)
  • Date: Tue, 1 Sep 2009 08:01:27 -0500

GIT changes to master grimoire by Quentin Rameau <quinq AT sourcemage.org>:

python-pypi/pil/HISTORY | 5 +++++
python-pypi/pil/Imaging-1.1.6_libpath.patch | 11 +++++++++++
python-pypi/pil/PRE_BUILD | 6 ++++++
3 files changed, 22 insertions(+)

New commits:
commit fbd02425d6803dad30778ea24ba2380d112f0c29
Author: Quentin Rameau <quinq AT sourcemage.org>
Commit: Quentin Rameau <quinq AT sourcemage.org>

python-pypi/pil: modified setup to search for zlib in /lib

diff --git a/python-pypi/pil/HISTORY b/python-pypi/pil/HISTORY
index 23d192a..1cb8d7e 100644
--- a/python-pypi/pil/HISTORY
+++ b/python-pypi/pil/HISTORY
@@ -1,3 +1,7 @@
+2009-09-01 Quentin Rameau <quinq AT sourcemage.org>
+ * PRE_BUILD, Imaging-1.1.6_libpath.patch: added, search for zlib in
/lib,
+ moved (and removed) stuff done in BUILD to PRE_BUILD
+
2009-08-27 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: fix url

@@ -92,3 +96,4 @@

2002-06-12 Unet <unet AT sourcemage.org>
* HISTORY: Created this.
+
diff --git a/python-pypi/pil/Imaging-1.1.6_libpath.patch
b/python-pypi/pil/Imaging-1.1.6_libpath.patch
new file mode 100644
index 0000000..99f9fc3
--- /dev/null
+++ b/python-pypi/pil/Imaging-1.1.6_libpath.patch
@@ -0,0 +1,11 @@
+Les sous-répertoires Imaging-1.1.6.orig/Docs et Imaging-1.1.6/Docs sont
identiques.
+Les sous-répertoires Imaging-1.1.6.orig/Images et Imaging-1.1.6/Images sont
identiques.
+Les sous-répertoires Imaging-1.1.6.orig/libImaging et
Imaging-1.1.6/libImaging sont identiques.
+Les sous-répertoires Imaging-1.1.6.orig/PIL et Imaging-1.1.6/PIL sont
identiques.
+Les sous-répertoires Imaging-1.1.6.orig/Sane et Imaging-1.1.6/Sane sont
identiques.
+Les sous-répertoires Imaging-1.1.6.orig/Scripts et Imaging-1.1.6/Scripts
sont identiques.
+diff Imaging-1.1.6.orig/setup.py Imaging-1.1.6/setup.py
+201a202,203
+> add_directory(library_dirs, "/lib")
+>
+Les sous-répertoires Imaging-1.1.6.orig/Tk et Imaging-1.1.6/Tk sont
identiques.
diff --git a/python-pypi/pil/PRE_BUILD b/python-pypi/pil/PRE_BUILD
new file mode 100755
index 0000000..b9644f0
--- /dev/null
+++ b/python-pypi/pil/PRE_BUILD
@@ -0,0 +1,6 @@
+default_pre_build &&
+cd ${SOURCE_DIRECTORY} &&
+patch -p0 <$SPELL_DIRECTORY/font.diff &&
+# adds /lib to lib search path, in order to find zlib
+patch -p1 < ${SPELL_DIRECTORY}/Imaging-1.1.6_libpath.patch &&
+python setup.py build_ext -i



  • [SM-Commit] GIT changes to master grimoire by Quentin Rameau (fbd02425d6803dad30778ea24ba2380d112f0c29), Quentin Rameau, 09/01/2009

Archive powered by MHonArc 2.6.24.

Top of Page