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: Sat,  6 Feb 2021 17:12:15 +0000 (UTC)	[thread overview]
Message-ID: <1612631516.c6ec6b5865440acf6e7315ce9be28da7f298c186.sam@gentoo> (raw)

commit:     c6ec6b5865440acf6e7315ce9be28da7f298c186
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  6 17:11:56 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Feb  6 17:11:56 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6ec6b58

media-libs/lcms: bump to 2.12

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-libs/lcms/Manifest         |  1 +
 media-libs/lcms/lcms-2.12.ebuild | 47 ++++++++++++++++++++++++++++++++++++++++
 2 files changed, 48 insertions(+)

diff --git a/media-libs/lcms/Manifest b/media-libs/lcms/Manifest
index aab4938215f..b60c8e20c4a 100644
--- a/media-libs/lcms/Manifest
+++ b/media-libs/lcms/Manifest
@@ -1 +1,2 @@
 DIST lcms2-2.11.tar.gz 6574121 BLAKE2B c729b4dad8326675c73d1752b23b4b55be130441e9dc8754e41f4cbb9b547c7f657f204e8c9a142035a54c60d3a43f36209f5511270675ad6b98b03e9db869fb SHA512 96643da4770c86eb56f454e605d7661024afb33f4e621c23c590307c31a0eec02100eca4f4ac6718639d99d750ed4834a9b2523e910469da717c3ddd78b4b50e
+DIST lcms2-2.12.tar.gz 7419126 BLAKE2B ee75b1ec902b61683d0f157277fb7732ce2ec6aa8fa0b87d52f03029758ed11c2369db322f98d6ce06f62e8bf6235b8b96db9067ef448b87eab236b80c5d175c SHA512 967e8ac9a1d1aa3be45dc82362b9bc71c555e8577441efda57dc12d0bf84ed9188460c52eb8542d399ce9ab43bd4191988ed22b254ef34c6c1877bbb935952ed

diff --git a/media-libs/lcms/lcms-2.12.ebuild b/media-libs/lcms/lcms-2.12.ebuild
new file mode 100644
index 00000000000..4502bf4cde0
--- /dev/null
+++ b/media-libs/lcms/lcms-2.12.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit libtool 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 ~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? ( >=virtual/jpeg-0-r2:0[${MULTILIB_USEDEP}] )
+	tiff? ( >=media-libs/tiff-4.0.3-r6:0=[${MULTILIB_USEDEP}] )
+"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+	default
+	elibtoolize  # for Prefix/Solaris
+}
+
+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/*.odt
+}


             reply	other threads:[~2021-02-06 17:12 UTC|newest]

Thread overview: 87+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-06 17:12 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-10  2:39 [gentoo-commits] repo/gentoo:master commit in: media-libs/lcms/ 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
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=1612631516.c6ec6b5865440acf6e7315ce9be28da7f298c186.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