[gtk-osx] Update core modules to packages latest releases.



commit f069da3b481eb13477ff736a3522d83df1d259c3
Author: John Ralls <jralls ceridwen us>
Date:   Sun May 10 16:18:27 2020 -0700

    Update core modules to packages latest releases.

 modulesets-stable/gtk-osx.modules | 35 ++++++++++++++++-------------------
 modulesets/gtk-osx.modules        | 12 ++++++------
 2 files changed, 22 insertions(+), 25 deletions(-)
---
diff --git a/modulesets-stable/gtk-osx.modules b/modulesets-stable/gtk-osx.modules
index 7062eb4..5752584 100644
--- a/modulesets-stable/gtk-osx.modules
+++ b/modulesets-stable/gtk-osx.modules
@@ -10,8 +10,6 @@
               href="https://www.cairographics.org/releases/"/>
   <repository type="tarball" name="ftp.gnu.org"
               href="https://ftp.gnu.org/gnu/"/>
-  <repository type="tarball" name="sourceware.org"
-              href="ftp://sourceware.org/pub/"/>
   <repository type="tarball" name="freedesktop"
               href="ftp://ftp.freedesktop.org/pub/"/>
   <repository type="git" name="github" href="git://github.com/"/>
@@ -93,9 +91,9 @@
     </systemdependencies>
   </systemmodule>
 
-  <meson id="glib" mesonargs="-Dinternal_pcre=true -Dlibmount=false">
-    <branch module="glib/2.62/glib-2.62.4.tar.xz"  version="2.62.4"
-            hash="sha256:4c84030d77fa9712135dfa8036ad663925655ae95b1d19399b6200e869925bbc">
+  <meson id="glib" mesonargs="-Dinternal_pcre=true -Dlibmount=disabled">
+    <branch module="glib/2.64/glib-2.64.2.tar.xz"  version="2.64.2"
+            hash="sha256:9a2f21ed8f13b9303399de13a0252b7cbcede593d26971378ec6cb90e87f2277">
     </branch>
     <dependencies>
         <dep package="libffi"/>
@@ -107,16 +105,15 @@
 
   <autotools id="libffi" autogenargs="--disable-builddir"
              autogen-sh="configure">
-    <branch module="libffi/libffi-3.2.1.tar.gz" repo="sourceware.org"
-            version="3.2.1"/>
+    <branch module="libffi/libffi/releases/download/v3.3/libffi-3.3.tar.gz"
+            repo="github-tarball" version="3.3"/>
   </autotools>
 
   <meson id="gobject-introspection">
-    <branch module="gobject-introspection/1.60/gobject-introspection-1.60.2.tar.xz"
-            version="1.60.2"
-            hash="sha256:ffdfe2368fb2e34a547898b01aac0520d52d8627fdeb1c306559bcb503ab5e9c">
+    <branch module="gobject-introspection/1.64/gobject-introspection-1.64.1.tar.xz"
+            version="1.64.1"
+            hash="sha256:80beae6728c134521926affff9b2e97125749b38d38744dc901f4010ee3e7fa7">
       <patch file="https://gitlab.gnome.org/GNOME/gtk-osx/raw/master/patches/girscanner-objc.patch"; 
strip="1"/>
-            <patch 
file="https://gitlab.gnome.org/GNOME/gtk-osx/raw/master/patches/gi_cairo_library_path.patch"; strip="1"/>
     </branch>
     <dependencies>
       <dep package="glib"/>
@@ -128,8 +125,8 @@
   </meson>
 
   <meson id="fribidi" mesonargs="-Ddocs=false">
-    <branch module="fribidi/fribidi/releases/download/v1.0.5/fribidi-1.0.5.tar.bz2"
-            repo="github-tarball" version="1.0.5"/>
+    <branch module="fribidi/fribidi/releases/download/v1.0.9/fribidi-1.0.9.tar.xz"
+            repo="github-tarball" version="1.0.9"/>
     <dependencies>
       <!--dep package="c2man"/ -->
     </dependencies>
@@ -153,8 +150,8 @@
   </meson>
   
  <meson id="atk">
