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 AAE77158093 for ; Sun, 12 Sep 2021 12:02:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93903E0788; Sun, 12 Sep 2021 12:02:41 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 2B35CE077F for ; Sun, 12 Sep 2021 12:02:40 +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 CD7D6340FB3 for ; Sun, 12 Sep 2021 12:02:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5EE989E for ; Sun, 12 Sep 2021 12:02:38 +0000 (UTC) From: "Daniel Novomesky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Daniel Novomesky" Message-ID: <1631447881.782b6adc08d93ba1f48ced6ac35d7945d262a756.dnovomesky@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-libs/libjxl/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-libs/libjxl/libjxl-9999.ebuild X-VCS-Directories: media-libs/libjxl/ X-VCS-Committer: dnovomesky X-VCS-Committer-Name: Daniel Novomesky X-VCS-Revision: 782b6adc08d93ba1f48ced6ac35d7945d262a756 X-VCS-Branch: dev Date: Sun, 12 Sep 2021 12:02:38 +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: b9e6e1c3-cc80-440f-89f5-852db3effb85 X-Archives-Hash: d39c151b2105223a185230aa8f238490 commit: 782b6adc08d93ba1f48ced6ac35d7945d262a756 Author: Daniel Novomesky gmail com> AuthorDate: Sun Sep 12 11:58:01 2021 +0000 Commit: Daniel Novomesky gmail com> CommitDate: Sun Sep 12 11:58:01 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=782b6adc media-libs/libjxl: use system-wide dev-cpp/highway instead of the bundled dependency. Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Daniel Novomesky gmail.com> media-libs/libjxl/libjxl-9999.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/media-libs/libjxl/libjxl-9999.ebuild b/media-libs/libjxl/libjxl-9999.ebuild index 21dbcb9ab..2ad6c4626 100644 --- a/media-libs/libjxl/libjxl-9999.ebuild +++ b/media-libs/libjxl/libjxl-9999.ebuild @@ -26,6 +26,9 @@ DEPEND="app-arch/brotli x11-misc/shared-mime-info dev-qt/qtwidgets dev-qt/qtx11extras + dev-cpp/gtest + dev-cpp/highway + media-libs/lcms " BDEPEND="" @@ -40,10 +43,13 @@ src_configure() { -DJPEGXL_ENABLE_SJPEG=OFF -DJPEGXL_WARNINGS_AS_ERRORS=OFF + -DJPEGXL_ENABLE_SKCMS=ON -DJPEGXL_ENABLE_EXAMPLES=ON -DJPEGXL_ENABLE_VIEWERS=ON -DJPEGXL_ENABLE_PLUGINS=ON -DJPEGXL_FORCE_SYSTEM_BROTLI=ON + -DJPEGXL_FORCE_SYSTEM_HWY=ON + -DJPEGXL_FORCE_SYSTEM_GTEST=ON ) cmake_src_configure