From: "Ionen Wolkens" <ionen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/sdl-image/
Date: Sun, 25 Jul 2021 01:36:31 +0000 (UTC) [thread overview]
Message-ID: <1627176908.6be869a20f381fb84f2c32dd382547b4465a6a1a.ionen@gentoo> (raw)
commit: 6be869a20f381fb84f2c32dd382547b4465a6a1a
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 25 00:41:08 2021 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sun Jul 25 01:35:08 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6be869a2
media-libs/sdl-image: drop vulnerable 1.2.12-r2
Bug: https://bugs.gentoo.org/772194
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
media-libs/sdl-image/Manifest | 1 -
media-libs/sdl-image/sdl-image-1.2.12-r2.ebuild | 60 -------------------------
2 files changed, 61 deletions(-)
diff --git a/media-libs/sdl-image/Manifest b/media-libs/sdl-image/Manifest
index 7aa11fed3b8..681f41c3d6e 100644
--- a/media-libs/sdl-image/Manifest
+++ b/media-libs/sdl-image/Manifest
@@ -1,2 +1 @@
-DIST SDL_image-1.2.12.tar.gz 2231074 BLAKE2B 0d63e0b2207d1d347ec882e610eb37a625811febc215f089eb00dddec92b1a9fe026d2ab7823677c46e595585f3b5e176c35f9ac1f9ec2debf430ecc3ea950a6 SHA512 0e71b280abc2a7f15755e4480a3c1b52d41f9f8b0c9216a6f5bd9fc0e939456fb5d6c10419e1d1904785783f9a1891ead278c03e88b0466fecc6871c3ca40136
DIST SDL_image-1.2.12_p20210314.tar.gz 10890897 BLAKE2B ddc3e0a49e4ce8fc3c46c5dabe277f9bd2db81f43880aadc8fbd3b6fa09254669fdac90ee4c3c7b92d5c7ec97747944c3953ea2dca065e646416391730cb22dd SHA512 f087472593cbaa9e65c5d643d7801e2ff5e49bee66502d8c094ea18bcd5f66e6da153d39bff7bc81ed20556c909fc4cce279275ff55ee00aebf07d39c27fd543
diff --git a/media-libs/sdl-image/sdl-image-1.2.12-r2.ebuild b/media-libs/sdl-image/sdl-image-1.2.12-r2.ebuild
deleted file mode 100644
index f7919bd482e..00000000000
--- a/media-libs/sdl-image/sdl-image-1.2.12-r2.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit multilib-minimal
-
-MY_P="${P/sdl-/SDL_}"
-DESCRIPTION="image file loading library"
-HOMEPAGE="http://www.libsdl.org/projects/SDL_image/"
-SRC_URI="http://www.libsdl.org/projects/SDL_image/release/${MY_P}.tar.gz"
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
-IUSE="gif jpeg png static-libs tiff webp"
-
-RDEPEND="
- >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
- >=media-libs/libsdl-1.2.15-r4[${MULTILIB_USEDEP}]
- png? ( >=media-libs/libpng-1.6.10:0[${MULTILIB_USEDEP}] )
- jpeg? ( >=virtual/jpeg-0-r2:0[${MULTILIB_USEDEP}] )
- tiff? ( >=media-libs/tiff-3.9.7-r1:0[${MULTILIB_USEDEP}] )
- webp? ( >=media-libs/libwebp-0.3.0:=[${MULTILIB_USEDEP}] )"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-multilib_src_configure() {
- ECONF_SOURCE="${S}" econf \
- --disable-jpg-shared \
- --disable-png-shared \
- --disable-tif-shared \
- --disable-webp-shared \
- $(use_enable static-libs static) \
- $(use_enable gif) \
- $(use_enable jpeg jpg) \
- $(use_enable tiff tif) \
- $(use_enable png) \
- $(use_enable webp) \
- --enable-bmp \
- --enable-lbm \
- --enable-pcx \
- --enable-pnm \
- --enable-tga \
- --enable-xcf \
- --enable-xpm \
- --enable-xv
-}
-
-multilib_src_install() {
- emake DESTDIR="${D}" install
- dobin .libs/showimage
-}
-
-multilib_src_install_all() {
- dodoc CHANGES README
- if ! use static-libs; then
- find "${ED}" -name '*.la' -delete || die
- fi
-}
next reply other threads:[~2021-07-25 1:36 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-25 1:36 Ionen Wolkens [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-03-18 5:31 [gentoo-commits] repo/gentoo:master commit in: media-libs/sdl-image/ Sam James
2022-12-16 4:56 Sam James
2022-12-03 15:12 Arthur Zamarin
2022-12-03 15:11 Arthur Zamarin
2022-12-03 6:08 WANG Xuerui
2022-12-02 18:57 Arthur Zamarin
2022-12-02 18:57 Arthur Zamarin
2022-12-02 8:48 Arthur Zamarin
2022-12-02 8:35 Arthur Zamarin
2022-12-02 8:21 Arthur Zamarin
2022-11-10 6:41 Sam James
2022-11-10 6:41 Sam James
2021-08-21 8:44 Marek Szuba
2021-05-26 13:33 Sam James
2021-05-26 13:03 Sam James
2021-05-17 1:36 Sam James
2021-05-17 1:09 Sam James
2021-05-17 1:09 Sam James
2021-05-16 19:35 Sam James
2021-05-16 18:59 Sam James
2021-05-16 18:54 Sam James
2021-05-16 18:53 Sam James
2021-03-31 22:41 James Le Cuirot
2021-03-31 22:41 James Le Cuirot
2021-01-06 14:27 Fabian Groffen
2020-08-08 8:49 Sergei Trofimovich
2018-10-19 8:51 Michał Górny
2018-05-03 12:35 Patrice Clement
2018-05-03 8:34 Patrice Clement
2018-05-02 16:23 Michał Górny
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=1627176908.6be869a20f381fb84f2c32dd382547b4465a6a1a.ionen@gentoo \
--to=ionen@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