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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4D1D2158042 for ; Sun, 10 Nov 2024 11:44:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D865E08ED; Sun, 10 Nov 2024 11:44:52 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 35383E08ED for ; Sun, 10 Nov 2024 11:44:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 16701335DCC for ; Sun, 10 Nov 2024 11:44:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 295CC18DD for ; Sun, 10 Nov 2024 11:44:49 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1731239072.591c186a97f0f9153d5850fdc39eae6390755106.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libheif/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libheif/libheif-1.18.2-r1.ebuild media-libs/libheif/libheif-9999.ebuild media-libs/libheif/metadata.xml X-VCS-Directories: media-libs/libheif/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 591c186a97f0f9153d5850fdc39eae6390755106 X-VCS-Branch: master Date: Sun, 10 Nov 2024 11:44:49 +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: 4132895b-48e6-4b52-9d06-12a91238a04f X-Archives-Hash: ada68c19ac1c3dbb090b88af54486b7e commit: 591c186a97f0f9153d5850fdc39eae6390755106 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Nov 10 11:41:07 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Nov 10 11:44:32 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=591c186a media-libs/libheif: Add IUSE webp Closes: https://bugs.gentoo.org/942766 Signed-off-by: Andreas Sturmlechner gentoo.org> .../{libheif-9999.ebuild => libheif-1.18.2-r1.ebuild} | 15 ++++++++------- media-libs/libheif/libheif-9999.ebuild | 8 +++++--- media-libs/libheif/metadata.xml | 1 + 3 files changed, 14 insertions(+), 10 deletions(-) diff --git a/media-libs/libheif/libheif-9999.ebuild b/media-libs/libheif/libheif-1.18.2-r1.ebuild similarity index 87% copy from media-libs/libheif/libheif-9999.ebuild copy to media-libs/libheif/libheif-1.18.2-r1.ebuild index b5c9b73f88d0..6acf66763534 100644 --- a/media-libs/libheif/libheif-9999.ebuild +++ b/media-libs/libheif/libheif-1.18.2-r1.ebuild @@ -5,7 +5,7 @@ EAPI=8 inherit cmake xdg multilib-minimal -if [[ ${PV} == *9999 ]] ; then +if [[ ${PV} == *9999* ]] ; then EGIT_REPO_URI="https://github.com/strukturag/libheif.git" inherit git-r3 else @@ -18,19 +18,19 @@ HOMEPAGE="https://github.com/strukturag/libheif" LICENSE="GPL-3" SLOT="0/$(ver_cut 1-2)" -IUSE="+aom gdk-pixbuf go rav1e svt-av1 test +threads x265" +IUSE="+aom gdk-pixbuf go rav1e svt-av1 test +threads +webp x265" REQUIRED_USE="test? ( go )" RESTRICT="!test? ( test )" BDEPEND=" test? ( - dev-cpp/catch + Enable building dev-lang/go code/examples Use media-video/rav1e for AVIF encoding Use media-libs/svt-av1 for SVT-AV1 encoding + Enable high-quality YCbCr/RGB color space conversion algorithms Use media-libs/x265 for HEIF encoding