X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id 94803DC00F8 for ; Tue, 3 Nov 2015 10:21:25 +0000 (UTC) Received: from mail-wm0-f42.google.com (mail-wm0-f42.google.com [74.125.82.42]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 39DA3DC00B3 for ; Tue, 3 Nov 2015 10:21:24 +0000 (UTC) Received: by wmeg8 with SMTP id g8so10601800wme.1 for ; Tue, 03 Nov 2015 02:21:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:mail-followup-to:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=7PHYURVKA6ST9w4OW9qAvp08WewQSypjjFRx6taDCQ4=; b=sQASWlmgjKTWq3T/nuXaTrxGlppmHEtm92txn0SAEYKqbJTySsLk+rQt24k+AGI4/F +pUrdrL3CI126D6GXaPT0ycmwHBFRU0p5OzcQ6QoqkbnOw9jz/UwGZwLRsVUTOVI85wj dvr5OgI+AYtDhz2hJERIlhGaGWJfPwqPcszQrI+I71aaDCDEcHqM3LdmMmcpUGaF1koP x8mKQaKYbJv6bq4ixYvhXez0e0/dryNBxXBVeF0aFX/42oRpde20jxyvmzHdrxZRHYXW 7KUHJi47tfOzNjfQiha2mkZaXub/4OLuVlIxDkKxaO1d4oaPUo95rP4Kujuh/HHxDgHH ZOGA== X-Received: by 10.28.210.77 with SMTP id j74mr17752974wmg.60.1446546083571; Tue, 03 Nov 2015 02:21:23 -0800 (PST) Received: from eucalyptus (kaj-0668.koleje.cuni.cz. [78.128.162.162]) by smtp.gmail.com with ESMTPSA id om1sm26791979wjc.2.2015.11.03.02.21.22 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 03 Nov 2015 02:21:22 -0800 (PST) Date: Tue, 3 Nov 2015 11:21:22 +0100 From: Jiri Horner To: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [PATCH] testing/webkit2gtk: new aport Message-ID: <20151103102122.GB4816@eucalyptus> Mail-Followup-To: alpine-aports@lists.alpinelinux.org References: <1446510767-4912-2-git-send-email-laeqten@gmail.com> <20151103092949.049b0bc2@ncopa-desktop.alpinelinux.org> X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Disposition: inline In-Reply-To: <20151103092949.049b0bc2@ncopa-desktop.alpinelinux.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-Virus-Scanned: ClamAV using ClamSMTP Hi, TLDR: it was intentional sorry for confusion, original email body was stripped. I have to tune my git send-mail config a bit. This package brings webkit2gtk-4.0 to alpine, which is the latest binary version of webkitgtk. It is intentionaly coinstallable with binary versions 1.0 and 3.0 already present in alpine. webkit1 (in webkit) and webkit2 are totally different and require application rewrite to move to later. Thats why distros usually have both of them. Last version of webkitgtk with webkit1 is 2.4.9. Also webkit2 included in 2.4.9 is slightly different from webkit2 included in 2.10 series (binary version bumped). More details: [0]. It would definitely make things easier not to have 3 binary versions + gtk2/gtk3 versions. To keep things minimal I think it would be possible to stop building webkit2 from 2.4.9 branch and move all dependencies to this new package. Also xiphos which builds currently against webkit1 could be moved to this package. Status is as follows: could use webkit2-4.0: * midori * claws-mail * xiphos blockers for webkit1: * shotwell [2] * geary [1] For the last two we could drop gtk2 build in `webkit` since the both uses gtk3. So the minimal version could be gtk3 webkit (libwebkitgtk-3.0) from 2.4.9 and gtk3 webkit2 (libwebkit2gtk-4.0) from latest branch. Note to the package: I have disabled support for gtk2 plugins which reduces binary size a lot. Flash and similar will not work with this version. I'm OK with maintaining it in community, but if you want to take it then even better. Cheers, Jiri [0] http://blogs.igalia.com/carlosgc/2014/08/01/webkitgtk-2-5-1-good-bye-webkit1/ [1] https://bugzilla.gnome.org/show_bug.cgi?id=728002 [2] https://bugzilla.gnome.org/show_bug.cgi?id=751709 On Tue, Nov 03, 2015 at 09:29:49AM +0100, Natanael Copa wrote: >On Tue, 3 Nov 2015 00:32:47 +0000 >Jiri Horner wrote: > >> http://webkitgtk.org/ >> portable web rendering engine WebKit for GTK+ >> --- >> community/webkit2gtk/APKBUILD | 95 +++++++++++++++++++++++++ >> community/webkit2gtk/disallow-ctype.patch | 11 +++ >> community/webkit2gtk/disallow-malloc_trim.patch | 12 ++++ >> community/webkit2gtk/fix-execinfo.patch | 20 ++++++ >> community/webkit2gtk/fix-isnan.patch | 19 +++++ >> 5 files changed, 157 insertions(+) >> create mode 100644 community/webkit2gtk/APKBUILD >> create mode 100644 community/webkit2gtk/disallow-ctype.patch >> create mode 100644 community/webkit2gtk/disallow-malloc_trim.patch >> create mode 100644 community/webkit2gtk/fix-execinfo.patch >> create mode 100644 community/webkit2gtk/fix-isnan.patch > >Instead of adding another webktigtk aport, how about upgrade the >existing community/webkitgtk? It provides webkit for both gtk2 and gtk3 >from same aport. > >-nc -- --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---