public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/lcms/
Date: Mon, 10 Feb 2025 02:39:07 +0000 (UTC)	[thread overview]
Message-ID: <1739155116.0dbcc3c1aa8fa2f29eb56b6c9ce0de785ba6bb5a.sam@gentoo> (raw)

commit:     0dbcc3c1aa8fa2f29eb56b6c9ce0de785ba6bb5a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 10 02:36:28 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb 10 02:38:36 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dbcc3c1

media-libs/lcms: add 2.17

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-libs/lcms/Manifest         |  1 +
 media-libs/lcms/lcms-2.17.ebuild | 49 ++++++++++++++++++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

diff --git a/media-libs/lcms/Manifest b/media-libs/lcms/Manifest
index 60d253d2191a..d78ddea35a4e 100644
--- a/media-libs/lcms/Manifest
+++ b/media-libs/lcms/Manifest
@@ -1,2 +1,3 @@
 DIST lcms2-2.15.tar.gz 7548405 BLAKE2B 97ce1e87c8de17e7d0dd1b00e1b49cf4e3c6912c74ff16d5afb9979565ad830fd8b3f08f7535ae8b5e763fbd22d2a058c577536ddb7487b7aa8fb25d585f8c84 SHA512 ab038c369e66736e0dd3810fbac6cf5381bc3102c4dd693819367b1224f59d9e853ede081388464c0e7c213d92e6cddc48c23020953af10ad6c6802cfa17e213
 DIST lcms2-2.16.tar.gz 7632822 BLAKE2B cf4d10908e6b8e6cf15ec8a99f0a299a9bcb7082f0df5ab1c9d84fcb739132855edf717c2ab746040fc09bace7afaaa8a39538e7ceabd0e68cdb3b4fb5627c6d SHA512 638dd6ad6787456c8145510d18b2d0727bd0a446a13ac2934aabc9531d1156eca2a2c0fd780a453823fbd35a1895f9d8de5dc4b3cab505459dd3f0535b4e837d
+DIST lcms2-2.17.tar.gz 5245319 BLAKE2B 746b0bdff61cbb12f4b27b42a17136a64fd6c437a9f6e620e0a27ba24ebeac595635c3e79929ae4f425b98fba7df1ce1e4a05ebd8bc2e03d23c99cf246fb46e0 SHA512 81885c70fb26a9b7d37a398f43ccb0d1d3ab8f43de7da8f760b26d053a0d7e0543e7d3b0cdcaf9b3b681a1b88f032134c5a3c1a6774a9abc66a8a3f10ba64398

