From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 330E313829C for ; Sat, 4 Jun 2016 17:14:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43FA5254039; Sat, 4 Jun 2016 17:14:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6747D254020 for ; Sat, 4 Jun 2016 17:14:11 +0000 (UTC) Received: from [192.168.1.100] (c-98-218-46-55.hsd1.md.comcast.net [98.218.46.55]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: mjo) by smtp.gentoo.org (Postfix) with ESMTPSA id C8B7C340BD1 for ; Sat, 4 Jun 2016 17:14:09 +0000 (UTC) Subject: Re: [gentoo-dev] [RFC] New global USE flag: webp To: gentoo-dev@lists.gentoo.org References: <5752B13B.4070409@gentoo.org> <20160604162924.GA29590@waltdnes.org> From: Michael Orlitzky X-Enigmail-Draft-Status: N1110 Message-ID: <57530C5F.40605@gentoo.org> Date: Sat, 4 Jun 2016 13:14:07 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.8.0 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 In-Reply-To: <20160604162924.GA29590@waltdnes.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Archives-Salt: 879c5ff1-0e44-410c-87ae-cbdea80b23b8 X-Archives-Hash: bd3a605a068672493c10fd5038dc5a1f On 06/04/2016 12:29 PM, waltdnes@waltdnes.org wrote: > > dev-lang/php:vpx - Enable webp suppoprt for GD > > ?!?!?!?! Is that a typo? > Half and half. The "suppoprt" is obviously a typo, but unfortunately, PHP uses a bundled copy of GD, so that isn't. ...and there's more. In php-7.x, they've dropped libvpx in favor of libwebp. Our existing USE=vpx (to pull in libvpx) therefore does nothing in php-7.x, so I'm going to change it to USE=webp and have it pull in libwebp instead. It takes forever to compile-test, but I'll push a fix afterwards. Thanks for noticing!