From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1370234-garchives=archives.gentoo.org@lists.gentoo.org> 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 8DF4F15808B for <garchives@archives.gentoo.org>; Wed, 23 Feb 2022 02:25:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D638FE0922; Wed, 23 Feb 2022 02:25:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BBAE6E0922 for <gentoo-commits@lists.gentoo.org>; Wed, 23 Feb 2022 02:25:44 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 91972342DE7 for <gentoo-commits@lists.gentoo.org>; Wed, 23 Feb 2022 02:25:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DAD6A285 for <gentoo-commits@lists.gentoo.org>; Wed, 23 Feb 2022 02:25:41 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1645583128.c9b77209040583b6568c4506ce2ef77616bd4dbc.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/devil/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/devil/devil-1.7.8-r3.ebuild X-VCS-Directories: media-libs/devil/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c9b77209040583b6568c4506ce2ef77616bd4dbc X-VCS-Branch: master Date: Wed, 23 Feb 2022 02:25:41 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d91222ed-3458-44e1-a7b8-06dedf5ed12e X-Archives-Hash: 3daeb781f0c8c89ded74335b3e4980ee commit: c9b77209040583b6568c4506ce2ef77616bd4dbc Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Feb 23 02:24:09 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Feb 23 02:25:28 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9b77209 media-libs/devil: disable OpenEXR support in new revision We're about to stabilise unslotted OpenEXR; nothing depends on devil[openexr], and it currently fails to build with OpenEXR 3. Let's drop the support for now unless/until something needs it (in which case we can see about patching it ourselves) or a patch is available. Closes: https://bugs.gentoo.org/833833 Signed-off-by: Sam James <sam <AT> gentoo.org> media-libs/devil/devil-1.7.8-r3.ebuild | 91 ++++++++++++++++++++++++++++++++++ 1 file changed, 91 insertions(+) diff --git a/media-libs/devil/devil-1.7.8-r3.ebuild b/media-libs/devil/devil-1.7.8-r3.ebuild new file mode 100644 index 000000000000..745632b22d41 --- /dev/null +++ b/media-libs/devil/devil-1.7.8-r3.ebuild @@ -0,0 +1,91 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit autotools + +MY_P=DevIL-${PV} + +DESCRIPTION="DevIL image library" +HOMEPAGE="http://openil.sourceforge.net/" +SRC_URI="mirror://sourceforge/openil/${MY_P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~x86" +IUSE="allegro cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse3 gif glut jpeg mng nvtt opengl png sdl static-libs tiff X xpm" + +# OpenEXR support dropped b/c no support for OpenEXR 3 +# See bug #833833 +RDEPEND=" + allegro? ( media-libs/allegro:0 ) + gif? ( media-libs/giflib:= ) + glut? ( media-libs/freeglut ) + jpeg? ( virtual/jpeg:0 ) + mng? ( media-libs/libmng:= ) + nvtt? ( media-gfx/nvidia-texture-tools ) + opengl? ( virtual/opengl + virtual/glu ) + png? ( media-libs/libpng:0= ) + sdl? ( media-libs/libsdl ) + tiff? ( media-libs/tiff:0 ) + X? ( x11-libs/libXext + x11-libs/libX11 + x11-libs/libXrender ) + xpm? ( x11-libs/libXpm )" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig + X? ( x11-base/xorg-proto )" + +PATCHES=( + "${FILESDIR}/${P}"-CVE-2009-3994.patch + "${FILESDIR}/${P}"-libpng14.patch + "${FILESDIR}/${P}"-nvtt-glut.patch + "${FILESDIR}/${P}"-ILUT.patch + "${FILESDIR}/${P}"-restrict.patch + "${FILESDIR}/${P}"-fix-test.patch + "${FILESDIR}/${P}"-jasper-remove-uchar.patch +) + +src_prepare() { + default + eautoreconf +} + +src_configure() { + econf \ + $(use_enable static-libs static) \ + --disable-lcms \ + --enable-ILU \ + --enable-ILUT \ + $(use_enable cpu_flags_x86_sse sse) \ + $(use_enable cpu_flags_x86_sse2 sse2) \ + $(use_enable cpu_flags_x86_sse3 sse3) \ + --disable-exr \ + $(use_enable gif) \ + $(use_enable jpeg) \ + --enable-jp2 \ + $(use_enable mng) \ + $(use_enable png) \ + $(use_enable tiff) \ + $(use_enable xpm) \ + $(use_enable allegro) \ + --disable-directx8 \ + --disable-directx9 \ + $(use_enable opengl) \ + $(use_enable sdl) \ + $(use_enable X x11) \ + $(use_enable X shm) \ + $(use_enable X render) \ + $(use_enable glut) \ + $(use_with X x) \ + $(use_with nvtt) +} + +src_install() { + default + + # Package provides .pc files + find "${ED}" -name '*.la' -delete || die +}