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 9C1CA138359 for ; Sun, 16 Aug 2020 18:15:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E257FE085A; Sun, 16 Aug 2020 18:15:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 BED55E085A for ; Sun, 16 Aug 2020 18:15: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 B771A34EDCE for ; Sun, 16 Aug 2020 18:15:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6A17824C for ; Sun, 16 Aug 2020 18:15:15 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1597601712.e49fe8d27cc68e57ba75cb55d0c6dbcf47ccf1d7.jer@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.7.0.ebuild media-libs/libheif/libheif-9999.ebuild media-libs/libheif/metadata.xml X-VCS-Directories: media-libs/libheif/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: e49fe8d27cc68e57ba75cb55d0c6dbcf47ccf1d7 X-VCS-Branch: master Date: Sun, 16 Aug 2020 18:15:15 +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: 54623816-6d08-447d-9e19-b0d585ddf3ff X-Archives-Hash: 5769c2dc23f87864dc5812497365e76d commit: e49fe8d27cc68e57ba75cb55d0c6dbcf47ccf1d7 Author: Jeroen Roovers gentoo org> AuthorDate: Sun Aug 16 18:14:46 2020 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sun Aug 16 18:15:12 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e49fe8d2 media-libs/libheif: Add USE=gdk-pixbuf Package-Manager: Portage-3.0.2, Repoman-2.3.23 Closes: https://bugs.gentoo.org/704746 Signed-off-by: Jeroen Roovers gentoo.org> media-libs/libheif/libheif-1.7.0.ebuild | 4 +++- media-libs/libheif/libheif-9999.ebuild | 4 +++- media-libs/libheif/metadata.xml | 3 ++- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/media-libs/libheif/libheif-1.7.0.ebuild b/media-libs/libheif/libheif-1.7.0.ebuild index c7406ee8a8e..3bba1148615 100644 --- a/media-libs/libheif/libheif-1.7.0.ebuild +++ b/media-libs/libheif/libheif-1.7.0.ebuild @@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/strukturag/libheif" LICENSE="GPL-3" SLOT="0/1.6" -IUSE="go static-libs test +threads" +IUSE="gdk-pixbuf go static-libs test +threads" RESTRICT="!test? ( test )" BDEPEND="test? ( dev-lang/go )" @@ -28,6 +28,7 @@ DEPEND=" media-libs/x265:=[${MULTILIB_USEDEP}] sys-libs/zlib:=[${MULTILIB_USEDEP}] virtual/jpeg:0=[${MULTILIB_USEDEP}] + gdk-pixbuf? ( x11-libs/gdk-pixbuf ) go? ( dev-lang/go ) " RDEPEND="${DEPEND}" @@ -49,6 +50,7 @@ src_prepare() { multilib_src_configure() { local econf_args=( $(multilib_is_native_abi && use_enable go || echo --disable-go) + $(use_enable gdk-pixbuf) $(use_enable static-libs static) $(use_enable threads multithreading) ) diff --git a/media-libs/libheif/libheif-9999.ebuild b/media-libs/libheif/libheif-9999.ebuild index 85e13a9e4cf..3e1aacd0ed3 100644 --- a/media-libs/libheif/libheif-9999.ebuild +++ b/media-libs/libheif/libheif-9999.ebuild @@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/strukturag/libheif" LICENSE="GPL-3" SLOT="0/1.6" -IUSE="go static-libs test +threads" +IUSE="gdk-pixbuf go static-libs test +threads" RESTRICT="!test? ( test )" BDEPEND="test? ( dev-lang/go )" @@ -28,6 +28,7 @@ DEPEND=" media-libs/x265:=[${MULTILIB_USEDEP}] sys-libs/zlib:=[${MULTILIB_USEDEP}] virtual/jpeg:0=[${MULTILIB_USEDEP}] + gdk-pixbuf? ( x11-libs/gdk-pixbuf ) go? ( dev-lang/go ) " RDEPEND="${DEPEND}" @@ -46,6 +47,7 @@ src_prepare() { multilib_src_configure() { local econf_args=( $(multilib_is_native_abi && use_enable go || echo --disable-go) + $(use_enable gdk-pixbuf) $(use_enable static-libs static) $(use_enable threads multithreading) ) diff --git a/media-libs/libheif/metadata.xml b/media-libs/libheif/metadata.xml index 481879a1442..f92d3bad5e8 100644 --- a/media-libs/libheif/metadata.xml +++ b/media-libs/libheif/metadata.xml @@ -3,7 +3,8 @@ - Add support for dev-lang/go + Enable x11-libs/gdk-pixbuf plugin + Enable building dev-lang/go code/examples https://github.com/strukturag/libheif/issues