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 3CEBB158086 for ; Mon, 8 Nov 2021 13:02:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD4F52BC11C; Mon, 8 Nov 2021 13:02:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9D0BB2BC117 for ; Mon, 8 Nov 2021 13:02:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 smtp.gentoo.org (Postfix) with ESMTPS id C8D0F342F33 for ; Mon, 8 Nov 2021 13:02:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0FE631DD for ; Mon, 8 Nov 2021 13:02:32 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1636362237.a1e6d327b496762cdd58faa0aeba52354bba3c2d.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master 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: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: a1e6d327b496762cdd58faa0aeba52354bba3c2d X-VCS-Branch: master Date: Mon, 8 Nov 2021 13:02:32 +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: 12312635-ebc1-4a0d-85c5-917ba1f32b27 X-Archives-Hash: 619cf011dab26acf5339fd3e402636d0 commit: a1e6d327b496762cdd58faa0aeba52354bba3c2d Author: Daniel Novomesky gmail com> AuthorDate: Mon Nov 8 09:03:57 2021 +0000 Commit: Andrew Ammerlaan gentoo org> 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