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 9F064138334 for ; Thu, 18 Apr 2019 09:03:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 97F49E0975; Thu, 18 Apr 2019 09:03:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 7A199E0975 for ; Thu, 18 Apr 2019 09:03:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 0366C341800 for ; Thu, 18 Apr 2019 09:03:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 554E654A for ; Thu, 18 Apr 2019 09:03:03 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1555578172.ef64ac5af67516e07a74ab12456b6b658c152325.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/nomacs/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/nomacs/metadata.xml media-gfx/nomacs/nomacs-3.12.ebuild X-VCS-Directories: media-gfx/nomacs/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: ef64ac5af67516e07a74ab12456b6b658c152325 X-VCS-Branch: master Date: Thu, 18 Apr 2019 09:03:03 +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: 445cbde6-7e71-4c36-a5bf-ef5cefc0e366 X-Archives-Hash: 4400120efc3b2a5d22da88fea8260b82 commit: ef64ac5af67516e07a74ab12456b6b658c152325 Author: Michael Palimaka gentoo org> AuthorDate: Thu Apr 18 09:02:41 2019 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Apr 18 09:02:52 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef64ac5a media-gfx/nomacs: remove heif USE flag Support for heif is not part of a release yet. Closes: https://bugs.gentoo.org/682598 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Michael Palimaka gentoo.org> media-gfx/nomacs/metadata.xml | 1 - media-gfx/nomacs/nomacs-3.12.ebuild | 4 +--- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/media-gfx/nomacs/metadata.xml b/media-gfx/nomacs/metadata.xml index 462a1644b16..b27b6fcfc0e 100644 --- a/media-gfx/nomacs/metadata.xml +++ b/media-gfx/nomacs/metadata.xml @@ -11,7 +11,6 @@ nomacs - Enable support for ISO/IEC 23008-12:2017 HEIF/HEIC image format using media-libs/libheif Build support for media-libs/opencv diff --git a/media-gfx/nomacs/nomacs-3.12.ebuild b/media-gfx/nomacs/nomacs-3.12.ebuild index ed18ddad761..32fc7db491a 100644 --- a/media-gfx/nomacs/nomacs-3.12.ebuild +++ b/media-gfx/nomacs/nomacs-3.12.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3+" SLOT="0" KEYWORDS="amd64 x86 ~amd64-linux" -IUSE="heif +jpeg +opencv raw tiff zip" +IUSE="+jpeg +opencv raw tiff zip" REQUIRED_USE=" raw? ( opencv ) @@ -28,7 +28,6 @@ RDEPEND=" dev-qt/qtsvg:5 dev-qt/qtwidgets:5 media-gfx/exiv2:= - heif? ( media-libs/libheif:= ) opencv? ( >=media-libs/opencv-3.4:= ) raw? ( media-libs/libraw:= ) tiff? ( @@ -52,7 +51,6 @@ src_configure() { -DENABLE_CODE_COV=OFF -DUSE_SYSTEM_QUAZIP=ON -DENABLE_TRANSLATIONS=ON - -DENABLE_HEIF=$(usex heif) -DENABLE_OPENCV=$(usex opencv) -DENABLE_RAW=$(usex raw) -DENABLE_TIFF=$(usex tiff)