From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/devil/
Date: Wed, 11 May 2022 14:14:52 +0000 (UTC) [thread overview]
Message-ID: <1652278479.edc7e39f15bd0c51c0f6ab7ab28876402448cc19.soap@gentoo> (raw)
commit: edc7e39f15bd0c51c0f6ab7ab28876402448cc19
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed May 11 14:14:39 2022 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed May 11 14:14:39 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edc7e39f
media-libs/devil: drop 1.7.8-r2
Signed-off-by: David Seifert <soap <AT> gentoo.org>
media-libs/devil/devil-1.7.8-r2.ebuild | 90 ----------------------------------
1 file changed, 90 deletions(-)
diff --git a/media-libs/devil/devil-1.7.8-r2.ebuild b/media-libs/devil/devil-1.7.8-r2.ebuild
deleted file mode 100644
index 2e70bc70215e..000000000000
--- a/media-libs/devil/devil-1.7.8-r2.ebuild
+++ /dev/null
@@ -1,90 +0,0 @@
-# Copyright 1999-2021 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 openexr opengl png sdl static-libs tiff X xpm"
-
-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 )
- openexr? ( media-libs/openexr:= )
- 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) \
- $(use_enable openexr 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
-}
next reply other threads:[~2022-05-11 14:14 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-11 14:14 David Seifert [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-03-12 5:16 [gentoo-commits] repo/gentoo:master commit in: media-libs/devil/ Sam James
2023-07-02 20:28 James Le Cuirot
2022-07-28 7:10 Sam James
2022-05-11 14:14 David Seifert
2022-03-01 0:02 Sam James
2022-03-01 0:01 Sam James
2022-02-28 23:58 Sam James
2022-02-28 5:45 Sam James
2022-02-28 5:21 Sam James
2022-02-23 2:25 Sam James
2021-07-19 23:14 Marek Szuba
2019-08-28 8:19 David Seifert
2018-10-15 16:53 Jeroen Roovers
2017-06-27 18:12 Alexis Ballier
2016-11-12 23:37 David Seifert
2016-04-20 15:12 Ian Stakenvicius
2016-04-06 19:08 Michael Sterrett
2015-10-04 9:58 Jeroen Roovers
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=1652278479.edc7e39f15bd0c51c0f6ab7ab28876402448cc19.soap@gentoo \
--to=soap@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