-    <branch module="atk/2.34/atk-2.34.1.tar.xz" version="2.34.1"
-            hash="sha256:d4f0e3b3d21265fcf2bc371e117da51c42ede1a71f6db1c834e6976bb20997cb"/>
+    <branch module="atk/2.36/atk-2.36.0.tar.xz" version="2.36.0"
+            hash="sha256:fb76247e369402be23f1f5c65d38a9639c1164d934e40f6a9cf3c9e96b652788"/>
     <dependencies>
     </dependencies>
     <after>
@@ -242,8 +239,8 @@
 
   <autotools id="gtk+-3.0" autogen-sh="autogen.sh"
              autogenargs="--enable-quartz-backend --enable-quartz-relocation">
-    <branch module="gtk+/3.24/gtk+-3.24.10.tar.xz" version="3.24.10"
-            hash="sha256:35a8f107e2b90fda217f014c0c15cb20a6a66678f6fd7e36556d469372c01b03">
+    <branch module="gtk+/3.24/gtk+-3.24.20.tar.xz" version="3.24.20"
+            hash="sha256:2dac69f716e8d04ba7a95091589e2baaec95dcace932cb15839163db479b1df3">
     </branch>
     <dependencies>
       <dep package="glib"/>
@@ -260,9 +257,9 @@
 
   <autotools id="pixman" autogenargs="--disable-gtk --disable-mmx"
              autogen-sh="configure">
-    <branch version="0.38.4" module="pixman-0.38.4.tar.gz"
+    <branch version="0.40.0" module="pixman-0.40.0.tar.gz"
             repo="cairographics"
-            hash="sha1:8594e0a31c1802ae0c155d6b502c0953aa862baa">
+            
hash="sha512:063776e132f5d59a6d3f94497da41d6fc1c7dca0d269149c78247f0e0d7f520a25208d908cf5e421d1564889a91da44267b12d61c0bd7934cd54261729a7de5f">
     </branch>
     <after>
       <dep package="meta-gtk-osx-bootstrap"/>
diff --git a/modulesets/gtk-osx.modules b/modulesets/gtk-osx.modules
index 408e181..74ba368 100644
--- a/modulesets/gtk-osx.modules
+++ b/modulesets/gtk-osx.modules
@@ -74,7 +74,7 @@
   </systemmodule>
 
   <autotools id="glib" autogenargs="--with-pcre=internal">
-    <branch tag="glib-2-62"/>
+    <branch tag="glib-2-64"/>
     <dependencies>
       <dep package="libffi"/>
     </dependencies>
@@ -85,11 +85,11 @@
 
   <autotools id="libffi" autogenargs="--disable-builddir"
              autogen-sh="autoreconf" supports-non-srcdir-builds="no">
-    <branch module="atgreen/libffi" repo="github" tag="v3.2.1"/>
+    <branch module="atgreen/libffi" repo="github" tag="v3.3"/>
   </autotools>
 
   <meson id="gobject-introspection">
-    <branch tag="gnome-3-34" module="gobject-introspection"/>
+    <branch tag="gnome-3-36" module="gobject-introspection"/>
     <dependencies>
       <dep package="glib"/>
       <dep package="cairo"/>
@@ -98,7 +98,7 @@
   </meson>
 
   <meson id="fribidi" mesonargs="-Ddocs=false">
-    <branch module="fribidi/fribidi" repo="github" tag="v1.0.5"/>
+    <branch module="fribidi/fribidi" repo="github" tag="v1.0.9"/>
     <dependencies>
       <!--dep package="c2man"/ -->
     </dependencies>
@@ -118,7 +118,7 @@
   </meson>
 
   <meson id="atk">
-    <branch tag="gnome-3-34"/>
+    <branch tag="gnome-3-36"/>
     <dependencies>
     </dependencies>
     <after>
@@ -143,7 +143,7 @@
   </autotools>
 
   <autotools id="libepoxy">
-    <branch repo="github" module="anholt/libepoxy" revision="1.4.3"/>
+    <branch repo="github" module="anholt/libepoxy" revision="1.5.4"/>
     <dependencies>
       <dep package="xorg-util-macros"/>
     </dependencies>


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