Re: [webkit-dev] webkitgtk 2.22.6 tarball inaccessible

2019-03-22 Thread Alberto Garcia
On Fri, Mar 22, 2019 at 11:59:46AM -0700, niveditha@oracle.com wrote:
> I am trying to download the webkitgtk 2.22.6 tarball from
> https://webkitgtk.org/releases/webkitgtk-2.22.6.tar.xz
> 
> and get "You don't have permission to access
> /releases/webkitgtk-2.22.6.tar.xz on this server"

In the meantime you can download the tarball from here:

https://snapshot.debian.org/package/webkit2gtk/2.22.6-1/

It's called webkit2gtk_2.22.6.orig.tar.xz following the Debian naming
conventions, but it's exactly the same one. You can also download the
.tar.xz.asc file that contains the original PGP signature.

Berto
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] update GCC version?

2017-01-09 Thread Alberto Garcia
On Mon, Jan 09, 2017 at 04:39:44PM +0100, Carlos Alberto Lopez Perez wrote:

> I strongly oppose to do (a). Also, it is false that Debian doesn't
> take our updates. They take our updates in the backports repository
> for stable.

The main reason why that happens is that the WebKitGTK+ stable updates
not only include security fixes but also several other changes, which
is not how things usually work in Debian:

https://www.debian.org/security/faq#oldversion

Since WebKitGTK+ is conservative regarding API/ABI changes I don't
think there's much of a risk there, but there's definitely a risk
of introducing regressions, and unlike Mozilla or Chromium updating
WebKitGTK+ can affect or potentially break any of the many packages
that depend on it.

That's why I started uploading it to the backports repository, and my
plan is to keep the backports always up to date.

Berto
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] EFL and GTK on Darwin

2014-02-11 Thread Alberto Garcia
On Mon, Feb 10, 2014 at 06:30:52PM -0800, Dan Bernstein wrote:

 2. Is there a configuration of the GTK port that actually builds for
 Darwin?

I have never tried it myself, but it works as far as I know, and there
seems to be someone from Apple working on it:

   https://bugs.webkit.org/show_bug.cgi?id=126492

We've been trying to help him integrate all the necessary fixes to
make the upstream code build in Darwin. If renaming PLATFORM(MAC) with
OS(DARWIN) breaks something else we can use that meta-bug to track
those problems.

Berto
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Hi

2013-12-08 Thread Alberto Garcia
On Fri, Dec 06, 2013 at 01:12:04AM -0500, larry x.wang wrote:

  How can I install a specific version of webkitgtk? ie 1.9.X
 in the download tar,When I extract the tar package,the install and
 readme is empty.I don't how build it from source and how to install
 it.

The basic way to build webkitgtk from source is:

$ ./configure
$ make
$ make install

For questions specific to the GTK+ port you can use the webkit-gtk
mailing list:

   https://lists.webkit.org/mailman/listinfo/webkit-gtk

And you can also find us in the #webkitgtk+ IRC channel on freenode.

Berto
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev