X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-pd0-f179.google.com (mail-pd0-f179.google.com [209.85.192.179]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id BF44DDC00CA for ; Mon, 17 Nov 2014 06:18:08 +0000 (UTC) Received: by mail-pd0-f179.google.com with SMTP id g10so20704307pdj.10 for ; Sun, 16 Nov 2014 22:18:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:mime-version:content-type :content-disposition:user-agent; bh=1K1YblZNlz/mLB2rudJhTLOyMjGJjHB14m5AfXuSmio=; b=V6ov6UEYYeoBROUnVB9daCTHxtGHigqhAbqEpQn16Sc5AP1UwsOHSITg1EVtP4zKLu wGTlBBQCRoTK2pBNWZjBXPcz4pKIWwpICFv8msDzop7042uMpWrjte2qfBZ2lmFrL9d9 c08wvlOpWSFytR9lU7VwaNK8rHa2SlQx0QHVlXAvpGypi3RmCsO3U0otLtAF4DLBV6jL ps6n87f3x7PbNPPvdh0PYs0EYDvDy+2yH5Q+e4AxBJEj1gTCqVS2BEULoeZ3sGSxrIyJ pnXQAG8se+webUHDB8Q/9pydRsP4l9CxbpROFbwPY1psheHTyYXEzE6hvHYSxC91uUrk q/uA== X-Received: by 10.68.202.104 with SMTP id kh8mr27381667pbc.95.1416204619285; Sun, 16 Nov 2014 22:10:19 -0800 (PST) Received: from newbook ([50.0.227.65]) by mx.google.com with ESMTPSA id kp2sm34013225pdb.30.2014.11.16.22.10.18 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 16 Nov 2014 22:10:18 -0800 (PST) Date: Sun, 16 Nov 2014 22:10:26 -0800 From: Isaac Dunham To: alpine-devel@lists.alpinelinux.org Subject: [alpine-devel] fltk upgrades, dillo, other packages... Message-ID: <20141117061026.GA1552@newbook> X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) Hello, I'm working on getting WebkitFLTK[1] to build, so as to build Fifth, which is yet another Webkit browser--this time, it's loosely based on Opera 9.x and uses FLTK. WebkitFLTK requires FLTK 1.3.3, while we have 1.3.2. There are some issues with doing an upgrade: -1.3.3 has a couple bugs fixed in SVN; this is easily addressed by grabbing the patches. -1.3.3 also is now missing the symbol "fl_oldfocus" (and possibly others), which will break dillo. It does *not* change the library version. I have looked through the commit logs and looked online, and there's no obvious candidate for what caused the issue. The dillo developers are guessing that linker magic might have caused it; they have a workaround that involves disabling the use of fl_oldfocus, at the cost of not restoring focus properly. I'm not sure what to do with this. Any advice? Thanks, Isaac Dunham [1] https://github.com/clbr/webkitfltk [2] https://github.com/clbr/fifth --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---