<?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="tarball" name="graphviz" href="http://www.graphviz.org/pub/graphviz/stable/SOURCES/"/> <repository type="tarball" name="launchpad" href="http://launchpad.net/"/> <repository type="tarball" name="exiv2.org" 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: 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.6.dylib before running ige-mac-bundler gtk-osx-build/projects/gramps/gramps.bundle --> <include href="https://raw.github.com/jralls/gtk-osx-build/master/modulesets-stable/gtk-osx.modules"/> <!--include href="/Users/john/Development/GTK-OSX/gtk-osx-build/modulesets-stable/gtk-osx.modules"/--> <autotools id="gramps" autogen-sh="configure"> <branch module="gramps/gramps-3.4.5.tar.gz" version="3.4.5" repo="sourceforge"> </branch> <dependencies> <dep package="meta-gtk-osx-python"/> <!--dep package="pyWebKitGtk"/--> <dep package="librsvg"/> <dep package="pygoocanvas"/> <dep package="shared-mime-info"/> <dep package="hunspell"/> <dep package="pygtk-extras"/> <dep package="osmgpsmap-py"/> <dep package="graphviz"/> <dep package="pyicu"/> </dependencies> <after> <dep package="pyexiv2"/> </after> </autotools> <autotools id="gramps-34" > <branch module="code" revision="maintenance/gramps34" repo="gramps" /> <dependencies> <dep package="meta-gtk-osx-python"/> <dep package="librsvg"/> <dep package="pygoocanvas"/> <dep package="shared-mime-info"/> <dep package="hunspell"/> <dep package="pygtk-extras"/> <dep package="osmgpsmap-py"/> <dep package="graphviz"/> </dependencies> <after> <dep package="pyexiv2"/> </after> </autotools> <distutils id="gramps-addons"> <branch module="branches/gramps34/contrib" repo="gramps-addons"/> <dependencies> <dep package="gramps"/> </dependencies> </distutils> <autotools id="pyWebKitGtk" > <branch module="pywebkitgtk-1.1.8.tar.bz2" version="1.1.8" repo="pywebkitgtk"/> <dependencies> <dep package="WebKit"/> <dep package="sqlite"/> </dependencies> </autotools> <!-- goocanvas 2.0 is for Gtk+-3.0. Go figure. --> <autotools id="goocanvas" autogen-sh="configure"> <branch module="goocanvas/1.0/goocanvas-1.0.0.tar.bz2" version="1.0.0" repo="ftp.gnome.org" hash="sha256:1c072ef88567cad241fb4addee26e9bd96741b1503ff736d1c152fa6d865711e"/> <dependencies> <dep package="gtk+"/> </dependencies> </autotools> <autotools id="pygoocanvas" version="0.14.1" autogen-sh="configure"> <branch module="pygoocanvas/0.14/pygoocanvas-0.14.1.tar.gz" version="0.14.1" repo="ftp.gnome.org"> </branch> <dependencies> <dep package="goocanvas"/> <dep package="pygtk"/> </dependencies> </autotools> <distutils id="pyxdg"> <branch repo="pyxdg" module="pyxdg-0.17.tar.gz" version="0.17" hash="sha256:fbc87711922b2dd6ceb23ee041f1f96da9b7dbb6971df03a3081b439def069ce" 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" autogenargs="--disable-introspection" autogen-sh="configure"> <branch module="osm-gps-map/osm-gps-map-0.7.3.tar.gz" repo="stowers" version="0.7.3"/> <dependencies> <dep package="gtk+"/> <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"/> <dep package="pygtk"/> <dep package="pycairo-python2.6"/> <dep package="pygobject"/> </dependencies> </distutils> <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 --without-x --with-pangocairo --with-included-ltdl=yes"> <branch module="graphviz-2.28.0.tar.gz" version="2.28.0" repo="graphviz"/> <dependencies> <dep package="librsvg"/> <dep package="pango"/> <dep package="zlib"/> </dependencies> </autotools> <autotools id="exiv2"> <branch module="exiv2-0.21.1.tar.gz" repo="exiv2.org" version="0.21.1"/> </autotools> <autotools id="boost"> <branch module="boost/boost_1_46_1.tar.bz2" repo="sourceforge" version="1.46.1"/> </autotools> <distutils id="scons"> <branch repo="sourceforge" module="scons/scons-2.0.1.tar.gz" version="2.0.1"/> </distutils> <autotools id="pyexiv2"> <branch module="pyexiv2/0.3.x/0.3/+download/pyexiv2-0.3.0.tar.bz2" repo="launchpad" version="0.3.0"/> <dependencies> <dep package="exiv2"/> <dep package="scons"/> <dep package="pil"/> </dependencies> <after> <dep package="boost"/> </after> </autotools> <distutils id="pil"> <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>