[frogr] [OSX] Build pango with --with-included-modules, to avoid problems when bundling



commit caaba5a65795044948c34d371e4f5c2b4adc73ca
Author: Mario Sanchez Prada <msanchez gnome org>
Date:   Sun Sep 7 11:08:44 2014 +0100

    [OSX] Build pango with --with-included-modules, to avoid problems when bundling

 osx/jhbuild/frogr.modules |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)
---
diff --git a/osx/jhbuild/frogr.modules b/osx/jhbuild/frogr.modules
index 5f02b9a..a4df656 100644
--- a/osx/jhbuild/frogr.modules
+++ b/osx/jhbuild/frogr.modules
@@ -72,6 +72,22 @@
     </dependencies>
   </autotools>
 
+ <autotools id="pango"  autogen-sh="autoreconf" autogenargs="--with-included-modules">
+    <branch version="1.36.0" module="pango/1.36/pango-1.36.0.tar.xz"
+            hash="sha256:bb41d1b26ee7450e5430a7d2765f38c51ebe72db9fce616a9ee52611b55906a0">
+      <patch file="http://git.gnome.org/browse/gtk-osx/plain/patches/pango_gir_cflags.patch"; strip="1"/>
+    </branch>
+    <dependencies>
+      <dep package="cairo"/>
+     </dependencies>
+    <after>
+      <dep package="gobject-introspection"/>
+      <dep package="meta-gtk-osx-freetype"/>
+      <dep package="glib"/>
+      <dep package="meta-gtk-osx-bootstrap"/>
+    </after>
+  </autotools>
+
   <autotools id="gstreamer" autogenargs="--disable-tests --disable-introspection" 
supports-non-srcdir-builds="no"
     makeargs="ERROR_CFLAGS=" autogen-sh="configure">
     <branch module="gstreamer/0.10/gstreamer-0.10.35.tar.bz2" version="0.10.35"
@@ -184,6 +200,9 @@
       <dep package="libcroco"/>
       <dep package="librsvg"/>
       <dep package="pango"/>
+      <dep package="freetype"/>
+      <dep package="fontconfig"/>
+      <dep package="harfbuzz"/>
       <dep package="itstool"/>
       <dep package="yelp-xsl"/>
       <dep package="yelp-tools"/>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]