From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F17F41382C5 for ; Thu, 11 Mar 2021 17:26:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2F6C5E08D3; Thu, 11 Mar 2021 17:26:17 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 13A75E0875 for ; Thu, 11 Mar 2021 17:26:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1B387335D26 for ; Thu, 11 Mar 2021 17:26:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C3460590 for ; Thu, 11 Mar 2021 17:26:14 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1615483555.02d5c009d3a3abfec856842f9311272a470c41ba.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/gd/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/gd/gd-2.3.2.ebuild media-libs/gd/metadata.xml X-VCS-Directories: media-libs/gd/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 02d5c009d3a3abfec856842f9311272a470c41ba X-VCS-Branch: master Date: Thu, 11 Mar 2021 17:26:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f0b8f715-6b33-4e6a-a1ab-244833c46f28 X-Archives-Hash: e9948efe8a0e0f5a238af3fcc32cc523 commit: 02d5c009d3a3abfec856842f9311272a470c41ba Author: Sam James gentoo org> AuthorDate: Thu Mar 11 17:14:16 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Mar 11 17:25:55 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02d5c009 media-libs/gd: add libavif support Closes: https://bugs.gentoo.org/774534 Signed-off-by: Sam James gentoo.org> media-libs/gd/gd-2.3.2.ebuild | 5 +++-- media-libs/gd/metadata.xml | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/media-libs/gd/gd-2.3.2.ebuild b/media-libs/gd/gd-2.3.2.ebuild index b4f727eeed0..5797a5d83b0 100644 --- a/media-libs/gd/gd-2.3.2.ebuild +++ b/media-libs/gd/gd-2.3.2.ebuild @@ -13,7 +13,7 @@ S="${WORKDIR}/lib${P}" LICENSE="gd IJG HPND BSD" SLOT="2/3" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="cpu_flags_x86_sse fontconfig +jpeg heif +png static-libs test tiff truetype webp xpm zlib" +IUSE="avif cpu_flags_x86_sse fontconfig +jpeg heif +png static-libs test tiff truetype webp xpm zlib" RESTRICT="!test? ( test )" # fontconfig has prefixed font paths, details see bug #518970 @@ -24,6 +24,7 @@ REQUIRED_USE=" BDEPEND="virtual/pkgconfig" RDEPEND=" + avif? ( media-libs/libavif[${MULTILIB_USEDEP}] ) fontconfig? ( >=media-libs/fontconfig-2.10.92[${MULTILIB_USEDEP}] ) jpeg? ( >=virtual/jpeg-0-r2:0=[${MULTILIB_USEDEP}] ) heif? ( media-libs/libheif[${MULTILIB_USEDEP}] ) @@ -68,8 +69,8 @@ multilib_src_configure() { --disable-werror --without-x --without-liq - --without-avif $(use_enable static-libs static) + $(use_with avif) $(use_with fontconfig) $(use_with png) $(use_with tiff) diff --git a/media-libs/gd/metadata.xml b/media-libs/gd/metadata.xml index 2f850ae2364..6c08c2fe834 100644 --- a/media-libs/gd/metadata.xml +++ b/media-libs/gd/metadata.xml @@ -28,6 +28,7 @@ and so forth. https://github.com/libgd/libgd/issues + Enable support for the avif format via media-libs/libavif Enable support for the heif format via media-libs/libheif Enable support for the webp format