It's been building in MacPorts for the past few months. We fixed a ton of OS X issues in webkit-gtk during 2.11.x. As discussed in multiple locations already, this is a HomeBrew + SIP issue. You can't pass DYLD_LIBRARY_PATH to system executables; it will be ignored. /usr/bin/env and /usr/bin/python are system executables. HomeBrew can address this by using their own python as gir's interpreter.
--Jeremy > On Apr 2, 2016, at 09:00, Andrea Giammarchi <[email protected]> > wrote: > > It looks like it's impossible to build it on OSX since, at least, version > 2.11.92: > https://github.com/Homebrew/homebrew/pull/50565#issuecomment-204692495 > > Used formula and it args are here: > https://github.com/WebReflection/homebrew-gnome/blob/master/webkitgtk.rb#L22-L37 > > Does anybody know if there's a problem with the gir scanner or if it might be > the used formula? > > Thank You > > > On Tue, Mar 22, 2016 at 9:53 AM, Carlos Garcia Campos <[email protected]> > wrote: > WebKitGTK+ 2.12.0 is available for download at: > > http://webkitgtk.org/releases/webkitgtk-2.12.0.tar.xz (11.1MB) > md5sum: d233b5594c37a961308c230207d8b64f > sha256sum: a68604f8fd1bcb247d647709290226289b90c16acb1f3730538b688db8df5ea6 > > This is the first stable release in the 2.12 series. > > Highlights of the WebKitGTK+ 2.12.0 release > =========================================== > > - Enable FTL by default in JavaScriptCore for x86_64. > - Network process is now used unconditionally. The shared secondary process > model is now > the same as using the multiple process model and setting a process limit > of 1. > - Switch to use overlay scrollbars like all other GTK+ widgets and ensure > the behavior > is consistent with GTK+ too. > - Support for windowless NPAPI plugins with no UI in non X11 platforms. > - Enable GSS-Negotiate support when available in libsoup. > - Improved general performance by better handling glib main loop sources. > - New API to save and restore a WebView session. > > > What is WebKitGTK+? > =================== > > WebKitGTK+ is the GNOME platform port of the WebKit rendering engine. > Offering WebKit's full functionality through a set of GObject-based > APIs, it is suitable for projects requiring any kind of web > integration, from hybrid HTML/CSS applications to full-fledged web > browsers. > > Requirements > ============ > > gtk+ >= 3.6.0 > glib >= 2.36 > libsoup >= 2.42.0 > cairo >= 1.10.2 > libxml >= 2.8.0 > libxslt >= 1.1.7 > HarfBuzz >= 0.9.2 > icu > fontconfig >= 2.8.0 > FreeType2 >= 2.4.2 > libsecret > SQLite > enchant > > Depending on your configuration options WebKitGTK+ may also depend on: > > gtk+ >= 2.24.10 > GObject introspection > gstreamer >= 1.0.3 > GeoClue >= 2.1.5 > gudev > cairo-gl >= 1.10.2 > > More information > ================ > > If you want to know more about the project or get in touch with us > you may: > > - Visit our website at http://www.webkitgtk.org, or the upstream > site at http://www.webkit.org. People interested in contributing > should read: http://www.webkit.org/coding/contributing.html. > > - Browse the bug list at http://bugs.webkit.org, WebKitGTK+ bugs are > typically prefixed by "[GTK]." A bug report with a minimal, > reproducible test case is often just as valuable as a patch. > > - Join the #webkit and #webkitgtk+ IRC channels at irc.freenode.net. > > - Subscribe to the WebKitGTK+ mailing list, > http://lists.webkit.org/mailman/listinfo.cgi/webkit-gtk, or the > WebKit development mailing list, > http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev > > Thanks > ====== > > Thanks to all the contributors who made possible this release, they > are far too many to list! > > The WebKitGTK+ team, > March 22, 2016 > -- > Carlos Garcia Campos > http://pgp.rediris.es:11371/pks/lookup?op=get&search=0xF3D322D0EC4582C3 > > > _______________________________________________ > webkit-gtk mailing list > [email protected] > https://lists.webkit.org/mailman/listinfo/webkit-gtk > > > _______________________________________________ > webkit-gtk mailing list > [email protected] > https://lists.webkit.org/mailman/listinfo/webkit-gtk _______________________________________________ webkit-gtk mailing list [email protected] https://lists.webkit.org/mailman/listinfo/webkit-gtk
