[gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-image/

2024-03-18 Thread Sam James
commit: 32203e6ae847b9a5add486f9c799c24726b54c45
Author: Sam James  gentoo  org>
AuthorDate: Mon Mar 18 16:25:29 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Mar 18 16:25:29 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32203e6a

media-libs/sdl2-image: add REQUIRED_USE for tests

It seems to gracefully handle XPM missing so maybe could be made to do that
for JPEG + PNG, but then we're not really testing much, so...

Closes: https://bugs.gentoo.org/927239
Signed-off-by: Sam James  gentoo.org>

 media-libs/sdl2-image/sdl2-image-2.8.2.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/media-libs/sdl2-image/sdl2-image-2.8.2.ebuild 
b/media-libs/sdl2-image/sdl2-image-2.8.2.ebuild
index 630c584acce1..36b5b6708dc0 100644
--- a/media-libs/sdl2-image/sdl2-image-2.8.2.ebuild
+++ b/media-libs/sdl2-image/sdl2-image-2.8.2.ebuild
@@ -16,6 +16,7 @@ SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc64 ~riscv ~sparc 
~x86"
 IUSE="avif gif jpeg jpegxl png static-libs test tiff webp"
 RESTRICT="!test? ( test )"
+REQUIRED_USE="test? ( jpeg png )"
 
 RDEPEND="
>=media-libs/libsdl2-2.0.9[${MULTILIB_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-image/

2024-03-18 Thread Sam James
commit: afaa9e3fb5c34b1d7b67edc87b24491614e4ea4b
Author: Sam James  gentoo  org>
AuthorDate: Mon Mar 18 06:32:32 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Mar 18 07:20:19 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afaa9e3f

media-libs/sdl2-image: add 2.8.2

With tests wired up now too.

Bug: https://bugs.gentoo.org/927188
Signed-off-by: Sam James  gentoo.org>

 media-libs/sdl2-image/Manifest|  1 +
 media-libs/sdl2-image/sdl2-image-2.8.2.ebuild | 76 +++
 2 files changed, 77 insertions(+)

diff --git a/media-libs/sdl2-image/Manifest b/media-libs/sdl2-image/Manifest
index 4f3258d95c5d..e580db1e41da 100644
--- a/media-libs/sdl2-image/Manifest
+++ b/media-libs/sdl2-image/Manifest
@@ -1,2 +1,3 @@
 DIST SDL2_image-2.0.5_p20210328.tar.gz 12397062 BLAKE2B 
ae4fe8c30b21bc7dca87e2e78cab43c83e891630962eb020c29ba84c2b206bb749491dccddd8bcc212f2fd07da651691151baf41212fb5ea954427543e3bf994
 SHA512 
9ba0b671dedfb7bde072424cebfa7d65e79d2d58416833d84548777aff6bf0edda8dbe30c3e423bbb724f794b4b191e609b148f38573b4166eef31203ab0005d
 DIST SDL2_image-2.6.3.tar.gz 9816720 BLAKE2B 
24662637e4f621af83d9a66d1cca954549030be97fa47f4b8fc711b2a941eaa409cf99ede137eb91d25999af253791dcfb2d9229080d30ede84cc32d5c5ae997
 SHA512 
11f1d041a052829708560b6211a2a00b3a1ce26a6f23cb389f57fa5254372027e97d3a6ffe551134a77bc33718c3acea3df21fe8426e93a2b1955176c47c7647
+DIST SDL2_image-2.8.2.tar.gz 11362515 BLAKE2B 
8bc8967eed7203ddbd23062e257ae8768eeb28e8efa57bac86db0224a7cdc94dfbb10c6da77dab9c1847f216ec761fae5b7bd5d8ed25c6b3c69ad972dc93ddf5
 SHA512 
0ff345824f95158dfa72f83f9d4a540601c178cd759334bf849c14a2920b5330d0763413b58c08b3deba8d3a4ccb6ea2a8159f87efe4cbb0e8ea850f63d09454

diff --git a/media-libs/sdl2-image/sdl2-image-2.8.2.ebuild 
b/media-libs/sdl2-image/sdl2-image-2.8.2.ebuild
new file mode 100644
index ..630c584acce1
--- /dev/null
+++ b/media-libs/sdl2-image/sdl2-image-2.8.2.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit multilib multilib-minimal toolchain-funcs
+
+MY_P="SDL2_image-${PV}"
+DESCRIPTION="Image file loading library"
+HOMEPAGE="https://www.libsdl.org/projects/SDL_image/;
+SRC_URI="https://github.com/libsdl-org/SDL_image/releases/download/release-${PV}/${MY_P}.tar.gz;
+S="${WORKDIR}"/${MY_P}
+
+LICENSE="ZLIB"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc64 ~riscv ~sparc 
~x86"
+IUSE="avif gif jpeg jpegxl png static-libs test tiff webp"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=media-libs/libsdl2-2.0.9[${MULTILIB_USEDEP}]
+   >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
+   avif? ( >=media-libs/libavif-0.9.3:=[${MULTILIB_USEDEP}] )
+   png? ( >=media-libs/libpng-1.6.10:0[${MULTILIB_USEDEP}] )
+   jpeg? ( media-libs/libjpeg-turbo:=[${MULTILIB_USEDEP}] )
+   jpegxl? ( media-libs/libjxl:=[${MULTILIB_USEDEP}] )
+   tiff? ( >=media-libs/tiff-3.9.7-r1:=[${MULTILIB_USEDEP}] )
+   webp? ( >=media-libs/libwebp-0.3.0:=[${MULTILIB_USEDEP}] )
+"
+DEPEND="${RDEPEND}"
+
+multilib_src_configure() {
+   local myeconfargs=(
+   $(use_enable static-libs static)
+   $(use_enable avif)
+   --disable-avif-shared
+   --disable-sdltest
+   --disable-stb-image
+   --enable-bmp
+   $(use_enable gif)
+   $(use_enable jpeg jpg)
+   --disable-jpg-shared
+   $(use_enable jpegxl jxl)
+   --disable-jxl-shared
+   --enable-lbm
+   --enable-pcx
+   $(use_enable png)
+   --disable-png-shared
+   --enable-pnm
+   $(use_enable test tests)
+   --enable-tga
+   $(use_enable tiff tif)
+   --disable-tif-shared
+   --enable-qoi
+   --enable-xcf
+   --enable-xpm
+   --enable-xv
+   $(use_enable webp)
+   --disable-webp-shared
+   )
+   ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
+}
+
+multilib_src_compile() {
+   emake OBJC="$(tc-getCC)"
+}
+
+multilib_src_install() {
+   emake DESTDIR="${D}" install
+   multilib_is_native_abi && newbin .libs/showimage$(get_exeext) 
showimage2$(get_exeext)
+}
+
+multilib_src_install_all() {
+   dodoc {CHANGES,README}.txt
+   find "${ED}" -type f -name "*.la" -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-image/

2024-01-22 Thread Ionen Wolkens
commit: 0957f023811a2dd97ce6ca3334111c7a3b6fa89c
Author: Matoro Mahri  matoro  tk>
AuthorDate: Tue Jan 23 00:35:19 2024 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Tue Jan 23 05:05:16 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0957f023

media-libs/sdl2-image: Stabilize 2.6.3-r1 sparc, #920978

Signed-off-by: Matoro Mahri  matoro.tk>
Signed-off-by: Ionen Wolkens  gentoo.org>

 media-libs/sdl2-image/sdl2-image-2.6.3-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/sdl2-image/sdl2-image-2.6.3-r1.ebuild 
b/media-libs/sdl2-image/sdl2-image-2.6.3-r1.ebuild
index 3df32f949bc3..0398d61e7a7a 100644
--- a/media-libs/sdl2-image/sdl2-image-2.6.3-r1.ebuild
+++ b/media-libs/sdl2-image/sdl2-image-2.6.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -13,7 +13,7 @@ S="${WORKDIR}"/${MY_P}
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc64 ~riscv sparc x86"
 IUSE="avif gif jpeg jpegxl png static-libs tiff webp"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-image/

2023-12-25 Thread Sam James
commit: 3e26c7a9f5f2f159ad08ad504b66fbe645a777cd
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Dec 20 06:04:23 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Dec 25 17:25:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e26c7a9

media-libs/sdl2-image: keyword 2.6.3-r1 for sparc, bug #916134

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

 media-libs/sdl2-image/sdl2-image-2.6.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/sdl2-image/sdl2-image-2.6.3-r1.ebuild 
b/media-libs/sdl2-image/sdl2-image-2.6.3-r1.ebuild
index 52ca25afb779..84a1cd7dfad1 100644
--- a/media-libs/sdl2-image/sdl2-image-2.6.3-r1.ebuild
+++ b/media-libs/sdl2-image/sdl2-image-2.6.3-r1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}"/${MY_P}
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc64 ~riscv ~sparc 
~x86"
 IUSE="avif gif jpeg jpegxl png static-libs tiff webp"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-image/

2023-12-01 Thread Arthur Zamarin
commit: d5af1ec6ace3f6c6598858349dcee17d01019a8d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec  1 14:33:24 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec  1 14:33:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5af1ec6

media-libs/sdl2-image: Stabilize 2.6.3 ppc, #914815

Signed-off-by: Arthur Zamarin  gentoo.org>

 media-libs/sdl2-image/sdl2-image-2.6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/sdl2-image/sdl2-image-2.6.3.ebuild 
b/media-libs/sdl2-image/sdl2-image-2.6.3.ebuild
index 2b7b0cfd064d..da587deb6a6c 100644
--- a/media-libs/sdl2-image/sdl2-image-2.6.3.ebuild
+++ b/media-libs/sdl2-image/sdl2-image-2.6.3.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}"/${MY_P}
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv sparc 
x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv sparc x86"
 IUSE="gif jpeg png static-libs tiff webp"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-image/

2023-10-27 Thread Michał Górny
commit: de1057dbd5ac666bd763a03756c18c1221849247
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Oct 23 03:06:34 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 27 15:18:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de1057db

media-libs/sdl2-image: Remove redundant local flag descs

Signed-off-by: Michał Górny  gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/33456
Signed-off-by: Michał Górny  gentoo.org>

 media-libs/sdl2-image/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/media-libs/sdl2-image/metadata.xml 
b/media-libs/sdl2-image/metadata.xml
index 3ca367e62e70..ba95051be881 100644
--- a/media-libs/sdl2-image/metadata.xml
+++ b/media-libs/sdl2-image/metadata.xml
@@ -9,8 +9,4 @@
libsdl-org/SDL_image

https://github.com/libsdl-org/SDL_image/issues

-   
-   Enable support for AVIF image format
-   Enable support for JPEG XL image 
format
-   
 



[gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-image/

2023-10-22 Thread Michał Górny
commit: be6eb7a6655beab993413e99bd0deea55199409f
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 22 12:28:46 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 22 17:31:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be6eb7a6

media-libs/sdl2-image: Add a flag for JPEGXL support

Signed-off-by: Michał Górny  gentoo.org>

 media-libs/sdl2-image/metadata.xml   | 1 +
 media-libs/sdl2-image/sdl2-image-2.6.3-r1.ebuild | 5 +++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/media-libs/sdl2-image/metadata.xml 
b/media-libs/sdl2-image/metadata.xml
index 0cb609f528f0..640e22b53423 100644
--- a/media-libs/sdl2-image/metadata.xml
+++ b/media-libs/sdl2-image/metadata.xml
@@ -10,6 +10,7 @@

https://github.com/libsdl-org/SDL_image/issues


+   Enable support for JPEG XL image 
format
support loading WEBP images

 

diff --git a/media-libs/sdl2-image/sdl2-image-2.6.3-r1.ebuild 
b/media-libs/sdl2-image/sdl2-image-2.6.3-r1.ebuild
index d9cfbcb958f5..ee83fbbedb1a 100644
--- a/media-libs/sdl2-image/sdl2-image-2.6.3-r1.ebuild
+++ b/media-libs/sdl2-image/sdl2-image-2.6.3-r1.ebuild
@@ -14,13 +14,14 @@ S="${WORKDIR}"/${MY_P}
 LICENSE="ZLIB"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~sparc ~x86"
-IUSE="gif jpeg png static-libs tiff webp"
+IUSE="gif jpeg jpegxl png static-libs tiff webp"
 
 RDEPEND="
>=media-libs/libsdl2-2.0.9[${MULTILIB_USEDEP}]
>=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
png? ( >=media-libs/libpng-1.6.10:0[${MULTILIB_USEDEP}] )
jpeg? ( media-libs/libjpeg-turbo:=[${MULTILIB_USEDEP}] )
+   jpegxl? ( media-libs/libjxl:=[${MULTILIB_USEDEP}] )
tiff? ( >=media-libs/tiff-3.9.7-r1:=[${MULTILIB_USEDEP}] )
webp? ( >=media-libs/libwebp-0.3.0:=[${MULTILIB_USEDEP}] )
 "
@@ -37,7 +38,7 @@ multilib_src_configure() {
$(use_enable gif)
$(use_enable jpeg jpg)
--disable-jpg-shared
-   --disable-jxl
+   $(use_enable jpegxl jxl)
--disable-jxl-shared
--enable-lbm
--enable-pcx



[gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-image/

2023-10-22 Thread Michał Górny
commit: 278c50047cc429882d4336fc06be090e04e5728b
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 22 12:30:05 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 22 17:31:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=278c5004

media-libs/sdl2-image: Remove redundant USE=webp description

Closes: https://github.com/gentoo/gentoo/pull/33455
Signed-off-by: Michał Górny  gentoo.org>

 media-libs/sdl2-image/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/media-libs/sdl2-image/metadata.xml 
b/media-libs/sdl2-image/metadata.xml
index 64b209f04ec8..3ca367e62e70 100644
--- a/media-libs/sdl2-image/metadata.xml
+++ b/media-libs/sdl2-image/metadata.xml
@@ -12,6 +12,5 @@

Enable support for AVIF image format
Enable support for JPEG XL image 
format
-   support loading WEBP images

 



[gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-image/

2023-10-22 Thread Michał Górny
commit: fc5c212b5498148a95427e1ddeff90c21a54567c
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 22 12:29:49 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 22 17:31:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc5c212b

media-libs/sdl2-image: Add a flag for AVIF support

Signed-off-by: Michał Górny  gentoo.org>

 media-libs/sdl2-image/metadata.xml   | 1 +
 media-libs/sdl2-image/sdl2-image-2.6.3-r1.ebuild | 7 ---
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/media-libs/sdl2-image/metadata.xml 
b/media-libs/sdl2-image/metadata.xml
index 640e22b53423..64b209f04ec8 100644
--- a/media-libs/sdl2-image/metadata.xml
+++ b/media-libs/sdl2-image/metadata.xml
@@ -10,6 +10,7 @@

https://github.com/libsdl-org/SDL_image/issues


+   Enable support for AVIF image format
Enable support for JPEG XL image 
format
support loading WEBP images


diff --git a/media-libs/sdl2-image/sdl2-image-2.6.3-r1.ebuild 
b/media-libs/sdl2-image/sdl2-image-2.6.3-r1.ebuild
index ee83fbbedb1a..b60029fcdb0e 100644
--- a/media-libs/sdl2-image/sdl2-image-2.6.3-r1.ebuild
+++ b/media-libs/sdl2-image/sdl2-image-2.6.3-r1.ebuild
@@ -13,12 +13,13 @@ S="${WORKDIR}"/${MY_P}
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~sparc ~x86"
-IUSE="gif jpeg jpegxl png static-libs tiff webp"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="avif gif jpeg jpegxl png static-libs tiff webp"
 
 RDEPEND="
>=media-libs/libsdl2-2.0.9[${MULTILIB_USEDEP}]
>=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
+   avif? ( media-libs/libavif:=[${MULTILIB_USEDEP}] )
png? ( >=media-libs/libpng-1.6.10:0[${MULTILIB_USEDEP}] )
jpeg? ( media-libs/libjpeg-turbo:=[${MULTILIB_USEDEP}] )
jpegxl? ( media-libs/libjxl:=[${MULTILIB_USEDEP}] )
@@ -30,7 +31,7 @@ DEPEND="${RDEPEND}"
 multilib_src_configure() {
local myeconfargs=(
$(use_enable static-libs static)
-   --disable-avif
+   $(use_enable avif)
--disable-avif-shared
--disable-sdltest
--disable-stb-image



[gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-image/

2023-10-22 Thread Michał Górny
commit: 32a82fdb89146fc236092c15c2431673741cd5b1
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 22 12:24:21 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 22 17:31:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32a82fdb

media-libs/sdl2-image: Enable qoi image format

Enable the qoi image format that has no dependencies.  While it is
probably rare, at least dev-python/PySDL2 assumes it to be
unconditionally available.

Signed-off-by: Michał Górny  gentoo.org>

 media-libs/sdl2-image/sdl2-image-2.6.3-r1.ebuild | 72 
 1 file changed, 72 insertions(+)

diff --git a/media-libs/sdl2-image/sdl2-image-2.6.3-r1.ebuild 
b/media-libs/sdl2-image/sdl2-image-2.6.3-r1.ebuild
new file mode 100644
index ..d9cfbcb958f5
--- /dev/null
+++ b/media-libs/sdl2-image/sdl2-image-2.6.3-r1.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit multilib multilib-minimal toolchain-funcs
+
+MY_P="SDL2_image-${PV}"
+DESCRIPTION="Image file loading library"
+HOMEPAGE="https://www.libsdl.org/projects/SDL_image/;
+SRC_URI="https://github.com/libsdl-org/SDL_image/releases/download/release-2.6.3/${MY_P}.tar.gz;
+S="${WORKDIR}"/${MY_P}
+
+LICENSE="ZLIB"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~sparc ~x86"
+IUSE="gif jpeg png static-libs tiff webp"
+
+RDEPEND="
+   >=media-libs/libsdl2-2.0.9[${MULTILIB_USEDEP}]
+   >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
+   png? ( >=media-libs/libpng-1.6.10:0[${MULTILIB_USEDEP}] )
+   jpeg? ( media-libs/libjpeg-turbo:=[${MULTILIB_USEDEP}] )
+   tiff? ( >=media-libs/tiff-3.9.7-r1:=[${MULTILIB_USEDEP}] )
+   webp? ( >=media-libs/libwebp-0.3.0:=[${MULTILIB_USEDEP}] )
+"
+DEPEND="${RDEPEND}"
+
+multilib_src_configure() {
+   local myeconfargs=(
+   $(use_enable static-libs static)
+   --disable-avif
+   --disable-avif-shared
+   --disable-sdltest
+   --disable-stb-image
+   --enable-bmp
+   $(use_enable gif)
+   $(use_enable jpeg jpg)
+   --disable-jpg-shared
+   --disable-jxl
+   --disable-jxl-shared
+   --enable-lbm
+   --enable-pcx
+   $(use_enable png)
+   --disable-png-shared
+   --enable-pnm
+   --enable-tga
+   $(use_enable tiff tif)
+   --disable-tif-shared
+   --enable-qoi
+   --enable-xcf
+   --enable-xpm
+   --enable-xv
+   $(use_enable webp)
+   --disable-webp-shared
+   )
+   ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
+}
+
+multilib_src_compile() {
+   emake OBJC="$(tc-getCC)"
+}
+
+multilib_src_install() {
+   emake DESTDIR="${D}" install
+   multilib_is_native_abi && newbin .libs/showimage$(get_exeext) 
showimage2$(get_exeext)
+}
+
+multilib_src_install_all() {
+   dodoc {CHANGES,README}.txt
+   find "${ED}" -type f -name "*.la" -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-image/

2023-09-28 Thread Sam James
commit: 4709258f450ad70e042646058dc587a3bad6a220
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep 28 06:16:54 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep 28 06:16:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4709258f

media-libs/sdl2-image: Stabilize 2.6.3 sparc, #914815

Signed-off-by: Sam James  gentoo.org>

 media-libs/sdl2-image/sdl2-image-2.6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/sdl2-image/sdl2-image-2.6.3.ebuild 
b/media-libs/sdl2-image/sdl2-image-2.6.3.ebuild
index c8a2f1cb3e5f..2b7b0cfd064d 100644
--- a/media-libs/sdl2-image/sdl2-image-2.6.3.ebuild
+++ b/media-libs/sdl2-image/sdl2-image-2.6.3.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}"/${MY_P}
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv ~sparc 
x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv sparc 
x86"
 IUSE="gif jpeg png static-libs tiff webp"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-image/

2023-09-27 Thread Sam James
commit: 8867d1d5aabf4a20ef1ddd6f476f15a269743c23
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep 27 08:27:15 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep 27 08:27:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8867d1d5

media-libs/sdl2-image: Stabilize 2.6.3 ppc64, #914815

Signed-off-by: Sam James  gentoo.org>

 media-libs/sdl2-image/sdl2-image-2.6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/sdl2-image/sdl2-image-2.6.3.ebuild 
b/media-libs/sdl2-image/sdl2-image-2.6.3.ebuild
index 207e254e3606..8b7af8ca9bd3 100644
--- a/media-libs/sdl2-image/sdl2-image-2.6.3.ebuild
+++ b/media-libs/sdl2-image/sdl2-image-2.6.3.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}"/${MY_P}
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc 
x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv ~sparc 
x86"
 IUSE="gif jpeg png static-libs tiff webp"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-image/

2023-09-26 Thread Sam James
commit: 706ed48e93092dc4ea67d649d8daa0be9b3fc955
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep 27 05:45:45 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep 27 05:45:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=706ed48e

media-libs/sdl2-image: Stabilize 2.6.3 x86, #914815

Signed-off-by: Sam James  gentoo.org>

 media-libs/sdl2-image/sdl2-image-2.6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/sdl2-image/sdl2-image-2.6.3.ebuild 
b/media-libs/sdl2-image/sdl2-image-2.6.3.ebuild
index b4d23e1acc08..207e254e3606 100644
--- a/media-libs/sdl2-image/sdl2-image-2.6.3.ebuild
+++ b/media-libs/sdl2-image/sdl2-image-2.6.3.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}"/${MY_P}
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc 
~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc 
x86"
 IUSE="gif jpeg png static-libs tiff webp"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-image/

2023-09-26 Thread Sam James
commit: f73746b3ae6ba5648e2dedb5a6a13531d2cbf15c
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep 27 05:00:45 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep 27 05:00:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f73746b3

media-libs/sdl2-image: Stabilize 2.6.3 arm64, #914815

Signed-off-by: Sam James  gentoo.org>

 media-libs/sdl2-image/sdl2-image-2.6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/sdl2-image/sdl2-image-2.6.3.ebuild 
b/media-libs/sdl2-image/sdl2-image-2.6.3.ebuild
index 93fce1b1ec14..b4d23e1acc08 100644
--- a/media-libs/sdl2-image/sdl2-image-2.6.3.ebuild
+++ b/media-libs/sdl2-image/sdl2-image-2.6.3.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}"/${MY_P}
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc 
~x86"
 IUSE="gif jpeg png static-libs tiff webp"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-image/

2023-09-26 Thread Sam James
commit: bd64091b5d97027c012f311078efb79ef89ffc27
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep 27 04:58:04 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep 27 04:58:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd64091b

media-libs/sdl2-image: Stabilize 2.6.3 arm, #914815

Signed-off-by: Sam James  gentoo.org>

 media-libs/sdl2-image/sdl2-image-2.6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/sdl2-image/sdl2-image-2.6.3.ebuild 
b/media-libs/sdl2-image/sdl2-image-2.6.3.ebuild
index 589bcfbc82ea..93fce1b1ec14 100644
--- a/media-libs/sdl2-image/sdl2-image-2.6.3.ebuild
+++ b/media-libs/sdl2-image/sdl2-image-2.6.3.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}"/${MY_P}
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~sparc ~x86"
 IUSE="gif jpeg png static-libs tiff webp"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-image/

2023-02-11 Thread Sam James
commit: c115635223d3abee37178b30d28ee76cd993e501
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 12 05:43:35 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 12 05:59:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1156352

media-libs/sdl2-image: add 2.6.3

Signed-off-by: Sam James  gentoo.org>

 media-libs/sdl2-image/Manifest|  1 +
 media-libs/sdl2-image/sdl2-image-2.6.3.ebuild | 72 +++
 2 files changed, 73 insertions(+)

diff --git a/media-libs/sdl2-image/Manifest b/media-libs/sdl2-image/Manifest
index a1ee4a65116a..4f3258d95c5d 100644
--- a/media-libs/sdl2-image/Manifest
+++ b/media-libs/sdl2-image/Manifest
@@ -1 +1,2 @@
 DIST SDL2_image-2.0.5_p20210328.tar.gz 12397062 BLAKE2B 
ae4fe8c30b21bc7dca87e2e78cab43c83e891630962eb020c29ba84c2b206bb749491dccddd8bcc212f2fd07da651691151baf41212fb5ea954427543e3bf994
 SHA512 
9ba0b671dedfb7bde072424cebfa7d65e79d2d58416833d84548777aff6bf0edda8dbe30c3e423bbb724f794b4b191e609b148f38573b4166eef31203ab0005d
+DIST SDL2_image-2.6.3.tar.gz 9816720 BLAKE2B 
24662637e4f621af83d9a66d1cca954549030be97fa47f4b8fc711b2a941eaa409cf99ede137eb91d25999af253791dcfb2d9229080d30ede84cc32d5c5ae997
 SHA512 
11f1d041a052829708560b6211a2a00b3a1ce26a6f23cb389f57fa5254372027e97d3a6ffe551134a77bc33718c3acea3df21fe8426e93a2b1955176c47c7647

diff --git a/media-libs/sdl2-image/sdl2-image-2.6.3.ebuild 
b/media-libs/sdl2-image/sdl2-image-2.6.3.ebuild
new file mode 100644
index ..589bcfbc82ea
--- /dev/null
+++ b/media-libs/sdl2-image/sdl2-image-2.6.3.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit multilib multilib-minimal toolchain-funcs
+
+MY_P="SDL2_image-${PV}"
+DESCRIPTION="Image file loading library"
+HOMEPAGE="https://www.libsdl.org/projects/SDL_image/;
+SRC_URI="https://github.com/libsdl-org/SDL_image/releases/download/release-2.6.3/${MY_P}.tar.gz;
+S="${WORKDIR}"/${MY_P}
+
+LICENSE="ZLIB"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~sparc ~x86"
+IUSE="gif jpeg png static-libs tiff webp"
+
+RDEPEND="
+   >=media-libs/libsdl2-2.0.9[${MULTILIB_USEDEP}]
+   >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
+   png? ( >=media-libs/libpng-1.6.10:0[${MULTILIB_USEDEP}] )
+   jpeg? ( media-libs/libjpeg-turbo:=[${MULTILIB_USEDEP}] )
+   tiff? ( >=media-libs/tiff-3.9.7-r1:=[${MULTILIB_USEDEP}] )
+   webp? ( >=media-libs/libwebp-0.3.0:=[${MULTILIB_USEDEP}] )
+"
+DEPEND="${RDEPEND}"
+
+multilib_src_configure() {
+   local myeconfargs=(
+   $(use_enable static-libs static)
+   --disable-avif
+   --disable-avif-shared
+   --disable-sdltest
+   --disable-stb-image
+   --enable-bmp
+   $(use_enable gif)
+   $(use_enable jpeg jpg)
+   --disable-jpg-shared
+   --disable-jxl
+   --disable-jxl-shared
+   --enable-lbm
+   --enable-pcx
+   $(use_enable png)
+   --disable-png-shared
+   --enable-pnm
+   --enable-tga
+   $(use_enable tiff tif)
+   --disable-tif-shared
+   --disable-qoi
+   --enable-xcf
+   --enable-xpm
+   --enable-xv
+   $(use_enable webp)
+   --disable-webp-shared
+   )
+   ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
+}
+
+multilib_src_compile() {
+   emake OBJC="$(tc-getCC)"
+}
+
+multilib_src_install() {
+   emake DESTDIR="${D}" install
+   multilib_is_native_abi && newbin .libs/showimage$(get_exeext) 
showimage2$(get_exeext)
+}
+
+multilib_src_install_all() {
+   dodoc {CHANGES,README}.txt
+   find "${ED}" -type f -name "*.la" -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-image/

2022-05-19 Thread WANG Xuerui
commit: 6762d9e0ac7d7f93a3023e47ffcf946040da4d06
Author: WANG Xuerui  gentoo  org>
AuthorDate: Thu May 19 11:46:07 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Thu May 19 12:18:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6762d9e0

media-libs/sdl2-image: keyword 2.0.5_p20210328 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild 
b/media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild
index eb2a23bf368e..c528513281cd 100644
--- a/media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild
+++ b/media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/libsdl-org/SDL_image/archive/${MY_COMMIT}.tar.gz ->
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv sparc x86"
 IUSE="gif jpeg png static-libs tiff webp"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-image/

2021-11-28 Thread Arthur Zamarin
commit: 1d9779d788a6a31743c265e0c4b98d125da7ebc3
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Nov 29 07:37:22 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Nov 29 07:39:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d9779d7

media-libs/sdl2-image: Stabilize 2.0.5_p20210328 ppc64, #823545

Signed-off-by: Arthur Zamarin  gentoo.org>

 media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild 
b/media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild
index 5c03d2374e37..eb2a23bf368e 100644
--- a/media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild
+++ b/media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/libsdl-org/SDL_image/archive/${MY_COMMIT}.tar.gz ->
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
 IUSE="gif jpeg png static-libs tiff webp"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-image/

2021-09-12 Thread Ionen Wolkens
commit: 7dfd63b864abde0e4951c119140822f07bd0d3f3
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sun Sep 12 19:35:27 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sun Sep 12 20:19:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dfd63b8

media-libs/sdl2-image: toolchain-funcs++ for IndirectInherits

Signed-off-by: Ionen Wolkens  gentoo.org>

 media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild 
b/media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild
index 1f54fc8c207..5c03d2374e3 100644
--- a/media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild
+++ b/media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-inherit multilib multilib-minimal
+
+inherit multilib multilib-minimal toolchain-funcs
 
 MY_P="SDL2_image-${PV}"
 MY_COMMIT="f36684864e82538da2d2cf57fa3db077a3be42c7"



[gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-image/

2021-07-24 Thread Ionen Wolkens
commit: 4020ec8a3d7dbefeb4f388a633d1dedefe09
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sun Jul 25 00:42:10 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sun Jul 25 01:35:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4020ec8a

media-libs/sdl2-image: drop vulnerable 2.0.5

Bug: https://bugs.gentoo.org/772194
Signed-off-by: Ionen Wolkens  gentoo.org>

 media-libs/sdl2-image/Manifest|  1 -
 media-libs/sdl2-image/sdl2-image-2.0.5.ebuild | 61 ---
 2 files changed, 62 deletions(-)

diff --git a/media-libs/sdl2-image/Manifest b/media-libs/sdl2-image/Manifest
index 9819befb679..a1ee4a65116 100644
--- a/media-libs/sdl2-image/Manifest
+++ b/media-libs/sdl2-image/Manifest
@@ -1,2 +1 @@
-DIST SDL2_image-2.0.5.tar.gz 11736518 BLAKE2B 
8009fc4ff76d8f8f4093c02304329218e1d8b7d6fd9c747387f239bc6ee09133f8f3faee0005267ce29c083a6bf4ddcf8db72f502ea047f7288ec57ebbb16380
 SHA512 
77e743d3f32707e015b290c1379ae3c7d7a3fe265995713267f0d0ec6517de4808f0de9890b5ab28445941af5bc9fbff346620629e0d7d7e9f365262cab05ee7
 DIST SDL2_image-2.0.5_p20210328.tar.gz 12397062 BLAKE2B 
ae4fe8c30b21bc7dca87e2e78cab43c83e891630962eb020c29ba84c2b206bb749491dccddd8bcc212f2fd07da651691151baf41212fb5ea954427543e3bf994
 SHA512 
9ba0b671dedfb7bde072424cebfa7d65e79d2d58416833d84548777aff6bf0edda8dbe30c3e423bbb724f794b4b191e609b148f38573b4166eef31203ab0005d

diff --git a/media-libs/sdl2-image/sdl2-image-2.0.5.ebuild 
b/media-libs/sdl2-image/sdl2-image-2.0.5.ebuild
deleted file mode 100644
index 2989d03dc40..000
--- a/media-libs/sdl2-image/sdl2-image-2.0.5.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit multilib multilib-minimal
-
-MY_P="SDL2_image-${PV}"
-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 ppc ~ppc64 sparc x86"
-IUSE="gif jpeg png static-libs tiff webp"
-
-RDEPEND="
-   >=media-libs/libsdl2-2.0.9[${MULTILIB_USEDEP}]
-   >=sys-libs/zlib-1.2.8-r1[${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() {
-   local myeconfargs=(
-   $(use_enable static-libs static)
-   --disable-sdltest
-   --enable-bmp
-   $(use_enable gif)
-   $(use_enable jpeg jpg)
-   --disable-jpg-shared
-   --enable-lbm
-   --enable-pcx
-   $(use_enable png)
-   --disable-png-shared
-   --enable-pnm
-   --enable-tga
-   $(use_enable tiff tif)
-   --disable-tif-shared
-   --enable-xcf
-   --enable-xpm
-   --enable-xv
-   $(use_enable webp)
-   --disable-webp-shared
-   )
-   ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
-}
-
-multilib_src_install() {
-   emake DESTDIR="${D}" install
-   multilib_is_native_abi && newbin .libs/showimage$(get_exeext) 
showimage2$(get_exeext)
-}
-
-multilib_src_install_all() {
-   dodoc {CHANGES,README}.txt
-   find "${ED}" -type f -name "*.la" -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-image/

2021-05-18 Thread Ulrich Müller
commit: 415322ca0c487eb9663b12fef5e32a69b3eee5a1
Author: Ulrich Müller  gentoo  org>
AuthorDate: Tue May 18 20:39:27 2021 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue May 18 20:40:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=415322ca

Revert "Revert "media-libs/sdl2-image: Fix for multilib + slibtool""

This reverts commit 78cf602e25624bfee39f1650487f852596c8ab6f.

Signed-off-by: Ulrich Müller  gentoo.org>

 media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild | 4 
 1 file changed, 4 insertions(+)

diff --git a/media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild 
b/media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild
index e7b9714664a..c0a291b550e 100644
--- a/media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild
+++ b/media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild
@@ -51,6 +51,10 @@ multilib_src_configure() {
ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
 }
 
+multilib_src_compile() {
+   emake OBJC="$(tc-getCC)"
+}
+
 multilib_src_install() {
emake DESTDIR="${D}" install
multilib_is_native_abi && newbin .libs/showimage$(get_exeext) 
showimage2$(get_exeext)



[gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-image/

2021-05-18 Thread Ulrich Müller
commit: 78cf602e25624bfee39f1650487f852596c8ab6f
Author: Ulrich Müller  gentoo  org>
AuthorDate: Tue May 18 20:03:02 2021 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue May 18 20:05:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78cf602e

Revert "media-libs/sdl2-image: Fix for multilib + slibtool"

Invalid signoff, violation of GLEP 76 copyright policy.
This reverts commit 71f83406f4f917153d37525c872a59931291706e.

Signed-off-by: Ulrich Müller  gentoo.org>

 media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild | 4 
 1 file changed, 4 deletions(-)

diff --git a/media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild 
b/media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild
index c0a291b550e..e7b9714664a 100644
--- a/media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild
+++ b/media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild
@@ -51,10 +51,6 @@ multilib_src_configure() {
ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
 }
 
-multilib_src_compile() {
-   emake OBJC="$(tc-getCC)"
-}
-
 multilib_src_install() {
emake DESTDIR="${D}" install
multilib_is_native_abi && newbin .libs/showimage$(get_exeext) 
showimage2$(get_exeext)



[gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-image/

2021-05-18 Thread Sam James
commit: 71f83406f4f917153d37525c872a59931291706e
Author: orbea  riseup  net>
AuthorDate: Mon May 17 01:29:19 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May 18 17:16:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71f83406

media-libs/sdl2-image: Fix for multilib + slibtool

Closes: https://bugs.gentoo.org/790614
Signed-off-by: orbea  riseup.net>
Signed-off-by: Sam James  gentoo.org>

 media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild | 4 
 1 file changed, 4 insertions(+)

diff --git a/media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild 
b/media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild
index e7b9714664a..c0a291b550e 100644
--- a/media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild
+++ b/media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild
@@ -51,6 +51,10 @@ multilib_src_configure() {
ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
 }
 
+multilib_src_compile() {
+   emake OBJC="$(tc-getCC)"
+}
+
 multilib_src_install() {
emake DESTDIR="${D}" install
multilib_is_native_abi && newbin .libs/showimage$(get_exeext) 
showimage2$(get_exeext)



[gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-image/

2021-05-16 Thread Sam James
commit: 4c4152e42f1e561eba1064d6030d53b54c07eada
Author: Sam James  gentoo  org>
AuthorDate: Mon May 17 01:36:39 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon May 17 01:36:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c4152e4

media-libs/sdl2-image: Stabilize 2.0.5_p20210328 sparc, #772194

Signed-off-by: Sam James  gentoo.org>

 media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild 
b/media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild
index e433c7ef760..e7b9714664a 100644
--- a/media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild
+++ b/media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/libsdl-org/SDL_image/archive/${MY_COMMIT}.tar.gz ->
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ~ppc64 sparc x86"
 IUSE="gif jpeg png static-libs tiff webp"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-image/

2021-05-16 Thread Sam James
commit: d709605108a10103216bfe6a1d0a5379cf62a692
Author: Sam James  gentoo  org>
AuthorDate: Mon May 17 01:08:48 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon May 17 01:08:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7096051

media-libs/sdl2-image: Stabilize 2.0.5_p20210328 ppc, #772194

Signed-off-by: Sam James  gentoo.org>

 media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild 
b/media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild
index af7b1daaa6f..e433c7ef760 100644
--- a/media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild
+++ b/media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/libsdl-org/SDL_image/archive/${MY_COMMIT}.tar.gz ->
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ~ppc64 ~sparc x86"
 IUSE="gif jpeg png static-libs tiff webp"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-image/

2021-05-16 Thread Sam James
commit: 73454e2d1cf976ff7623fbcf4d10b1c2be258e01
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 19:35:06 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 19:35:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73454e2d

media-libs/sdl2-image: Stabilize 2.0.5_p20210328 arm, #772194

Signed-off-by: Sam James  gentoo.org>

 media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild 
b/media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild
index 9ea328b797d..af7b1daaa6f 100644
--- a/media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild
+++ b/media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/libsdl-org/SDL_image/archive/${MY_COMMIT}.tar.gz ->
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="gif jpeg png static-libs tiff webp"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-image/

2021-05-16 Thread Sam James
commit: 336ea21bccbf084ee2c7d4ed670ee6dcdb02
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 18:59:40 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 18:59:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=336ea21b

media-libs/sdl2-image: Stabilize 2.0.5_p20210328 arm64, #772194

Signed-off-by: Sam James  gentoo.org>

 media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild 
b/media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild
index 746a3c0932e..9ea328b797d 100644
--- a/media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild
+++ b/media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/libsdl-org/SDL_image/archive/${MY_COMMIT}.tar.gz ->
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="gif jpeg png static-libs tiff webp"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-image/

2021-05-16 Thread Sam James
commit: 9475c52055e5bd20294d667a080375895f443394
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 18:54:41 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 18:54:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9475c520

media-libs/sdl2-image: Stabilize 2.0.5_p20210328 amd64, #772194

Signed-off-by: Sam James  gentoo.org>

 media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild 
b/media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild
index 10e572024a1..746a3c0932e 100644
--- a/media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild
+++ b/media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/libsdl-org/SDL_image/archive/${MY_COMMIT}.tar.gz ->
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="gif jpeg png static-libs tiff webp"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-image/

2021-05-16 Thread Sam James
commit: 28a54c7b74bc60868bb3f750e51fc490109aac43
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 18:51:04 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 18:52:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28a54c7b

media-libs/sdl2-image: Stabilize 2.0.5_p20210328 x86, #772194

Signed-off-by: Sam James  gentoo.org>

 media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild 
b/media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild
index fd36c4b51f1..10e572024a1 100644
--- a/media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild
+++ b/media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/libsdl-org/SDL_image/archive/${MY_COMMIT}.tar.gz ->
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="gif jpeg png static-libs tiff webp"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-image/

2021-04-05 Thread James Le Cuirot
commit: 8fbda6c4cbe2e75f8882ac19653398deb27e0aa6
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Thu Apr  1 08:42:59 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Mon Apr  5 21:25:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fbda6c4

media-libs/sdl2-image: CVE-2019-13616 _p20210328

Bug: https://bugs.gentoo.org/772194

Relevant patch is
Fixed bug 4538 - validate image size when loading BMP files
https://github.com/libsdl-org/SDL_image/commit/e12c931

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/20216
Signed-off-by: James Le Cuirot  gentoo.org>

 media-libs/sdl2-image/Manifest |  1 +
 media-libs/sdl2-image/metadata.xml |  4 ++
 .../sdl2-image/sdl2-image-2.0.5_p20210328.ebuild   | 62 ++
 3 files changed, 67 insertions(+)

diff --git a/media-libs/sdl2-image/Manifest b/media-libs/sdl2-image/Manifest
index 558bff0ce03..9819befb679 100644
--- a/media-libs/sdl2-image/Manifest
+++ b/media-libs/sdl2-image/Manifest
@@ -1 +1,2 @@
 DIST SDL2_image-2.0.5.tar.gz 11736518 BLAKE2B 
8009fc4ff76d8f8f4093c02304329218e1d8b7d6fd9c747387f239bc6ee09133f8f3faee0005267ce29c083a6bf4ddcf8db72f502ea047f7288ec57ebbb16380
 SHA512 
77e743d3f32707e015b290c1379ae3c7d7a3fe265995713267f0d0ec6517de4808f0de9890b5ab28445941af5bc9fbff346620629e0d7d7e9f365262cab05ee7
+DIST SDL2_image-2.0.5_p20210328.tar.gz 12397062 BLAKE2B 
ae4fe8c30b21bc7dca87e2e78cab43c83e891630962eb020c29ba84c2b206bb749491dccddd8bcc212f2fd07da651691151baf41212fb5ea954427543e3bf994
 SHA512 
9ba0b671dedfb7bde072424cebfa7d65e79d2d58416833d84548777aff6bf0edda8dbe30c3e423bbb724f794b4b191e609b148f38573b4166eef31203ab0005d

diff --git a/media-libs/sdl2-image/metadata.xml 
b/media-libs/sdl2-image/metadata.xml
index a92c1a1c50d..a5e8d2d006e 100644
--- a/media-libs/sdl2-image/metadata.xml
+++ b/media-libs/sdl2-image/metadata.xml
@@ -5,6 +5,10 @@
ga...@gentoo.org
Gentoo Games Project

+   
+   libsdl-org/SDL_image
+   
https://github.com/libsdl-org/SDL_image/issues
+   

support loading WEBP images


diff --git a/media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild 
b/media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild
new file mode 100644
index 000..fd36c4b51f1
--- /dev/null
+++ b/media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit multilib multilib-minimal
+
+MY_P="SDL2_image-${PV}"
+MY_COMMIT="f36684864e82538da2d2cf57fa3db077a3be42c7"
+DESCRIPTION="Image file loading library"
+HOMEPAGE="https://www.libsdl.org/projects/SDL_image/;
+SRC_URI="https://github.com/libsdl-org/SDL_image/archive/${MY_COMMIT}.tar.gz 
-> ${MY_P}.tar.gz"
+
+LICENSE="ZLIB"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="gif jpeg png static-libs tiff webp"
+
+RDEPEND="
+   >=media-libs/libsdl2-2.0.9[${MULTILIB_USEDEP}]
+   >=sys-libs/zlib-1.2.8-r1[${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}/SDL_image-${MY_COMMIT}
+
+multilib_src_configure() {
+   local myeconfargs=(
+   $(use_enable static-libs static)
+   --disable-sdltest
+   --enable-bmp
+   $(use_enable gif)
+   $(use_enable jpeg jpg)
+   --disable-jpg-shared
+   --enable-lbm
+   --enable-pcx
+   $(use_enable png)
+   --disable-png-shared
+   --enable-pnm
+   --enable-tga
+   $(use_enable tiff tif)
+   --disable-tif-shared
+   --enable-xcf
+   --enable-xpm
+   --enable-xv
+   $(use_enable webp)
+   --disable-webp-shared
+   )
+   ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
+}
+
+multilib_src_install() {
+   emake DESTDIR="${D}" install
+   multilib_is_native_abi && newbin .libs/showimage$(get_exeext) 
showimage2$(get_exeext)
+}
+
+multilib_src_install_all() {
+   dodoc {CHANGES,README}.txt
+   find "${ED}" -type f -name "*.la" -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-image/

2021-01-23 Thread Andreas Sturmlechner
commit: 232f377953683d46bd4ecb86562d9a41e3b30191
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jan 23 18:38:51 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jan 23 21:11:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=232f3779

media-libs/sdl2-image: Drop 2.0.4

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-libs/sdl2-image/Manifest|  1 -
 media-libs/sdl2-image/sdl2-image-2.0.4.ebuild | 61 ---
 2 files changed, 62 deletions(-)

diff --git a/media-libs/sdl2-image/Manifest b/media-libs/sdl2-image/Manifest
index 0f4de5bea6a..558bff0ce03 100644
--- a/media-libs/sdl2-image/Manifest
+++ b/media-libs/sdl2-image/Manifest
@@ -1,2 +1 @@
-DIST SDL2_image-2.0.4.tar.gz 11682695 BLAKE2B 
5e2a456d770ab2b6b82d5573d9e6eed874b2b65fe3225287aef853b27f79251db4dae155721018c69f30e272d9cdd4a4f97db30ca93f63bc08e270019888edb6
 SHA512 
7320a5c9111908d402fbb0c12a49eb359a6db645c0c86839793ebb1a5b75eaca7c85eb96851f3a0b4a68a2f06363c8189555afd4f1048a4a41447370eddd7e6a
 DIST SDL2_image-2.0.5.tar.gz 11736518 BLAKE2B 
8009fc4ff76d8f8f4093c02304329218e1d8b7d6fd9c747387f239bc6ee09133f8f3faee0005267ce29c083a6bf4ddcf8db72f502ea047f7288ec57ebbb16380
 SHA512 
77e743d3f32707e015b290c1379ae3c7d7a3fe265995713267f0d0ec6517de4808f0de9890b5ab28445941af5bc9fbff346620629e0d7d7e9f365262cab05ee7

diff --git a/media-libs/sdl2-image/sdl2-image-2.0.4.ebuild 
b/media-libs/sdl2-image/sdl2-image-2.0.4.ebuild
deleted file mode 100644
index 10dfe667c67..000
--- a/media-libs/sdl2-image/sdl2-image-2.0.4.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit multilib multilib-minimal
-
-MY_P="SDL2_image-${PV}"
-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="amd64 arm64 x86"
-IUSE="gif jpeg png static-libs tiff webp"
-
-RDEPEND="
-   >=media-libs/libsdl2-2.0.9[${MULTILIB_USEDEP}]
-   >=sys-libs/zlib-1.2.8-r1[${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() {
-   local myeconfargs=(
-   $(use_enable static-libs static)
-   --disable-sdltest
-   --enable-bmp
-   $(use_enable gif)
-   $(use_enable jpeg jpg)
-   --disable-jpg-shared
-   --enable-lbm
-   --enable-pcx
-   $(use_enable png)
-   --disable-png-shared
-   --enable-pnm
-   --enable-tga
-   $(use_enable tiff tif)
-   --disable-tif-shared
-   --enable-xcf
-   --enable-xpm
-   --enable-xv
-   $(use_enable webp)
-   --disable-webp-shared
-   )
-   ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
-}
-
-multilib_src_install() {
-   emake DESTDIR="${D}" install
-   multilib_is_native_abi && newbin .libs/showimage$(get_exeext) 
showimage2$(get_exeext)
-}
-
-multilib_src_install_all() {
-   dodoc {CHANGES,README}.txt
-   find "${ED}" -name "*.la" -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-image/

2020-12-16 Thread Sam James
commit: fc531a02e4693bd44547b07706de78bad57be31c
Author: Sam James  gentoo  org>
AuthorDate: Thu Dec 17 03:58:46 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Dec 17 03:58:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc531a02

media-libs/sdl2-image: Stabilize 2.0.5 ppc, #745567

Signed-off-by: Sam James  gentoo.org>

 media-libs/sdl2-image/sdl2-image-2.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/sdl2-image/sdl2-image-2.0.5.ebuild 
b/media-libs/sdl2-image/sdl2-image-2.0.5.ebuild
index e669cf20924..a78dc03bac3 100644
--- a/media-libs/sdl2-image/sdl2-image-2.0.5.ebuild
+++ b/media-libs/sdl2-image/sdl2-image-2.0.5.ebuild
@@ -11,7 +11,7 @@ 
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 ~ppc ~ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ~ppc64 sparc x86"
 IUSE="gif jpeg png static-libs tiff webp"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-image/

2020-10-09 Thread Agostino Sarubbo
commit: 040de324d9c7b007dc6508bb3df0939e3605d015
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Oct  9 08:28:49 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Oct  9 08:30:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=040de324

media-libs/sdl2-image: amd64 stable wrt bug #745567

Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-libs/sdl2-image/sdl2-image-2.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/sdl2-image/sdl2-image-2.0.5.ebuild 
b/media-libs/sdl2-image/sdl2-image-2.0.5.ebuild
index caabf37d5ba..e669cf20924 100644
--- a/media-libs/sdl2-image/sdl2-image-2.0.5.ebuild
+++ b/media-libs/sdl2-image/sdl2-image-2.0.5.ebuild
@@ -11,7 +11,7 @@ 
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 ~ppc ~ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~ppc ~ppc64 sparc x86"
 IUSE="gif jpeg png static-libs tiff webp"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-image/

2020-10-06 Thread Sam James
commit: d1d6ea608cdf95fb5981dc81ecd41d5379065e6c
Author: Sam James  gentoo  org>
AuthorDate: Tue Oct  6 13:13:53 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct  6 13:13:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1d6ea60

media-libs/sdl2-image: Stabilize 2.0.5 arm, #745567

Signed-off-by: Sam James  gentoo.org>

 media-libs/sdl2-image/sdl2-image-2.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/sdl2-image/sdl2-image-2.0.5.ebuild 
b/media-libs/sdl2-image/sdl2-image-2.0.5.ebuild
index fc3f15af124..5f4d641cf50 100644
--- a/media-libs/sdl2-image/sdl2-image-2.0.5.ebuild
+++ b/media-libs/sdl2-image/sdl2-image-2.0.5.ebuild
@@ -11,7 +11,7 @@ 
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 ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~ppc ~ppc64 sparc ~x86"
 IUSE="gif jpeg png static-libs tiff webp"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-image/

2020-10-03 Thread Sergei Trofimovich
commit: 04e137fca80b76e3b10682804c4db4516222c3c7
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sat Oct  3 11:17:21 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Oct  3 12:16:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04e137fc

media-libs/sdl2-image: stable 2.0.5 for hppa/sparc, bug #745567

Package-Manager: Portage-3.0.4, Repoman-3.0.1
RepoMan-Options: --include-arches="hppa sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 media-libs/sdl2-image/sdl2-image-2.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/sdl2-image/sdl2-image-2.0.5.ebuild 
b/media-libs/sdl2-image/sdl2-image-2.0.5.ebuild
index 0d2abb51425..fc3f15af124 100644
--- a/media-libs/sdl2-image/sdl2-image-2.0.5.ebuild
+++ b/media-libs/sdl2-image/sdl2-image-2.0.5.ebuild
@@ -11,7 +11,7 @@ 
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 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 hppa ~ia64 ~ppc ~ppc64 sparc ~x86"
 IUSE="gif jpeg png static-libs tiff webp"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-image/

2020-09-30 Thread Sam James
commit: 35a934f3c196f7bcf8af71de78e080710988d67a
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep 30 21:12:56 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep 30 21:12:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35a934f3

media-libs/sdl2-image: Stabilize 2.0.5 arm64, #745567

Signed-off-by: Sam James  gentoo.org>

 media-libs/sdl2-image/sdl2-image-2.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/sdl2-image/sdl2-image-2.0.5.ebuild 
b/media-libs/sdl2-image/sdl2-image-2.0.5.ebuild
index d26e73ed0f2..0d2abb51425 100644
--- a/media-libs/sdl2-image/sdl2-image-2.0.5.ebuild
+++ b/media-libs/sdl2-image/sdl2-image-2.0.5.ebuild
@@ -11,7 +11,7 @@ 
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 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="gif jpeg png static-libs tiff webp"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-image/

2020-06-09 Thread Matt Turner
commit: 03bb848a6d561932accf1e0d783bc24c71064623
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Jun 10 03:21:17 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Jun 10 03:21:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03bb848a

media-libs/sdl2-image: Keyword 2.0.5 alpha, #727520

Signed-off-by: Matt Turner  gentoo.org>

 media-libs/sdl2-image/sdl2-image-2.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/sdl2-image/sdl2-image-2.0.5.ebuild 
b/media-libs/sdl2-image/sdl2-image-2.0.5.ebuild
index d3ff99e8301..d26e73ed0f2 100644
--- a/media-libs/sdl2-image/sdl2-image-2.0.5.ebuild
+++ b/media-libs/sdl2-image/sdl2-image-2.0.5.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.libsdl.org/projects/SDL_image/release/${MY_P}.tar.gz;
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="gif jpeg png static-libs tiff webp"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-image/

2020-06-09 Thread Sergei Trofimovich
commit: 7573c820990f92563b54e8a9893fe333a733
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Tue Jun  9 14:55:51 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jun  9 17:07:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7573c820

media-libs/sdl2-image: keyworded 2.0.5 for hppa, bug #727520

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 media-libs/sdl2-image/sdl2-image-2.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/sdl2-image/sdl2-image-2.0.5.ebuild 
b/media-libs/sdl2-image/sdl2-image-2.0.5.ebuild
index 94d86c28526..d3ff99e8301 100644
--- a/media-libs/sdl2-image/sdl2-image-2.0.5.ebuild
+++ b/media-libs/sdl2-image/sdl2-image-2.0.5.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.libsdl.org/projects/SDL_image/release/${MY_P}.tar.gz;
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="gif jpeg png static-libs tiff webp"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-image/

2020-06-08 Thread Michał Górny
commit: f72e411ab9dc3844c91248af7c11cf509529c18c
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun  8 14:17:55 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun  8 14:18:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f72e411a

media-libs/sdl2-image: Keyword 2.0.5 ppc ppc64 sparc, #727520

Signed-off-by: Michał Górny  gentoo.org>

 media-libs/sdl2-image/sdl2-image-2.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/sdl2-image/sdl2-image-2.0.5.ebuild 
b/media-libs/sdl2-image/sdl2-image-2.0.5.ebuild
index c515cfbc7de..94d86c28526 100644
--- a/media-libs/sdl2-image/sdl2-image-2.0.5.ebuild
+++ b/media-libs/sdl2-image/sdl2-image-2.0.5.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.libsdl.org/projects/SDL_image/release/${MY_P}.tar.gz;
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="gif jpeg png static-libs tiff webp"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-image/

2020-06-08 Thread Michał Górny
commit: 89215fd1aeff12425b54f32c29aa5427bf3851fa
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun  8 13:17:55 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun  8 13:18:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89215fd1

media-libs/sdl2-image: Keyword 2.0.5 ia64, #727520

Signed-off-by: Michał Górny  gentoo.org>

 media-libs/sdl2-image/sdl2-image-2.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/sdl2-image/sdl2-image-2.0.5.ebuild 
b/media-libs/sdl2-image/sdl2-image-2.0.5.ebuild
index d5584bcaf46..c515cfbc7de 100644
--- a/media-libs/sdl2-image/sdl2-image-2.0.5.ebuild
+++ b/media-libs/sdl2-image/sdl2-image-2.0.5.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.libsdl.org/projects/SDL_image/release/${MY_P}.tar.gz;
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc64 ~x86"
 IUSE="gif jpeg png static-libs tiff webp"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-image/

2020-04-13 Thread James Le Cuirot
commit: b193fed2d7944d2279479372e3a1bcea4eb4b47b
Author: James Le Cuirot  gentoo  org>
AuthorDate: Mon Apr 13 21:36:35 2020 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Mon Apr 13 21:37:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b193fed2

media-libs/sdl2-image: Add ~arm keyword to 2.0.5

Closes: https://bugs.gentoo.org/651738
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: James Le Cuirot  gentoo.org>

 media-libs/sdl2-image/sdl2-image-2.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/sdl2-image/sdl2-image-2.0.5.ebuild 
b/media-libs/sdl2-image/sdl2-image-2.0.5.ebuild
index 4796415aa15..d5584bcaf46 100644
--- a/media-libs/sdl2-image/sdl2-image-2.0.5.ebuild
+++ b/media-libs/sdl2-image/sdl2-image-2.0.5.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.libsdl.org/projects/SDL_image/release/${MY_P}.tar.gz;
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
 IUSE="gif jpeg png static-libs tiff webp"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-image/

2020-01-26 Thread Georgy Yakovlev
commit: 84f403f95ed09cf28751c938d7162c3c8fb9bec5
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Jan 26 07:00:08 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Jan 26 10:17:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84f403f9

media-libs/sdl2-image: keyword on ~ppc64

Package-Manager: Portage-2.3.85, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev  gentoo.org>

 media-libs/sdl2-image/sdl2-image-2.0.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/sdl2-image/sdl2-image-2.0.5.ebuild 
b/media-libs/sdl2-image/sdl2-image-2.0.5.ebuild
index 7563b0af537..4796415aa15 100644
--- a/media-libs/sdl2-image/sdl2-image-2.0.5.ebuild
+++ b/media-libs/sdl2-image/sdl2-image-2.0.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.libsdl.org/projects/SDL_image/release/${MY_P}.tar.gz;
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
 IUSE="gif jpeg png static-libs tiff webp"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-image/

2019-07-05 Thread Lars Wendler
commit: dd7bb4462c5bafb5f2a45053012a5a5ff56506db
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Jul  5 08:13:36 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Jul  5 08:13:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd7bb446

media-libs/sdl2-image: Bump to version 2.0.5

Package-Manager: Portage-2.3.68, Repoman-2.3.16
Signed-off-by: Lars Wendler  gentoo.org>

 media-libs/sdl2-image/Manifest|  1 +
 media-libs/sdl2-image/sdl2-image-2.0.5.ebuild | 61 +++
 2 files changed, 62 insertions(+)

diff --git a/media-libs/sdl2-image/Manifest b/media-libs/sdl2-image/Manifest
index 1f3815bde4f..0f4de5bea6a 100644
--- a/media-libs/sdl2-image/Manifest
+++ b/media-libs/sdl2-image/Manifest
@@ -1 +1,2 @@
 DIST SDL2_image-2.0.4.tar.gz 11682695 BLAKE2B 
5e2a456d770ab2b6b82d5573d9e6eed874b2b65fe3225287aef853b27f79251db4dae155721018c69f30e272d9cdd4a4f97db30ca93f63bc08e270019888edb6
 SHA512 
7320a5c9111908d402fbb0c12a49eb359a6db645c0c86839793ebb1a5b75eaca7c85eb96851f3a0b4a68a2f06363c8189555afd4f1048a4a41447370eddd7e6a
+DIST SDL2_image-2.0.5.tar.gz 11736518 BLAKE2B 
8009fc4ff76d8f8f4093c02304329218e1d8b7d6fd9c747387f239bc6ee09133f8f3faee0005267ce29c083a6bf4ddcf8db72f502ea047f7288ec57ebbb16380
 SHA512 
77e743d3f32707e015b290c1379ae3c7d7a3fe265995713267f0d0ec6517de4808f0de9890b5ab28445941af5bc9fbff346620629e0d7d7e9f365262cab05ee7

diff --git a/media-libs/sdl2-image/sdl2-image-2.0.5.ebuild 
b/media-libs/sdl2-image/sdl2-image-2.0.5.ebuild
new file mode 100644
index 000..7563b0af537
--- /dev/null
+++ b/media-libs/sdl2-image/sdl2-image-2.0.5.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit multilib multilib-minimal
+
+MY_P="SDL2_image-${PV}"
+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="~amd64 ~arm64 ~x86"
+IUSE="gif jpeg png static-libs tiff webp"
+
+RDEPEND="
+   >=media-libs/libsdl2-2.0.9[${MULTILIB_USEDEP}]
+   >=sys-libs/zlib-1.2.8-r1[${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() {
+   local myeconfargs=(
+   $(use_enable static-libs static)
+   --disable-sdltest
+   --enable-bmp
+   $(use_enable gif)
+   $(use_enable jpeg jpg)
+   --disable-jpg-shared
+   --enable-lbm
+   --enable-pcx
+   $(use_enable png)
+   --disable-png-shared
+   --enable-pnm
+   --enable-tga
+   $(use_enable tiff tif)
+   --disable-tif-shared
+   --enable-xcf
+   --enable-xpm
+   --enable-xv
+   $(use_enable webp)
+   --disable-webp-shared
+   )
+   ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
+}
+
+multilib_src_install() {
+   emake DESTDIR="${D}" install
+   multilib_is_native_abi && newbin .libs/showimage$(get_exeext) 
showimage2$(get_exeext)
+}
+
+multilib_src_install_all() {
+   dodoc {CHANGES,README}.txt
+   find "${ED}" -type f -name "*.la" -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-image/

2019-03-10 Thread James Le Cuirot
commit: 6338bd985b7f559eaff8fab0de624ee4e777b943
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sun Mar 10 10:22:02 2019 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sun Mar 10 10:22:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6338bd98

media-libs/sdl2-image: Drop old and vulnerable 2.0.3

Bug: https://bugs.gentoo.org/674132
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: James Le Cuirot  gentoo.org>

 media-libs/sdl2-image/Manifest|  1 -
 media-libs/sdl2-image/sdl2-image-2.0.3.ebuild | 61 ---
 2 files changed, 62 deletions(-)

diff --git a/media-libs/sdl2-image/Manifest b/media-libs/sdl2-image/Manifest
index 75143329a7b..1f3815bde4f 100644
--- a/media-libs/sdl2-image/Manifest
+++ b/media-libs/sdl2-image/Manifest
@@ -1,2 +1 @@
-DIST SDL2_image-2.0.3.tar.gz 8685512 BLAKE2B 
c54114f6573632561443bc57af8fe3ddbccc0bfcf027939685add7b06cb6999a5bc41119c474481047a7216ce6110a58a08571fefa6b5c80322f15f0c528ad6f
 SHA512 
869cf3485cc850a91dc1d7f0023f0497bc7bbfd63e721365358b19d19d4da850e52667731d0e5ec80f4a11d7687aa6cfbdd5ceaec956af0e7f5567e87535977a
 DIST SDL2_image-2.0.4.tar.gz 11682695 BLAKE2B 
5e2a456d770ab2b6b82d5573d9e6eed874b2b65fe3225287aef853b27f79251db4dae155721018c69f30e272d9cdd4a4f97db30ca93f63bc08e270019888edb6
 SHA512 
7320a5c9111908d402fbb0c12a49eb359a6db645c0c86839793ebb1a5b75eaca7c85eb96851f3a0b4a68a2f06363c8189555afd4f1048a4a41447370eddd7e6a

diff --git a/media-libs/sdl2-image/sdl2-image-2.0.3.ebuild 
b/media-libs/sdl2-image/sdl2-image-2.0.3.ebuild
deleted file mode 100644
index bbb163c9f53..000
--- a/media-libs/sdl2-image/sdl2-image-2.0.3.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit ltprune multilib multilib-minimal
-
-MY_P="SDL2_image-${PV}"
-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="amd64 x86"
-IUSE="gif jpeg png static-libs tiff webp"
-
-RDEPEND="
-   >=media-libs/libsdl2-2.0.9[${MULTILIB_USEDEP}]
-   >=sys-libs/zlib-1.2.8-r1[${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() {
-   local myeconfargs=(
-   $(use_enable static-libs static)
-   --disable-sdltest
-   --enable-bmp
-   $(use_enable gif)
-   $(use_enable jpeg jpg)
-   --disable-jpg-shared
-   --enable-lbm
-   --enable-pcx
-   $(use_enable png)
-   --disable-png-shared
-   --enable-pnm
-   --enable-tga
-   $(use_enable tiff tif)
-   --disable-tif-shared
-   --enable-xcf
-   --enable-xpm
-   --enable-xv
-   $(use_enable webp)
-   --disable-webp-shared
-   )
-   ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
-}
-
-multilib_src_install() {
-   emake DESTDIR="${D}" install
-   multilib_is_native_abi && newbin .libs/showimage$(get_exeext) 
showimage2$(get_exeext)
-}
-
-multilib_src_install_all() {
-   dodoc {CHANGES,README}.txt
-   prune_libtool_files
-}



[gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-image/

2019-02-19 Thread Andreas Sturmlechner
commit: 7988b8f952dc9a90a56e703df0c0dcc6409bf713
Author: Roy Bamford  gentoo  org>
AuthorDate: Sun Feb 17 21:48:41 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Feb 19 18:04:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7988b8f9

media-libs/sdl2-image: added ~arm64

Package-Manager: Portage-2.3.60, Repoman-2.3.12

Signed-off-by: Roy Bamford  gentoo.org>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-libs/sdl2-image/sdl2-image-2.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/sdl2-image/sdl2-image-2.0.4.ebuild 
b/media-libs/sdl2-image/sdl2-image-2.0.4.ebuild
index de0aae6bd4b..4d91c235060 100644
--- a/media-libs/sdl2-image/sdl2-image-2.0.4.ebuild
+++ b/media-libs/sdl2-image/sdl2-image-2.0.4.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.libsdl.org/projects/SDL_image/release/${MY_P}.tar.gz;
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="gif jpeg png static-libs tiff webp"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-image/

2019-01-28 Thread Robin H. Johnson
commit: 5ccf46bf544047d02a5357dc2e1b82ee063fc653
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Mon Jan 28 07:33:50 2019 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Mon Jan 28 07:35:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ccf46bf

media-libs/sdl2-image: update libsdl2 dep for compile failure

sdl2-image used SDL_MAX_SINT32, which was only introduced in
libsdl2-2.0.7. Update [R]DEPEND to ensure successful compliation.

Fixes: https://bugs.gentoo.org/676618
Package-Manager: Portage-2.3.56, Repoman-2.3.12
Signed-off-by: Robin H. Johnson  gentoo.org>

 media-libs/sdl2-image/sdl2-image-2.0.3.ebuild | 4 ++--
 media-libs/sdl2-image/sdl2-image-2.0.4.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-libs/sdl2-image/sdl2-image-2.0.3.ebuild 
b/media-libs/sdl2-image/sdl2-image-2.0.3.ebuild
index f3a5ccfcb4b..bbb163c9f53 100644
--- a/media-libs/sdl2-image/sdl2-image-2.0.3.ebuild
+++ b/media-libs/sdl2-image/sdl2-image-2.0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -15,7 +15,7 @@ KEYWORDS="amd64 x86"
 IUSE="gif jpeg png static-libs tiff webp"
 
 RDEPEND="
-   >=media-libs/libsdl2-2.0.1-r1[${MULTILIB_USEDEP}]
+   >=media-libs/libsdl2-2.0.9[${MULTILIB_USEDEP}]
>=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
png? ( >=media-libs/libpng-1.6.10:0[${MULTILIB_USEDEP}] )
jpeg? ( >=virtual/jpeg-0-r2:0[${MULTILIB_USEDEP}] )

diff --git a/media-libs/sdl2-image/sdl2-image-2.0.4.ebuild 
b/media-libs/sdl2-image/sdl2-image-2.0.4.ebuild
index 46116260240..de0aae6bd4b 100644
--- a/media-libs/sdl2-image/sdl2-image-2.0.4.ebuild
+++ b/media-libs/sdl2-image/sdl2-image-2.0.4.ebuild
@@ -15,7 +15,7 @@ KEYWORDS="amd64 x86"
 IUSE="gif jpeg png static-libs tiff webp"
 
 RDEPEND="
-   >=media-libs/libsdl2-2.0.1-r1[${MULTILIB_USEDEP}]
+   >=media-libs/libsdl2-2.0.9[${MULTILIB_USEDEP}]
>=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
png? ( >=media-libs/libpng-1.6.10:0[${MULTILIB_USEDEP}] )
jpeg? ( >=virtual/jpeg-0-r2:0[${MULTILIB_USEDEP}] )



[gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-image/

2019-01-02 Thread Mikle Kolyada
commit: e6da57c6404cb4e24c152b306ea6369c1a74b391
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed Jan  2 10:04:33 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed Jan  2 10:04:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6da57c6

media-libs/sdl2-image: amd64 stable wrt bug #674132

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 media-libs/sdl2-image/sdl2-image-2.0.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/sdl2-image/sdl2-image-2.0.4.ebuild 
b/media-libs/sdl2-image/sdl2-image-2.0.4.ebuild
index 05661049907..46116260240 100644
--- a/media-libs/sdl2-image/sdl2-image-2.0.4.ebuild
+++ b/media-libs/sdl2-image/sdl2-image-2.0.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.libsdl.org/projects/SDL_image/release/${MY_P}.tar.gz;
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="gif jpeg png static-libs tiff webp"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-image/

2018-12-31 Thread Thomas Deutschmann
commit: 9bd6a32e37da08c1b593f978b023795fe9c10add
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Dec 31 16:35:22 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Dec 31 16:35:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bd6a32e

media-libs/sdl2-image: x86 stable (bug #674132)

Package-Manager: Portage-2.3.53, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann  gentoo.org>

 media-libs/sdl2-image/sdl2-image-2.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/sdl2-image/sdl2-image-2.0.4.ebuild 
b/media-libs/sdl2-image/sdl2-image-2.0.4.ebuild
index 08cadf24d1c..05661049907 100644
--- a/media-libs/sdl2-image/sdl2-image-2.0.4.ebuild
+++ b/media-libs/sdl2-image/sdl2-image-2.0.4.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.libsdl.org/projects/SDL_image/release/${MY_P}.tar.gz;
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="gif jpeg png static-libs tiff webp"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-image/

2018-11-02 Thread Lars Wendler
commit: 35cb76dcc66a42a8ba127b9478e6253f461f5a1c
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Nov  2 16:10:54 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Nov  2 16:11:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35cb76dc

media-libs/sdl2-image: Bump to version 2.0.4

Signed-off-by: Lars Wendler  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 media-libs/sdl2-image/Manifest|  1 +
 media-libs/sdl2-image/sdl2-image-2.0.4.ebuild | 61 +++
 2 files changed, 62 insertions(+)

diff --git a/media-libs/sdl2-image/Manifest b/media-libs/sdl2-image/Manifest
index a9d0151408d..75143329a7b 100644
--- a/media-libs/sdl2-image/Manifest
+++ b/media-libs/sdl2-image/Manifest
@@ -1 +1,2 @@
 DIST SDL2_image-2.0.3.tar.gz 8685512 BLAKE2B 
c54114f6573632561443bc57af8fe3ddbccc0bfcf027939685add7b06cb6999a5bc41119c474481047a7216ce6110a58a08571fefa6b5c80322f15f0c528ad6f
 SHA512 
869cf3485cc850a91dc1d7f0023f0497bc7bbfd63e721365358b19d19d4da850e52667731d0e5ec80f4a11d7687aa6cfbdd5ceaec956af0e7f5567e87535977a
+DIST SDL2_image-2.0.4.tar.gz 11682695 BLAKE2B 
5e2a456d770ab2b6b82d5573d9e6eed874b2b65fe3225287aef853b27f79251db4dae155721018c69f30e272d9cdd4a4f97db30ca93f63bc08e270019888edb6
 SHA512 
7320a5c9111908d402fbb0c12a49eb359a6db645c0c86839793ebb1a5b75eaca7c85eb96851f3a0b4a68a2f06363c8189555afd4f1048a4a41447370eddd7e6a

diff --git a/media-libs/sdl2-image/sdl2-image-2.0.4.ebuild 
b/media-libs/sdl2-image/sdl2-image-2.0.4.ebuild
new file mode 100644
index 000..08cadf24d1c
--- /dev/null
+++ b/media-libs/sdl2-image/sdl2-image-2.0.4.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit multilib multilib-minimal
+
+MY_P="SDL2_image-${PV}"
+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="~amd64 ~x86"
+IUSE="gif jpeg png static-libs tiff webp"
+
+RDEPEND="
+   >=media-libs/libsdl2-2.0.1-r1[${MULTILIB_USEDEP}]
+   >=sys-libs/zlib-1.2.8-r1[${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() {
+   local myeconfargs=(
+   $(use_enable static-libs static)
+   --disable-sdltest
+   --enable-bmp
+   $(use_enable gif)
+   $(use_enable jpeg jpg)
+   --disable-jpg-shared
+   --enable-lbm
+   --enable-pcx
+   $(use_enable png)
+   --disable-png-shared
+   --enable-pnm
+   --enable-tga
+   $(use_enable tiff tif)
+   --disable-tif-shared
+   --enable-xcf
+   --enable-xpm
+   --enable-xv
+   $(use_enable webp)
+   --disable-webp-shared
+   )
+   ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
+}
+
+multilib_src_install() {
+   emake DESTDIR="${D}" install
+   multilib_is_native_abi && newbin .libs/showimage$(get_exeext) 
showimage2$(get_exeext)
+}
+
+multilib_src_install_all() {
+   dodoc {CHANGES,README}.txt
+   find "${ED}" -name "*.la" -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-image/

2018-09-16 Thread Andreas Sturmlechner
commit: e5f5a0157f15433d0d3fa13c5d0dce99b490ecb2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Sep 16 14:51:33 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Sep 16 18:55:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5f5a015

media-libs/sdl2-image: Drop old

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 media-libs/sdl2-image/Manifest|  2 -
 media-libs/sdl2-image/sdl2-image-2.0.1.ebuild | 59 --
 media-libs/sdl2-image/sdl2-image-2.0.2.ebuild | 61 ---
 3 files changed, 122 deletions(-)

diff --git a/media-libs/sdl2-image/Manifest b/media-libs/sdl2-image/Manifest
index 1fd661d50f0..a9d0151408d 100644
--- a/media-libs/sdl2-image/Manifest
+++ b/media-libs/sdl2-image/Manifest
@@ -1,3 +1 @@
-DIST SDL2_image-2.0.1.tar.gz 7797848 BLAKE2B 
2be5fd9714c56040987a66107b49cac60659811fd95bc5b8f9e47196905870793bd258a75b8dad3a83bab50294a8ff5eac0f2132118d9f154019d884ce9cb184
 SHA512 
99ed5f7b69966cea5fcf9173e7270167c24b55ab459774f10dbf90f26dcb9d5f118971ffd4e583a83148976f44ca166474669398a561169d24ffba80f852306f
-DIST SDL2_image-2.0.2.tar.gz 8680980 BLAKE2B 
e8930872b572f296744a7a90cb61ee6d8b708b99cde19c2c354f5a3f8a16c3ec7669e21f54632fc4cd69d926e7e18066c89e309906128e6ed96c56a2bda0
 SHA512 
468f1a5aaee0b6920adb80df2141bfc5c642b4a00ac60244a90c5e9f27b092b73bcdd2c5520aa1de2759e8b174686b186a51f2d07e7e188ce2cd10519724
 DIST SDL2_image-2.0.3.tar.gz 8685512 BLAKE2B 
c54114f6573632561443bc57af8fe3ddbccc0bfcf027939685add7b06cb6999a5bc41119c474481047a7216ce6110a58a08571fefa6b5c80322f15f0c528ad6f
 SHA512 
869cf3485cc850a91dc1d7f0023f0497bc7bbfd63e721365358b19d19d4da850e52667731d0e5ec80f4a11d7687aa6cfbdd5ceaec956af0e7f5567e87535977a

diff --git a/media-libs/sdl2-image/sdl2-image-2.0.1.ebuild 
b/media-libs/sdl2-image/sdl2-image-2.0.1.ebuild
deleted file mode 100644
index 2a8330c5f9d..000
--- a/media-libs/sdl2-image/sdl2-image-2.0.1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils multilib multilib-minimal
-
-MY_P=SDL2_image-${PV}
-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="amd64 x86"
-IUSE="gif jpeg png static-libs tiff webp"
-
-RDEPEND="
-   >=media-libs/libsdl2-2.0.1-r1[${MULTILIB_USEDEP}]
-   >=sys-libs/zlib-1.2.8-r1[${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 \
-   $(use_enable static-libs static) \
-   --disable-sdltest \
-   --enable-bmp \
-   $(use_enable gif) \
-   $(use_enable jpeg jpg) \
-   --disable-jpg-shared \
-   --enable-lbm \
-   --enable-pcx \
-   $(use_enable png) \
-   --disable-png-shared \
-   --enable-pnm \
-   --enable-tga \
-   $(use_enable tiff tif) \
-   --disable-tif-shared \
-   --enable-xcf \
-   --enable-xpm \
-   --enable-xv \
-   $(use_enable webp) \
-   --disable-webp-shared
-}
-
-multilib_src_install() {
-   emake DESTDIR="${D}" install
-   multilib_is_native_abi && newbin .libs/showimage$(get_exeext) 
showimage2$(get_exeext)
-}
-
-multilib_src_install_all() {
-   dodoc {CHANGES,README}.txt
-   prune_libtool_files
-}

diff --git a/media-libs/sdl2-image/sdl2-image-2.0.2.ebuild 
b/media-libs/sdl2-image/sdl2-image-2.0.2.ebuild
deleted file mode 100644
index c3b1db99077..000
--- a/media-libs/sdl2-image/sdl2-image-2.0.2.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit ltprune multilib multilib-minimal
-
-MY_P="SDL2_image-${PV}"
-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="~amd64 ~x86"
-IUSE="gif jpeg png static-libs tiff webp"
-
-RDEPEND="
-   >=media-libs/libsdl2-2.0.1-r1[${MULTILIB_USEDEP}]
-   >=sys-libs/zlib-1.2.8-r1[${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? ( 

[gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-image/

2018-09-16 Thread Mikle Kolyada
commit: edfa82f677d31169788e2d5d2e5e7f8f24f95faf
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Sep 16 13:13:56 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Sep 16 13:13:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edfa82f6

media-libs/sdl2-image: amd64 stable wrt bug #665062

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-libs/sdl2-image/sdl2-image-2.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/sdl2-image/sdl2-image-2.0.3.ebuild 
b/media-libs/sdl2-image/sdl2-image-2.0.3.ebuild
index 6a2f4bd02d2..f3a5ccfcb4b 100644
--- a/media-libs/sdl2-image/sdl2-image-2.0.3.ebuild
+++ b/media-libs/sdl2-image/sdl2-image-2.0.3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.libsdl.org/projects/SDL_image/release/${MY_P}.tar.gz;
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="gif jpeg png static-libs tiff webp"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-image/

2018-09-08 Thread Thomas Deutschmann
commit: aa3a8c22c86d65799b0e41a52deb060b4458c713
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep  9 01:02:54 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Sep  9 01:11:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa3a8c22

media-libs/sdl2-image: x86 stable (bug #665062)

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 media-libs/sdl2-image/sdl2-image-2.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/sdl2-image/sdl2-image-2.0.3.ebuild 
b/media-libs/sdl2-image/sdl2-image-2.0.3.ebuild
index b2ec369b489..6a2f4bd02d2 100644
--- a/media-libs/sdl2-image/sdl2-image-2.0.3.ebuild
+++ b/media-libs/sdl2-image/sdl2-image-2.0.3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.libsdl.org/projects/SDL_image/release/${MY_P}.tar.gz;
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="gif jpeg png static-libs tiff webp"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-image/

2018-03-05 Thread Lars Wendler
commit: 74ac211557ae781e20d82399b054c24767ebfe5e
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Mar  5 08:47:15 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Mar  5 08:47:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74ac2115

media-libs/sdl2-image: Bump to version 2.0.3

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 media-libs/sdl2-image/Manifest|  1 +
 media-libs/sdl2-image/sdl2-image-2.0.3.ebuild | 61 +++
 2 files changed, 62 insertions(+)

diff --git a/media-libs/sdl2-image/Manifest b/media-libs/sdl2-image/Manifest
index 79405afb5b4..1fd661d50f0 100644
--- a/media-libs/sdl2-image/Manifest
+++ b/media-libs/sdl2-image/Manifest
@@ -1,2 +1,3 @@
 DIST SDL2_image-2.0.1.tar.gz 7797848 BLAKE2B 
2be5fd9714c56040987a66107b49cac60659811fd95bc5b8f9e47196905870793bd258a75b8dad3a83bab50294a8ff5eac0f2132118d9f154019d884ce9cb184
 SHA512 
99ed5f7b69966cea5fcf9173e7270167c24b55ab459774f10dbf90f26dcb9d5f118971ffd4e583a83148976f44ca166474669398a561169d24ffba80f852306f
 DIST SDL2_image-2.0.2.tar.gz 8680980 BLAKE2B 
e8930872b572f296744a7a90cb61ee6d8b708b99cde19c2c354f5a3f8a16c3ec7669e21f54632fc4cd69d926e7e18066c89e309906128e6ed96c56a2bda0
 SHA512 
468f1a5aaee0b6920adb80df2141bfc5c642b4a00ac60244a90c5e9f27b092b73bcdd2c5520aa1de2759e8b174686b186a51f2d07e7e188ce2cd10519724
+DIST SDL2_image-2.0.3.tar.gz 8685512 BLAKE2B 
c54114f6573632561443bc57af8fe3ddbccc0bfcf027939685add7b06cb6999a5bc41119c474481047a7216ce6110a58a08571fefa6b5c80322f15f0c528ad6f
 SHA512 
869cf3485cc850a91dc1d7f0023f0497bc7bbfd63e721365358b19d19d4da850e52667731d0e5ec80f4a11d7687aa6cfbdd5ceaec956af0e7f5567e87535977a

diff --git a/media-libs/sdl2-image/sdl2-image-2.0.3.ebuild 
b/media-libs/sdl2-image/sdl2-image-2.0.3.ebuild
new file mode 100644
index 000..b2ec369b489
--- /dev/null
+++ b/media-libs/sdl2-image/sdl2-image-2.0.3.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit ltprune multilib multilib-minimal
+
+MY_P="SDL2_image-${PV}"
+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="~amd64 ~x86"
+IUSE="gif jpeg png static-libs tiff webp"
+
+RDEPEND="
+   >=media-libs/libsdl2-2.0.1-r1[${MULTILIB_USEDEP}]
+   >=sys-libs/zlib-1.2.8-r1[${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() {
+   local myeconfargs=(
+   $(use_enable static-libs static)
+   --disable-sdltest
+   --enable-bmp
+   $(use_enable gif)
+   $(use_enable jpeg jpg)
+   --disable-jpg-shared
+   --enable-lbm
+   --enable-pcx
+   $(use_enable png)
+   --disable-png-shared
+   --enable-pnm
+   --enable-tga
+   $(use_enable tiff tif)
+   --disable-tif-shared
+   --enable-xcf
+   --enable-xpm
+   --enable-xv
+   $(use_enable webp)
+   --disable-webp-shared
+   )
+   ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
+}
+
+multilib_src_install() {
+   emake DESTDIR="${D}" install
+   multilib_is_native_abi && newbin .libs/showimage$(get_exeext) 
showimage2$(get_exeext)
+}
+
+multilib_src_install_all() {
+   dodoc {CHANGES,README}.txt
+   prune_libtool_files
+}



[gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-image/

2017-10-25 Thread Lars Wendler
commit: d695cf1063fcbea735a021cc83547c1f3240ef98
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Oct 25 07:41:47 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Oct 25 07:47:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d695cf10

media-libs/sdl2-image: Bump to version 2.0.2

Package-Manager: Portage-2.3.12, Repoman-2.3.3

 media-libs/sdl2-image/Manifest|  1 +
 media-libs/sdl2-image/sdl2-image-2.0.2.ebuild | 61 +++
 2 files changed, 62 insertions(+)

diff --git a/media-libs/sdl2-image/Manifest b/media-libs/sdl2-image/Manifest
index 3fe572f69ca..d27a71d230f 100644
--- a/media-libs/sdl2-image/Manifest
+++ b/media-libs/sdl2-image/Manifest
@@ -1 +1,2 @@
 DIST SDL2_image-2.0.1.tar.gz 7797848 SHA256 
3a3eafbceea5125c04be585373bfd8b3a18f259bd7eae3efc4e6d8e60e0d7f64 SHA512 
99ed5f7b69966cea5fcf9173e7270167c24b55ab459774f10dbf90f26dcb9d5f118971ffd4e583a83148976f44ca166474669398a561169d24ffba80f852306f
 WHIRLPOOL 
ba4a78ae19ba1921b0d11208f93390cc0ec31aed86f302c2b8d4ac8c55a8e783c29a3180d8557309b2874d74a081734256e9cb0d8215b369090abddf64bd0a7c
+DIST SDL2_image-2.0.2.tar.gz 8680980 SHA256 
72df075aef91fc4585098ea7e0b072d416ec7599aa10473719fbe51e9b8f6ce8 SHA512 
468f1a5aaee0b6920adb80df2141bfc5c642b4a00ac60244a90c5e9f27b092b73bcdd2c5520aa1de2759e8b174686b186a51f2d07e7e188ce2cd10519724
 WHIRLPOOL 
7ff628bd65b70663c42537d31877f8929ca317a8ab71c64c72522a92b86906a7774dcdc60e57ca4f5e67204fe4bf134c64fd9006366ea32c0ab481b0f9e5b9d7

diff --git a/media-libs/sdl2-image/sdl2-image-2.0.2.ebuild 
b/media-libs/sdl2-image/sdl2-image-2.0.2.ebuild
new file mode 100644
index 000..c3b1db99077
--- /dev/null
+++ b/media-libs/sdl2-image/sdl2-image-2.0.2.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit ltprune multilib multilib-minimal
+
+MY_P="SDL2_image-${PV}"
+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="~amd64 ~x86"
+IUSE="gif jpeg png static-libs tiff webp"
+
+RDEPEND="
+   >=media-libs/libsdl2-2.0.1-r1[${MULTILIB_USEDEP}]
+   >=sys-libs/zlib-1.2.8-r1[${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() {
+   local myeconfargs=(
+   $(use_enable static-libs static)
+   --disable-sdltest
+   --enable-bmp
+   $(use_enable gif)
+   $(use_enable jpeg jpg)
+   --disable-jpg-shared
+   --enable-lbm
+   --enable-pcx
+   $(use_enable png)
+   --disable-png-shared
+   --enable-pnm
+   --enable-tga
+   $(use_enable tiff tif)
+   --disable-tif-shared
+   --enable-xcf
+   --enable-xpm
+   --enable-xv
+   $(use_enable webp)
+   --disable-webp-shared
+   )
+   ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
+}
+
+multilib_src_install() {
+   emake DESTDIR="${D}" install
+   multilib_is_native_abi && newbin .libs/showimage$(get_exeext) 
showimage2$(get_exeext)
+}
+
+multilib_src_install_all() {
+   dodoc {CHANGES,README}.txt
+   prune_libtool_files
+}



[gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-image/

2017-05-20 Thread James Le Cuirot
commit: dc12c7291c5668145eb38b6cef2ae942d264feb0
Author: Marty Plummer  gmail  com>
AuthorDate: Sat May 20 06:18:05 2017 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat May 20 07:43:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc12c729

media-libs/sdl2-image: fix mingw-w64 build

Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4685

 media-libs/sdl2-image/sdl2-image-2.0.1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-libs/sdl2-image/sdl2-image-2.0.1.ebuild 
b/media-libs/sdl2-image/sdl2-image-2.0.1.ebuild
index 13d73153d9e..2a8330c5f9d 100644
--- a/media-libs/sdl2-image/sdl2-image-2.0.1.ebuild
+++ b/media-libs/sdl2-image/sdl2-image-2.0.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-inherit eutils multilib-minimal
+inherit eutils multilib multilib-minimal
 
 MY_P=SDL2_image-${PV}
 DESCRIPTION="Image file loading library"
@@ -50,7 +50,7 @@ multilib_src_configure() {
 
 multilib_src_install() {
emake DESTDIR="${D}" install
-   multilib_is_native_abi && newbin .libs/showimage showimage2
+   multilib_is_native_abi && newbin .libs/showimage$(get_exeext) 
showimage2$(get_exeext)
 }
 
 multilib_src_install_all() {



[gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-image/

2016-02-15 Thread Michael Sterrett
commit: e65e440875bf1e218cc2cf5083fa73cde331dc99
Author: Michael Sterrett  gentoo  org>
AuthorDate: Tue Feb 16 00:49:55 2016 +
Commit: Michael Sterrett  gentoo  org>
CommitDate: Tue Feb 16 01:37:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e65e4408

media-libs/sdl2-image: clean old

Package-Manager: portage-2.2.26

 media-libs/sdl2-image/Manifest   |  1 -
 media-libs/sdl2-image/sdl2-image-2.0.0-r1.ebuild | 60 
 2 files changed, 61 deletions(-)

diff --git a/media-libs/sdl2-image/Manifest b/media-libs/sdl2-image/Manifest
index 146403b..3fe572f 100644
--- a/media-libs/sdl2-image/Manifest
+++ b/media-libs/sdl2-image/Manifest
@@ -1,2 +1 @@
-DIST SDL2_image-2.0.0.tar.gz 8398016 SHA256 
b29815c73b17633baca9f07113e8ac476ae66412dec0d29a5045825c27a47234 SHA512 
300ff078c4c9a74ccc143692630e9c97e25a223bf80661cd5e7d684a25c6ad7760b20778d492d6cc41521dcd2a00e4a76947cf6dffc679fdbd54f430b3906ea6
 WHIRLPOOL 
d2b89f0bcb25eeda168a6a4622777f3d9bd6343dc1f87f50aec69afb85fef71dc28e56ed29e30d906ff999f291cf3ec887d20f471bd870eb734f273fd68b4303
 DIST SDL2_image-2.0.1.tar.gz 7797848 SHA256 
3a3eafbceea5125c04be585373bfd8b3a18f259bd7eae3efc4e6d8e60e0d7f64 SHA512 
99ed5f7b69966cea5fcf9173e7270167c24b55ab459774f10dbf90f26dcb9d5f118971ffd4e583a83148976f44ca166474669398a561169d24ffba80f852306f
 WHIRLPOOL 
ba4a78ae19ba1921b0d11208f93390cc0ec31aed86f302c2b8d4ac8c55a8e783c29a3180d8557309b2874d74a081734256e9cb0d8215b369090abddf64bd0a7c

diff --git a/media-libs/sdl2-image/sdl2-image-2.0.0-r1.ebuild 
b/media-libs/sdl2-image/sdl2-image-2.0.0-r1.ebuild
deleted file mode 100644
index 973dce6..000
--- a/media-libs/sdl2-image/sdl2-image-2.0.0-r1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit eutils multilib-minimal
-
-MY_P=SDL2_image-${PV}
-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="amd64 x86"
-IUSE="gif jpeg png static-libs tiff webp"
-
-RDEPEND="
-   >=media-libs/libsdl2-2.0.1-r1[${MULTILIB_USEDEP}]
-   >=sys-libs/zlib-1.2.8-r1[${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 \
-   $(use_enable static-libs static) \
-   --disable-sdltest \
-   --enable-bmp \
-   $(use_enable gif) \
-   $(use_enable jpeg jpg) \
-   --disable-jpg-shared \
-   --enable-lbm \
-   --enable-pcx \
-   $(use_enable png) \
-   --disable-png-shared \
-   --enable-pnm \
-   --enable-tga \
-   $(use_enable tiff tif) \
-   --disable-tif-shared \
-   --enable-xcf \
-   --enable-xpm \
-   --enable-xv \
-   $(use_enable webp) \
-   --disable-webp-shared
-}
-
-multilib_src_install() {
-   emake DESTDIR="${D}" install
-   multilib_is_native_abi && newbin .libs/showimage showimage2
-}
-
-multilib_src_install_all() {
-   dodoc {CHANGES,README}.txt
-   use static-libs || prune_libtool_files
-}



[gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-image/

2016-02-13 Thread Agostino Sarubbo
commit: 873cd3ed39c27e139bd35109a9ec688cef246dfe
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Feb 13 15:30:33 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Feb 13 15:30:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=873cd3ed

media-libs/sdl2-image: amd64 stable wrt bug #573738

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-libs/sdl2-image/sdl2-image-2.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/sdl2-image/sdl2-image-2.0.1.ebuild 
b/media-libs/sdl2-image/sdl2-image-2.0.1.ebuild
index 0cb8803..2a051c2 100644
--- a/media-libs/sdl2-image/sdl2-image-2.0.1.ebuild
+++ b/media-libs/sdl2-image/sdl2-image-2.0.1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="http://www.libsdl.org/projects/SDL_image/release/${MY_P}.tar.gz;
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="gif jpeg png static-libs tiff webp"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-image/

2016-01-03 Thread Michael Sterrett
commit: 5f594329d081dfc4d1db0c4ba4a55d451277f691
Author: Michael Sterrett  gentoo  org>
AuthorDate: Mon Jan  4 02:51:42 2016 +
Commit: Michael Sterrett  gentoo  org>
CommitDate: Mon Jan  4 02:51:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f594329

media-libs/sdl2-image: version bump

Package-Manager: portage-2.2.24

 media-libs/sdl2-image/Manifest|  1 +
 media-libs/sdl2-image/sdl2-image-2.0.1.ebuild | 60 +++
 2 files changed, 61 insertions(+)

diff --git a/media-libs/sdl2-image/Manifest b/media-libs/sdl2-image/Manifest
index b880e2f..146403b 100644
--- a/media-libs/sdl2-image/Manifest
+++ b/media-libs/sdl2-image/Manifest
@@ -1 +1,2 @@
 DIST SDL2_image-2.0.0.tar.gz 8398016 SHA256 
b29815c73b17633baca9f07113e8ac476ae66412dec0d29a5045825c27a47234 SHA512 
300ff078c4c9a74ccc143692630e9c97e25a223bf80661cd5e7d684a25c6ad7760b20778d492d6cc41521dcd2a00e4a76947cf6dffc679fdbd54f430b3906ea6
 WHIRLPOOL 
d2b89f0bcb25eeda168a6a4622777f3d9bd6343dc1f87f50aec69afb85fef71dc28e56ed29e30d906ff999f291cf3ec887d20f471bd870eb734f273fd68b4303
+DIST SDL2_image-2.0.1.tar.gz 7797848 SHA256 
3a3eafbceea5125c04be585373bfd8b3a18f259bd7eae3efc4e6d8e60e0d7f64 SHA512 
99ed5f7b69966cea5fcf9173e7270167c24b55ab459774f10dbf90f26dcb9d5f118971ffd4e583a83148976f44ca166474669398a561169d24ffba80f852306f
 WHIRLPOOL 
ba4a78ae19ba1921b0d11208f93390cc0ec31aed86f302c2b8d4ac8c55a8e783c29a3180d8557309b2874d74a081734256e9cb0d8215b369090abddf64bd0a7c

diff --git a/media-libs/sdl2-image/sdl2-image-2.0.1.ebuild 
b/media-libs/sdl2-image/sdl2-image-2.0.1.ebuild
new file mode 100644
index 000..0cb8803
--- /dev/null
+++ b/media-libs/sdl2-image/sdl2-image-2.0.1.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit eutils multilib-minimal
+
+MY_P=SDL2_image-${PV}
+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="~amd64 ~x86"
+IUSE="gif jpeg png static-libs tiff webp"
+
+RDEPEND="
+   >=media-libs/libsdl2-2.0.1-r1[${MULTILIB_USEDEP}]
+   >=sys-libs/zlib-1.2.8-r1[${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 \
+   $(use_enable static-libs static) \
+   --disable-sdltest \
+   --enable-bmp \
+   $(use_enable gif) \
+   $(use_enable jpeg jpg) \
+   --disable-jpg-shared \
+   --enable-lbm \
+   --enable-pcx \
+   $(use_enable png) \
+   --disable-png-shared \
+   --enable-pnm \
+   --enable-tga \
+   $(use_enable tiff tif) \
+   --disable-tif-shared \
+   --enable-xcf \
+   --enable-xpm \
+   --enable-xv \
+   $(use_enable webp) \
+   --disable-webp-shared
+}
+
+multilib_src_install() {
+   emake DESTDIR="${D}" install
+   multilib_is_native_abi && newbin .libs/showimage showimage2
+}
+
+multilib_src_install_all() {
+   dodoc {CHANGES,README}.txt
+   prune_libtool_files
+}