Mac: Add ICU dependency

svn: r21691
This commit is contained in:
John Ralls 2013-03-19 14:17:12 +00:00
parent af4e34c760
commit f24e3c712d

View File

@ -31,6 +31,8 @@
href="http://exiv2.org/"/>
<repository type="tarball" name="pythonware"
href="http://effbot.org/downloads/"/>
<repository type='tarball' name='icu'
href='http://download.icu-project.org/files/'/>
<!--
Special instructions:
@ -75,7 +77,7 @@ ige-mac-bundler gtk-osx-build/projects/gramps/gramps.bundle
<dep package="pygtk-extras"/>
<dep package="osmgpsmap-py"/>
<dep package="graphviz"/>
<dep package="pyexiv2"/>
<dep package="pyicu"/>
</dependencies>
<after>
<dep package="pyexiv2"/>
@ -205,4 +207,18 @@ ige-mac-bundler gtk-osx-build/projects/gramps/gramps.bundle
<branch module="Imaging-1.1.7.tar.gz" version="1.1.7" repo="pythonware"/>
</distutils>
<autotools id='icu' autogen-sh='source/configure'
makeargs='CFLAGS="$CFLAGS -DU_CHARSET_IS_UTF8=1 -DU_USING_ICU_NAMESPACE=0"'>
<branch repo='icu' version='50.1.2' checkoutdir='icu'
module='icu4c/50.1.2/icu4c-50_1_2-src.tgz'/>
</autotools>
<distutils id='pyicu'>
<branch version='1.5' repo='pymodules'
module='P/PyICU/PyICU-1.5.tar.gz'/>
<dependencies>
<dep package='icu'/>
</dependencies>
</distutils>
</moduleset>