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 BC7A1158086 for ; Tue, 28 Dec 2021 23:36:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 667AA2BC043; Tue, 28 Dec 2021 23:36:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 825052BC043 for ; Tue, 28 Dec 2021 23:36:12 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8642F342F91 for ; Tue, 28 Dec 2021 23:36:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 08D8B233 for ; Tue, 28 Dec 2021 23:36:09 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1640733687.e115c5ac5ccef5bd51692f9c7eb144202f514220.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/darktable/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/darktable/darktable-3.8.0-r1.ebuild media-gfx/darktable/darktable-3.8.0.ebuild X-VCS-Directories: media-gfx/darktable/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: e115c5ac5ccef5bd51692f9c7eb144202f514220 X-VCS-Branch: master Date: Tue, 28 Dec 2021 23:36:09 +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: f65232c6-96bd-4f26-8e7f-262dcfb2dbcc X-Archives-Hash: ef0b0cfbda5311f9f2cf15adf3bcc34e commit: e115c5ac5ccef5bd51692f9c7eb144202f514220 Author: Marek Szuba gentoo org> AuthorDate: Tue Dec 28 23:20:51 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Tue Dec 28 23:21:27 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e115c5ac media-gfx/darktable-3.8.0: restore cpu_flags_x86_avx support Signed-off-by: Marek Szuba gentoo.org> .../darktable/{darktable-3.8.0.ebuild => darktable-3.8.0-r1.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-gfx/darktable/darktable-3.8.0.ebuild b/media-gfx/darktable/darktable-3.8.0-r1.ebuild similarity index 95% rename from media-gfx/darktable/darktable-3.8.0.ebuild rename to media-gfx/darktable/darktable-3.8.0-r1.ebuild index 40c02a22666f..9de446864ad9 100644 --- a/media-gfx/darktable/darktable-3.8.0.ebuild +++ b/media-gfx/darktable/darktable-3.8.0-r1.ebuild @@ -29,7 +29,7 @@ else LANGS=" de eo es fi fr he hu it ja pl pt-BR sl uk zh-CN" fi -IUSE="avif colord cups cpu_flags_x86_sse3 doc flickr geolocation gmic gnome-keyring gphoto2 graphicsmagick jpeg2k kwallet +IUSE="avif colord cpu_flags_x86_avx cpu_flags_x86_sse3 cups doc flickr geolocation gmic gnome-keyring gphoto2 graphicsmagick jpeg2k kwallet lto lua nls opencl openmp openexr test tools webp ${LANGS// / l10n_}" @@ -102,6 +102,7 @@ pkg_setup() { } src_prepare() { + use cpu_flags_x86_avx && append-flags -mavx use cpu_flags_x86_sse3 && append-flags -msse3 sed -i -e 's:/appdata:/metainfo:g' data/CMakeLists.txt || die