Gentoo Archives: gentoo-commits

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-image/
Date: Mon, 28 Jan 2019 19:22:02
Message-Id: 1548660917.5ccf46bf544047d02a5357dc2e1b82ee063fc653.robbat2@gentoo
1 commit: 5ccf46bf544047d02a5357dc2e1b82ee063fc653
2 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 28 07:33:50 2019 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 28 07:35:17 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ccf46bf
7
8 media-libs/sdl2-image: update libsdl2 dep for compile failure
9
10 sdl2-image used SDL_MAX_SINT32, which was only introduced in
11 libsdl2-2.0.7. Update [R]DEPEND to ensure successful compliation.
12
13 Fixes: https://bugs.gentoo.org/676618
14 Package-Manager: Portage-2.3.56, Repoman-2.3.12
15 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
16
17 media-libs/sdl2-image/sdl2-image-2.0.3.ebuild | 4 ++--
18 media-libs/sdl2-image/sdl2-image-2.0.4.ebuild | 2 +-
19 2 files changed, 3 insertions(+), 3 deletions(-)
20
21 diff --git a/media-libs/sdl2-image/sdl2-image-2.0.3.ebuild b/media-libs/sdl2-image/sdl2-image-2.0.3.ebuild
22 index f3a5ccfcb4b..bbb163c9f53 100644
23 --- a/media-libs/sdl2-image/sdl2-image-2.0.3.ebuild
24 +++ b/media-libs/sdl2-image/sdl2-image-2.0.3.ebuild
25 @@ -1,4 +1,4 @@
26 -# Copyright 1999-2018 Gentoo Foundation
27 +# Copyright 1999-2019 Gentoo Authors
28 # Distributed under the terms of the GNU General Public License v2
29
30 EAPI=6
31 @@ -15,7 +15,7 @@ KEYWORDS="amd64 x86"
32 IUSE="gif jpeg png static-libs tiff webp"
33
34 RDEPEND="
35 - >=media-libs/libsdl2-2.0.1-r1[${MULTILIB_USEDEP}]
36 + >=media-libs/libsdl2-2.0.9[${MULTILIB_USEDEP}]
37 >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
38 png? ( >=media-libs/libpng-1.6.10:0[${MULTILIB_USEDEP}] )
39 jpeg? ( >=virtual/jpeg-0-r2:0[${MULTILIB_USEDEP}] )
40
41 diff --git a/media-libs/sdl2-image/sdl2-image-2.0.4.ebuild b/media-libs/sdl2-image/sdl2-image-2.0.4.ebuild
42 index 46116260240..de0aae6bd4b 100644
43 --- a/media-libs/sdl2-image/sdl2-image-2.0.4.ebuild
44 +++ b/media-libs/sdl2-image/sdl2-image-2.0.4.ebuild
45 @@ -15,7 +15,7 @@ KEYWORDS="amd64 x86"
46 IUSE="gif jpeg png static-libs tiff webp"
47
48 RDEPEND="
49 - >=media-libs/libsdl2-2.0.1-r1[${MULTILIB_USEDEP}]
50 + >=media-libs/libsdl2-2.0.9[${MULTILIB_USEDEP}]
51 >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
52 png? ( >=media-libs/libpng-1.6.10:0[${MULTILIB_USEDEP}] )
53 jpeg? ( >=virtual/jpeg-0-r2:0[${MULTILIB_USEDEP}] )