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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2388B158086 for ; Mon, 8 Nov 2021 09:05:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5430E0886; Mon, 8 Nov 2021 09:05:02 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 38D0EE0886 for ; Mon, 8 Nov 2021 09:05:02 +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 266D8342E18 for ; Mon, 8 Nov 2021 09:05:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F9C7156 for ; Mon, 8 Nov 2021 09:04:59 +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: <1636362237.a1e6d327b496762cdd58faa0aeba52354bba3c2d.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: a1e6d327b496762cdd58faa0aeba52354bba3c2d X-VCS-Branch: dev Date: Mon, 8 Nov 2021 09:04:59 +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: c126f4e0-2b6a-4ecb-b6ec-cbd813127695 X-Archives-Hash: 038f20feaaa845564091a871f35140a2 commit: a1e6d327b496762cdd58faa0aeba52354bba3c2d Author: Daniel Novomesky gmail com> AuthorDate: Mon Nov 8 09:03:57 2021 +0000 Commit: Daniel Novomesky gmail com> CommitDate: Mon Nov 8 09:03:57 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a1e6d327 media-libs/libjxl: update live ebuild Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Daniel Novomesky gmail.com> media-libs/libjxl/libjxl-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-libs/libjxl/libjxl-9999.ebuild b/media-libs/libjxl/libjxl-9999.ebuild index 138b32865..9fbcd8bee 100644 --- a/media-libs/libjxl/libjxl-9999.ebuild +++ b/media-libs/libjxl/libjxl-9999.ebuild @@ -36,6 +36,7 @@ RDEPEND="${DEPEND}" src_configure() { local mycmakeargs=( -DCMAKE_SKIP_RPATH=ON + -DBUILD_SHARED_LIBS=ON -DJPEGXL_ENABLE_BENCHMARK=OFF -DJPEGXL_ENABLE_COVERAGE=OFF -DJPEGXL_ENABLE_FUZZERS=OFF