From owner-freebsd-ports@FreeBSD.ORG Mon Dec 22 22:08:09 2008 Return-Path: Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 351871065670 for ; Mon, 22 Dec 2008 22:08:09 +0000 (UTC) (envelope-from mi+mill@aldan.algebra.com) Received: from mail5.sea5.speakeasy.net (mail5.sea5.speakeasy.net [69.17.117.7]) by mx1.freebsd.org (Postfix) with ESMTP id 030F78FC08 for ; Mon, 22 Dec 2008 22:08:08 +0000 (UTC) (envelope-from mi+mill@aldan.algebra.com) Received: (qmail 25252 invoked from network); 22 Dec 2008 22:06:55 -0000 Received: from aldan.algebra.com (HELO [127.0.0.1]) (mi@[216.254.65.224]) (envelope-sender ) by mail5.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 22 Dec 2008 22:06:55 -0000 Message-ID: <49500F7C.6020908@aldan.algebra.com> Date: Mon, 22 Dec 2008 17:06:52 -0500 From: Mikhail Teterin User-Agent: Thunderbird 2.0.0.18 (X11/20081105) MIME-Version: 1.0 To: Jeremy Lea , Mikhail Teterin , freebsd-ports@FreeBSD.ORG, ache@FreeBSD.ORG, cokane@FreeBSD.ORG, mezz@FreeBSD.ORG References: <494FF453.6010409@aldan.algebra.com> <20081222213717.GA59954@flint.openpave.org> In-Reply-To: <20081222213717.GA59954@flint.openpave.org> X-Stationery: 0.4.8.12 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: APNG patch for graphics/png port X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Dec 2008 22:08:09 -0000 Sent by Jeremy Lea: > Hi, > > On Mon, Dec 22, 2008 at 03:10:59PM -0500, Mikhail Teterin wrote: > >> Personally, I think, I'm in favor of the last approach, at least for >> now that animated PNG (APNG) content is non-existent anyway >> > > Except for many of the chrome icons in firefox, etc. i.e. doing this > with break firefox. Was not one of the advantages of APNG the fact, that a non-Animated PNG reader will still show the first frame of the animation? In that case, the icons will simply be non-animated... > Do number one - link mozilla apps against their own > static libpng. It really isn't that much space, and the mozilla build > works that way by default. > I think, I listed an argument against this. The security one. It is also "not right" technically -- we aren't building the bundled libz, libbz2, nspr, etc. for a good reason... -mi