File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ use warnings;
2222use Cwd qw( realpath) ;
2323use Digest::MD5 qw( md5_hex) ;
2424use File::Basename;
25+ use File::Path qw( mkpath) ;
2526use FindBin;
2627use lib $FindBin::Bin ;
2728use webkitdirs;
Original file line number Diff line number Diff line change 6767 </branch >
6868 </autotools >
6969
70+ <meson id =" graphene" >
71+ <pkg-config >graphene-1.0.pc</pkg-config >
72+ <branch repo =" github.com"
73+ module =" ebassi/graphene.git"
74+ tag =" 1.10.6" />
75+ <dependencies >
76+ <dep package =" glib" />
77+ </dependencies >
78+ </meson >
79+
7080 <!-- GStreamer plugins have been moved with the base code to a monorepo.
7181 Is not longer needed to fetch different tarballs when using the main repository.
7282 See: https://gstreamer.freedesktop.org/documentation/frequently-asked-questions/mono-repository.html -->
Original file line number Diff line number Diff line change 181181 hash =" sha256:455eb90c09ed1b71f95f3ebfe1c904c206727e0eeb34fc94e5aaf944663a820c" />
182182 </autotools >
183183
184- <meson id =" graphene" >
185- <branch repo =" github.com"
186- module =" ebassi/graphene.git"
187- tag =" 1.6.0" />
188- <dependencies >
189- <dep package =" glib" />
190- </dependencies >
191- </meson >
192-
193184 <autotools id =" librsvg" autogen-sh =" configure"
194185 autogenargs =" --disable-introspection --enable-pixbuf-loader --disable-gtk-theme" >
195186 <if condition-set =" macos" >
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import shlex
2424import subprocess
2525import sys
2626
27- jhbuild_revision = '93d37507d0fbf550aa3e96b5d632f3772c0189f0 '
27+ jhbuild_revision = 'acb52b03594989cfb45173841b318fccf557fefb '
2828
2929def determine_platform ():
3030 if '--gtk' in sys .argv :
You can’t perform that action at this time.
0 commit comments