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 4E26E158008 for ; Tue, 13 Jun 2023 14:36:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91520E0901; Tue, 13 Jun 2023 14:36:02 +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 78313E0901 for ; Tue, 13 Jun 2023 14:36: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B3E1433BDD0 for ; Tue, 13 Jun 2023 14:36:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4F0D88DC for ; Tue, 13 Jun 2023 14:36:00 +0000 (UTC) From: "Jason A. Donenfeld" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason A. Donenfeld" Message-ID: <1686666956.3ca0b804f3392226d61a370f196b876e0656e70c.zx2c4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/svt-av1/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/svt-av1/svt-av1-1.5.0-r1.ebuild media-libs/svt-av1/svt-av1-1.5.0.ebuild X-VCS-Directories: media-libs/svt-av1/ X-VCS-Committer: zx2c4 X-VCS-Committer-Name: Jason A. Donenfeld X-VCS-Revision: 3ca0b804f3392226d61a370f196b876e0656e70c X-VCS-Branch: master Date: Tue, 13 Jun 2023 14:36:00 +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: 912458ef-223a-4a67-a812-d1554f95327b X-Archives-Hash: 5a12c25644f69bdaae78fe7e8233db0a commit: 3ca0b804f3392226d61a370f196b876e0656e70c Author: Jason A. Donenfeld gentoo org> AuthorDate: Tue Jun 13 14:34:16 2023 +0000 Commit: Jason A. Donenfeld gentoo org> CommitDate: Tue Jun 13 14:35:56 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ca0b804 media-libs/svt-av1: enable avx512 Closes: https://bugs.gentoo.org/908445 Signed-off-by: Jason A. Donenfeld gentoo.org> media-libs/svt-av1/{svt-av1-1.5.0.ebuild => svt-av1-1.5.0-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/media-libs/svt-av1/svt-av1-1.5.0.ebuild b/media-libs/svt-av1/svt-av1-1.5.0-r1.ebuild similarity index 98% rename from media-libs/svt-av1/svt-av1-1.5.0.ebuild rename to media-libs/svt-av1/svt-av1-1.5.0-r1.ebuild index 01c83e30f392..2eb0ddfd23fe 100644 --- a/media-libs/svt-av1/svt-av1-1.5.0.ebuild +++ b/media-libs/svt-av1/svt-av1-1.5.0-r1.ebuild @@ -37,6 +37,7 @@ multilib_src_configure() { # .. and https://gitlab.com/AOMediaCodec/SVT-AV1/-/blob/master/.gitlab/workflows/linux/.gitlab-ci.yml implies it's all quite manual? -DBUILD_TESTING=OFF -DCMAKE_OUTPUT_DIRECTORY="${BUILD_DIR}" + -DENABLE_AVX512=ON ) [[ ${ABI} != amd64 ]] && mycmakeargs+=( -DCOMPILE_C_ONLY=ON )