[Erp5-report] r37718 lucas - /erp5/release/5.4.6/software-profiles/ocropus.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Aug 11 19:55:37 CEST 2010


Author: lucas
Date: Wed Aug 11 19:55:33 2010
New Revision: 37718

URL: http://svn.erp5.org?rev=37718&view=rev
Log:
This patch fix an issue which happens under Fedora 13, which during the iulib compilation it does not find libtiff-devel even if you have it installed.

Modified:
    erp5/release/5.4.6/software-profiles/ocropus.cfg

Modified: erp5/release/5.4.6/software-profiles/ocropus.cfg
URL: http://svn.erp5.org/erp5/release/5.4.6/software-profiles/ocropus.cfg?rev=37718&r1=37717&r2=37718&view=diff
==============================================================================
--- erp5/release/5.4.6/software-profiles/ocropus.cfg [utf8] (original)
+++ erp5/release/5.4.6/software-profiles/ocropus.cfg [utf8] Wed Aug 11 19:55:33 2010
@@ -21,10 +21,20 @@ patch-options = -p1
 environment =
   LDFLAGS =
 
+[iulib-patch-scons]
+recipe = hexagonit.recipe.download
+download-only = true
+filename = iulib.SConstruct-local-installation.patch
+url = http://www.nexedi.org/static/patches/${:filename}
+md5sum = dbbdf909814fb84ffe47e2ff59980db7
+
 [iulib]
 recipe = hexagonit.recipe.cmmi
 url = http://www.nexedi.org/static/packages/source/ocropus/iulib-0.4.4.tar.gz
 md5sum = 3d9754dbd64c56029ce1cd7c2f61894c
+# workaround http://code.google.com/p/iulib/issues/detail?id=27
+patches = ${iulib-patch-scons:location}/${iulib-patch-scons:filename}
+patch-options = -p1
 
 [requirements]
 development =




More information about the Erp5-report mailing list