From 48e7f15d37baf7167041b2ab0e2a19a703e5c99f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 1 Apr 2024 08:13:46 +0100 Subject: gentoo auto-resync : 01:04:2024 - 08:13:46 --- media-libs/ctl/ctl-1.5.3.ebuild | 43 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 media-libs/ctl/ctl-1.5.3.ebuild (limited to 'media-libs/ctl/ctl-1.5.3.ebuild') 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 +} -- cgit v1.2.3