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 56D07158012 for ; Mon, 12 Sep 2022 17:17:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8EA74E09A7; Mon, 12 Sep 2022 17:17:29 +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 75A7FE09A7 for ; Mon, 12 Sep 2022 17:17:29 +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 1E82E340E6A for ; Mon, 12 Sep 2022 17:17:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 049C6599 for ; Mon, 12 Sep 2022 17:09:03 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1663002005.5a1d55a8b08d254bb337e8b0615cfcbf2d4eabbd.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/lcms/, media-libs/lcms/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/lcms/files/lcms-2.13.1-clang-15-configure.patch media-libs/lcms/lcms-2.13.1-r1.ebuild X-VCS-Directories: media-libs/lcms/files/ media-libs/lcms/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5a1d55a8b08d254bb337e8b0615cfcbf2d4eabbd X-VCS-Branch: master Date: Mon, 12 Sep 2022 17:09:03 +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: fb1c2ffc-ced4-477c-a824-39897ec9c948 X-Archives-Hash: abccc832a1ce2c92cb34cba751dd60a6 commit: 5a1d55a8b08d254bb337e8b0615cfcbf2d4eabbd Author: Sam James gentoo org> AuthorDate: Mon Sep 12 16:59:41 2022 +0000 Commit: Sam James gentoo org> CommitDate: Mon Sep 12 17:00:05 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a1d55a8 media-libs/lcms: fix configure tests with Clang 15 Signed-off-by: Sam James gentoo.org> .../files/lcms-2.13.1-clang-15-configure.patch | 29 +++++++++++ media-libs/lcms/lcms-2.13.1-r1.ebuild | 58 ++++++++++++++++++++++ 2 files changed, 87 insertions(+) diff --git a/media-libs/lcms/files/lcms-2.13.1-clang-15-configure.patch b/media-libs/lcms/files/lcms-2.13.1-clang-15-configure.patch new file mode 100644 index 000000000000..e723d1f4b3c7 --- /dev/null +++ b/media-libs/lcms/files/lcms-2.13.1-clang-15-configure.patch @@ -0,0 +1,29 @@ +https://github.com/mm2/Little-CMS/pull/338 + +From 61493b49b91740a84dea61b72a8ce7dc40afa766 Mon Sep 17 00:00:00 2001 +From: Sam James +Date: Mon, 12 Sep 2022 17:56:31 +0100 +Subject: [PATCH] configure.ac: fix configure tests broken with Clang 15 + (-Wimplicit-int) + +Clang 15 makes -Wimplicit-int an error by default. + +Before this fix, configure would think SSE2 support is not present +when it is: +``` +checking whether compiler supports SSE2... no +``` + +Signed-off-by: Sam James +--- a/configure.ac ++++ b/configure.ac +@@ -212,7 +212,7 @@ AC_LANG_PUSH([C]) + AC_MSG_CHECKING([whether compiler supports SSE2]) + AC_COMPILE_IFELSE([AC_LANG_SOURCE([[ + #include +- main() { __m128i n = _mm_set1_epi8(42); }]])], ++ int main() { __m128i n = _mm_set1_epi8(42); }]])], + [ac_compiler_supports_sse2=yes], [ac_compiler_supports_sse2=no]) + AC_MSG_RESULT([$ac_compiler_supports_sse2]) + AS_IF([test "x$ac_compiler_supports_sse2" != "xyes"], + diff --git a/media-libs/lcms/lcms-2.13.1-r1.ebuild b/media-libs/lcms/lcms-2.13.1-r1.ebuild new file mode 100644 index 000000000000..b75acfc8ad46 --- /dev/null +++ b/media-libs/lcms/lcms-2.13.1-r1.ebuild @@ -0,0 +1,58 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit autotools multilib-minimal + +DESCRIPTION="A lightweight, speed optimized color management engine" +HOMEPAGE="http://www.littlecms.com/" +SRC_URI="https://github.com/mm2/Little-CMS/releases/download/lcms${PV}/${PN}2-${PV}.tar.gz" +S="${WORKDIR}/lcms2-${PV}" + +LICENSE="MIT" +SLOT="2" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="doc jpeg static-libs test +threads tiff zlib" +REQUIRED_USE="tiff? ( zlib )" + +RESTRICT="!test? ( test )" + +RDEPEND=" + jpeg? ( media-libs/libjpeg-turbo:=[${MULTILIB_USEDEP}] ) + tiff? ( >=media-libs/tiff-4.0.3-r6:=[${MULTILIB_USEDEP}] ) + zlib? ( sys-libs/zlib[${MULTILIB_USEDEP}] ) +" +DEPEND="${RDEPEND}" + +PATCHES=( + "${FILESDIR}"/${PN}-2.13.1-fix-configure-bashisms.patch + "${FILESDIR}"/${PN}-2.13.1-clang-15-configure.patch +) + +src_prepare() { + default + + # TODO: Swap back to elibtoolize once dropped eautoreconf (for bashism patch) + # for Prefix/Solaris + #elibtoolize + eautoreconf +} + +multilib_src_configure() { + local myeconfargs=( + $(use_with jpeg) + $(use_enable static-libs static) + $(use_with threads) + $(use_with tiff) + $(use_with zlib) + ) + + ECONF_SOURCE="${S}" econf "${myeconfargs[@]}" +} + +multilib_src_install_all() { + find "${ED}" -type f -name "*.la" -delete || die + + use doc && dodoc doc/*.pdf +}