diff --git a/media-libs/lcms/lcms-2.17.ebuild b/media-libs/lcms/lcms-2.17.ebuild
new file mode 100644
index 000000000000..2eb9b2b7d368
--- /dev/null
+++ b/media-libs/lcms/lcms-2.17.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson-multilib
+
+DESCRIPTION="A lightweight, speed optimized color management engine"
+HOMEPAGE="https://www.littlecms.com/"
+SRC_URI="https://github.com/mm2/Little-CMS/releases/download/lcms${PV/_}/${PN}2-${PV/_}.tar.gz"
+S="${WORKDIR}/lcms2-${PV/_}"
+
+# GPL-3 for the threaded & fastfloat plugins, see meson_options.txt
+LICENSE="GPL-3 MIT"
+SLOT="2"
+if [[ ${PV} != *_rc* ]] ; then
+	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
+fi
+IUSE="doc jpeg static-libs test tiff"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	jpeg? ( media-libs/libjpeg-turbo:=[${MULTILIB_USEDEP}] )
+	tiff? ( >=media-libs/tiff-4.0.3-r6:=[${MULTILIB_USEDEP}] )
+"
+DEPEND="${RDEPEND}"
+
+multilib_src_configure() {
+	local emesonargs=(
+		-Ddefault_library=$(multilib_native_usex static-libs both shared)
+		-Dthreaded=true
+		-Dfastfloat=true
+		$(meson_feature jpeg)
+		$(meson_feature test tests)
+		$(meson_feature tiff)
+		$(meson_native_true utils)
+	)
+
+	meson_src_configure
+}
+
+multilib_src_test() {
+	# fast_float_testbed on hppa -> 1458s from default timeout of 600, #913067
+	meson_src_test --timeout-multiplier=3
+}
+
+multilib_src_install_all() {
+	use doc && dodoc doc/*.pdf
+}


             reply	other threads:[~2025-02-10  2:39 UTC|newest]

Thread overview: 90+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-10  2:39 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-26 12:47 [gentoo-commits] repo/gentoo:master commit in: media-libs/lcms/ Arthur Zamarin
2025-04-26  4:20 Sam James
2025-04-26  4:11 Sam James
2024-10-13 20:39 Sam James
2024-10-13 18:32 Sam James
2024-10-03 16:11 Arthur Zamarin
2024-10-03 10:24 Sam James
2024-04-28 18:56 Sam James
2023-12-05  6:57 Sam James
2023-11-30  2:08 Sam James
2023-11-29  4:23 Sam James
2023-08-26 18:09 Sam James
2023-08-26 14:34 Arthur Zamarin
2023-08-26 14:34 Arthur Zamarin
2023-08-26 14:14 Sam James
2023-08-26 14:14 Sam James
2023-08-26 14:14 Sam James
2023-08-26 14:14 Sam James
2023-03-04  6:01 Sam James
2023-02-20  5:58 Sam James
2023-02-07 17:51 Sam James
2023-02-07 17:47 Sam James
2023-02-07 17:47 Sam James
2023-02-07 16:54 Sam James
2022-12-18  8:32 Sam James
2022-12-18  8:32 Sam James
2022-11-04  0:00 Sam James
2022-11-03 19:13 Sam James
2022-11-03  6:54 Sam James
2022-11-03  6:54 Sam James
2022-11-03  6:54 Sam James
2022-11-03  6:54 Sam James
2022-11-03  6:54 Sam James
2022-11-03  6:35 Sam James
2022-11-03  6:15 Sam James
2022-05-14  0:29 WANG Xuerui
2022-05-13 12:19 WANG Xuerui
2022-04-29  4:28 Sam James
2022-04-20 17:02 Arthur Zamarin
2022-04-19 17:11 Arthur Zamarin
2022-04-19 11:50 Arthur Zamarin
2022-04-19 11:40 Arthur Zamarin
2022-04-19 11:39 Arthur Zamarin
2022-04-19  6:12 Jakov Smolić
2022-04-19  6:12 Jakov Smolić
2022-01-29 18:58 Sam James
2021-04-26 20:54 Sergei Trofimovich
2021-04-26 10:38 Sam James
2021-04-26 10:34 Sam James
2021-04-25 21:04 Sam James
2021-04-25 21:04 Sam James
2021-04-25 21:02 Sam James
2021-04-25 21:01 Sam James
2021-04-25 21:01 Sam James
2021-02-08 14:50 Lars Wendler
2021-02-06 18:09 Sam James
2021-02-06 17:12 Sam James
2020-12-27 17:47 Fabian Groffen
2020-10-07  6:55 Agostino Sarubbo
2020-10-06 15:06 Sam James
2020-10-01 23:06 Sergei Trofimovich
2020-10-01 22:55 Sergei Trofimovich
2020-10-01  1:17 Sam James
2020-09-29 21:25 Sergei Trofimovich
2020-09-28 17:41 Sergei Trofimovich
2020-07-21 23:15 Kent Fredric
2020-07-08 20:03 Lars Wendler
2020-07-06  8:40 Lars Wendler
2020-06-11 12:35 Lars Wendler
2018-12-27 18:48 Fabian Groffen
2018-06-22  9:56 Mikle Kolyada
2018-03-03 12:29 Mart Raudsepp
2017-11-30 20:19 Tobias Klausmann
2017-11-25 18:51 Sergei Trofimovich
2017-11-20 22:03 Sergei Trofimovich
2017-11-20 13:57 Manuel Rüger
2017-11-19 19:47 Markus Meier
2017-11-19 18:23 Sergei Trofimovich
2017-11-19  2:50 Tim Harder
2017-05-11 18:45 Fabian Groffen
2017-04-15 15:11 Andreas Sturmlechner
2017-04-15 15:11 Andreas Sturmlechner
2017-03-28 22:21 Michael Weber
2017-02-22 22:03 Michael Weber
2017-02-22 21:27 Michael Weber
2017-02-22  8:08 Jeroen Roovers
2017-02-21 11:54 Tobias Klausmann
2017-02-20 10:06 Agostino Sarubbo
2016-07-31  7:42 Lars Wendler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1739155116.0dbcc3c1aa8fa2f29eb56b6c9ce0de785ba6bb5a.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox