gramps/mac/gramps.modules

220 lines
7.8 KiB
Plaintext
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE moduleset SYSTEM "moduleset.dtd">
<?xml-stylesheet type="text/xsl" href="moduleset.xsl"?>
<moduleset>
<repository type="tarball" name="sourceforge"
href="http://downloads.sourceforge.net/sourceforge/"/>
<repository type="tarball" name="pywebkitgtk"
href="http://pywebkitgtk.googlecode.com/files/"/>
<repository type="tarball" name="ftp.gnome.org"
href="http://ftp.gnome.org/pub/GNOME/sources/"/>
<repository type="tarball" name="pyxdg"
href="http://www.gnome.org/~fpeters/pyxdg/"/>
<repository type="tarball" name="xdg-utils"
href="http://portland.freedesktop.org/download/"/>
<repository type="svn" name="gramps"
href="http://svn.code.sf.net/p/gramps/code/"/>
<repository type="svn" name="gramps-addons"
href="https://gramps-addons.svn.sourceforge.net/svnroot/gramps-addons/"/>
<repository type="tarball" name="oracle"
href="http://download.oracle.com/"/>
<repository type="tarball" name="pymodules"
href="http://pypi.python.org/packages/source/"/>
<repository type="tarball" name="stowers"
href="http://www.johnstowers.co.nz/files/"/>
<repository type="git" name="github"
href="git://github.com/"/>
<repository type="tarball" name="graphviz"
href="http://www.graphviz.org/pub/graphviz/stable/SOURCES/"/>
<repository type="tarball" name="yorba"
href="http://yorba.org/download/"/>
<repository type="tarball" name="exiv2.org"
href="http://exiv2.org/"/>
<repository type="tarball" name="pythonware"
href="http://effbot.org/downloads/"/>
2013-02-02 01:55:35 +05:30
<repository type='tarball' name='icu'
href='http://download.icu-project.org/files/'/>
<!--
Special instructions:
Gramps uses BerkeleyDB (BDB) via Python. BDB is normally included in Linux systems, but Apple prefers other mechanisms for data storage, so it isn't included on Macs.
jhbuild bootstrap && jhbuild &double-hyphen;moduleset=http://raw.github.com/jralls/gtk-osx-build/master/projects/gramps/gramps.modules build meta-gtk-osx-bootstrap gramps
If you're going to bundle GRAMPS, you'll need to add
_gtk_osx_use_jhbuild_python = True
to your .jhbuildrc-custom and pass the &double-hyphen;ignore-system argument to jhbuild bootstrap. (That &double-hyphen; entity is fake because double-hyphens aren't allowed in xml comments. Just substitute a real double-hyphen when you type it on the command line.)
Open a jhbuild shell.
For reasons known only to themselves, the Python project have set up their makefiles to create libpython without write privs, so you need to
chmod +w $PREFIX/lib/libpython2.7.dylib
before running
gtk-mac-bundler gtk-osx-build/projects/gramps/gramps.bundle
-->
<include href="http://git.gnome.org/browse/gtk-osx/plain/modulesets-stable/gtk-osx.modules"/>
<!--include href="/Users/john/Development/GTK-OSX/gtk-osx-build/modulesets-stable/gtk-osx.modules"/-->
<distutils id="gramps-svn" supports-non-srcdir-builds="no">
<branch module="trunk" repo="gramps"/>
<dependencies>
<dep package="meta-gtk-osx-python-gtk3"/>
<dep package="goocanvas"/>
2012-12-23 11:41:43 +05:30
<dep package="librsvg"/>
<dep package="shared-mime-info"/>
<dep package="hunspell"/>
<dep package="gtkspell3"/>
<dep package="osmgpsmap"/>
<dep package="graphviz"/>
<dep package="pil"/>
2013-02-02 01:55:35 +05:30
<dep package='pyicu'/>
<dep package='gexiv2'/>
</dependencies>
</distutils>
<distutils id="gramps-git" supports-non-srcdir-builds="no">
<branch module="jralls/Gramps.git" revision="trunk" repo="github"
checkoutdir="gramps-git"/>
<dependencies>
<dep package="meta-gtk-osx-python-gtk3"/>
<dep package="goocanvas"/>
<dep package="librsvg"/>
<dep package="shared-mime-info"/>
<dep package="hunspell"/>
<dep package="gtkspell3"/>
<dep package="osmgpsmap"/>
<dep package="graphviz"/>
<dep package="pil"/>
<dep package='pyicu'/>
<dep package='gexiv2'/>
2012-12-23 11:41:43 +05:30
</dependencies>
</distutils>
<distutils id="gramps-addons-svn">
<branch module="gramps-addons/trunk/contrib"
repo="gramps-addons"/>
<dependencies>
<dep package="gramps-svn"/>
</dependencies>
</distutils>
<distutils id="pybsddb">
<branch module="b/bsddb3/bsddb3-5.3.0.tar.gz"
hash="md5:d5aa4f293c4ea755e84383537f74be82" repo="pymodules"
version="5.3.0"/>
<dependencies>
<dep package="python3"/>
<dep package="berkeleydb"/>
</dependencies>
</distutils>
<autotools id="pyWebKitGtk" >
<branch module="pywebkitgtk-1.1.7.tar.bz2" version="1.1.7"
repo="pywebkitgtk"/>
<dependencies>
<dep package="WebKit"/>
<dep package="sqlite"/>
</dependencies>
</autotools>
<distutils id="pyenchant">
<branch repo="pymodules" module="p/pyenchant/pyenchant-1.6.1.tar.gz"
version="1.6.1"/>
</distutils>
<distutils id="pyxdg">
<branch repo="pyxdg" module="pyxdg-0.17.tar.gz" version="0.17"
hash="sha256:fbc87711922b2dd6ceb23ee041f1f96da9b7dbb6971df03a3081b439def069ce"
md5sum="a086de99cc536095684d87f15594e4db" size="37372"/>
</distutils>
<autotools id="xdg-utils">
<branch module="xdg-utils-1.0.2.tgz" version="1.0.2" repo="xdg-utils"/>
</autotools>
<autotools id="osmgpsmap">
<branch module="SNoiraud/osm-gps-map" revision="gtk3" repo="github"/>
<dependencies>
<dep package="meta-gtk-osx-gtk3"/>
<dep package="libsoup"/>
</dependencies>
</autotools>
<distutils id="osmgpsmap-py" autogen-sh="gnome-autogen.sh">
<branch module="osm-gps-map/python-osmgpsmap-0.7.3.tar.gz" repo="stowers"
version="0.7.3"/>
<dependencies>
<dep package="osmgpsmap"/>
</dependencies>
2012-12-23 11:41:43 +05:30
<after>
<dep package="pygtk"/>
<dep package="pygobject"/>
<dep package="pygobject3"/>
<dep package="pycairo-python2.6"/>
<dep package="pycairo-python3"/>
</after>
</distutils>
<autotools id="goocanvas" autogen-sh="configure">
<branch module="goocanvas/2.0/goocanvas-2.0.1.tar.bz2" version="2.0.1"
repo="ftp.gnome.org" hash="sha256:e7491c30325318d4f5fe2683eb63e6195b484b2f330c3f07c96bbb9213027773"/>
<dependencies>
<dep package="gtk+-3.0"/>
</dependencies>
</autotools>
<autotools id="graphviz" autogen-sh="configure"
autogenargs="--disable-sharp --disable-guile --disable-java --disable-lua --disable-ocaml --disable-perl --disable-php --disable-r --disable-ruby --disable-tcl --with-pangocairo --with-included-ltdl=yes">
<branch module="graphviz-2.28.0.tar.gz" version="2.28.0" repo="graphviz"/>
<dependencies>
<dep package='pango'/>
<dep package="meta-gtk-osx-freetype"/>
<dep package="librsvg"/>
</dependencies>
</autotools>
<autotools id="exiv2" supports-non-srcdir-builds="no">
<branch module="exiv2-0.21.1.tar.gz" repo="exiv2.org" version="0.21.1"/>
</autotools>
<autotools id="gexiv2" autogen-sh="configure" supports-non-srcdir-builds="no"
autogenargs="--enable-introspection"
autogen-template="%(srcdir)s/%(autogen-sh)s --prefix=%(prefix)s %(autogenargs)s">
<branch module="gexiv2/0.5/libgexiv2-0.5.0.tar.xz"
repo="yorba" version="0.5.0">
<patch file='gexiv2-libtool.patch' strip="1"/>
</branch>
<dependencies>
<dep package="exiv2"/>
</dependencies>
</autotools>
<distutils id="pil">
<branch module="Imaging-1.1.7.tar.gz" version="1.1.7" repo="pythonware"/>
<!--branch module="sloonz/pil-py3k.git" repo="github"/-->
</distutils>
2013-02-02 01:55:35 +05:30
<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>