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 1FB80158041 for ; Mon, 1 Apr 2024 05:30:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50366E2A17; Mon, 1 Apr 2024 05:30:55 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 35653E2A14 for ; Mon, 1 Apr 2024 05:30:55 +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 682033431C4 for ; Mon, 1 Apr 2024 05:30:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CBC571622 for ; Mon, 1 Apr 2024 05:30:52 +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: <1711949368.d4efb144b5caa95fb29e8126c8ffbf22bf762055.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/ctl/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/ctl/Manifest media-libs/ctl/ctl-1.5.3.ebuild X-VCS-Directories: media-libs/ctl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d4efb144b5caa95fb29e8126c8ffbf22bf762055 X-VCS-Branch: master Date: Mon, 1 Apr 2024 05:30:52 +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: df3283b1-c86b-440a-98e6-5a33833dfac6 X-Archives-Hash: d580b6f923619986d304453e1ec4092a commit: d4efb144b5caa95fb29e8126c8ffbf22bf762055 Author: Eli Schwartz gmail com> AuthorDate: Mon Apr 1 03:27:48 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Apr 1 05:29:28 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4efb144 media-libs/ctl: add 1.5.3 Signed-off-by: Eli Schwartz gmail.com> Signed-off-by: Sam James gentoo.org> media-libs/ctl/Manifest | 1 + media-libs/ctl/ctl-1.5.3.ebuild | 43 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+) diff --git a/media-libs/ctl/Manifest b/media-libs/ctl/Manifest index f10eda311dba..ccf6a0625bd9 100644 --- a/media-libs/ctl/Manifest +++ b/media-libs/ctl/Manifest @@ -1 +1,2 @@ DIST ctl-1.5.2_p20221224.tar.gz 1418659 BLAKE2B 6798439b270b785974cfd45381f927f2005884b6a00878fa845cc1c36cd912eb6f3acb913f896389a67bff52103d3d52032e3f1f9f53e1a3d98b545428c1580b SHA512 9cc132100d3ea622d954e783fbab43c07cfa72e1930f4b9c55cb01709e88f09f956ac02e973a09bfc2842e769060e6f50f082d5491be03c1499a58e79b0f1ca3 +DIST ctl-1.5.3.tar.gz 3073036 BLAKE2B cc22c998ccd649b9bcb4ea995811720edaad8a8091028254fa9c7b84755819441f55331e677a4436f9116ea33bef9b4c65a2e36522723686dfd60cb8b12e8583 SHA512 f7bb487d9064b95bf6276e2944033e9c5123619540db8113408970838d70f42b9cbdeae86b743f17b0b47497721a877a0621a3983112af9e4b8aa4c1b8e01254 diff --git a/media-libs/ctl/ctl-1.5.3.ebuild b/media-libs/ctl/ctl-1.5.3.ebuild new file mode 100644 index 000000000000..11e4fd2a2845 --- /dev/null +++ b/media-libs/ctl/ctl-1.5.3.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake flag-o-matic + +MY_COMMIT=3fc4ae7a8af35d380654e573d895216fd5ba407e + +DESCRIPTION="AMPAS' Color Transformation Language" +HOMEPAGE="https://github.com/ampas/CTL" +SRC_URI="https://github.com/ampas/CTL/archive/${P}.tar.gz" +S="${WORKDIR}/CTL-${P}" + +LICENSE="AMPAS" +SLOT="0" +KEYWORDS="~amd64 ~ppc64 ~x86" +IUSE="test" + +RESTRICT="!test? ( test )" + +RDEPEND=" + dev-libs/imath:= + >=media-libs/openexr-3:=[threads] + media-libs/tiff:= + !media-libs/openexr_ctl" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" + +src_configure() { + # -Werror=strict-aliasing + # https://bugs.gentoo.org/926823 + # https://github.com/ampas/CTL/issues/146 + append-flags -fno-strict-aliasing + filter-lto + + local mycmakeargs=( + -DCMAKE_INSTALL_DOCDIR="share/doc/${PF}" + -DCTL_BUILD_TESTS=$(usex test) + -DCTL_BUILD_TOOLS=ON + ) + cmake_src_configure +}