[gtk-osx] Update pixman to 0.32



commit d346dc3b91a5e8e5b6811a1811b65260e374694c
Author: Philip Chimento <philip chimento gmail com>
Date:   Thu Nov 20 22:03:42 2014 -0800

    Update pixman to 0.32
    
    In addition, the --enable-openmp configure argument doesn't exist any
    more, so there is no need to disable it.

 modulesets-stable/gtk-osx.modules   |    4 ++--
 modulesets-unstable/gtk-osx.modules |    2 +-
 modulesets/gtk-osx.modules          |    2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/modulesets-stable/gtk-osx.modules b/modulesets-stable/gtk-osx.modules
index 04f76be..56b8e66 100644
--- a/modulesets-stable/gtk-osx.modules
+++ b/modulesets-stable/gtk-osx.modules
@@ -191,9 +191,9 @@
   </autotools>
 
   <autotools id="pixman" autogenargs="--disable-gtk" autogen-sh="configure">
-    <branch version="0.30.2" module="pixman-0.30.2.tar.gz"
+    <branch version="0.32.6" module="pixman-0.32.6.tar.gz"
             repo="cairographics"
-            hash="sha1:59cc9cd91a2394b7c0aa90ffc7c141f06d75f066"/>
+            hash="sha1:8791343cbf6d99451f4d08e8209d6ac11bf96df2"/>
     <after>
       <dep package="meta-gtk-osx-bootstrap"/>
     </after>
diff --git a/modulesets-unstable/gtk-osx.modules b/modulesets-unstable/gtk-osx.modules
index 5d209ef..725dc26 100644
--- a/modulesets-unstable/gtk-osx.modules
+++ b/modulesets-unstable/gtk-osx.modules
@@ -163,7 +163,7 @@
     </after>
   </autotools>
 
-  <autotools id="pixman" autogenargs="--disable-gtk --disable-openmp">
+  <autotools id="pixman" autogenargs="--disable-gtk">
     <branch repo="freedesktop" module="pixman" />
     <after>
       <dep package="meta-gtk-osx-bootstrap"/>
diff --git a/modulesets/gtk-osx.modules b/modulesets/gtk-osx.modules
index 100f9ac..c013c01 100644
--- a/modulesets/gtk-osx.modules
+++ b/modulesets/gtk-osx.modules
@@ -160,7 +160,7 @@
   </autotools>
 
   <autotools id="pixman" autogenargs="--disable-gtk">
-    <branch repo="cairographics" module="pixman" tag="0.30"/>
+    <branch repo="cairographics" module="pixman" tag="0.32"/>
     <after>
       <dep package="meta-gtk-osx-bootstrap"/>
     </after>


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