From 45f55b304021df879ccc919c6bdb5ec58e9ae513 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Wed, 2 May 2018 17:48:21 +0200 Subject: media-libs/sdl-image: Add := on media-libs/libwebp Add a subslot rebuild operator on media-libs/libwebp. This package has incompatible ABI changes since last sdl-image bump, and upstream apparently fails to bump SONAME. --- media-libs/sdl-image/sdl-image-1.2.12-r1.ebuild | 58 ------------------------- media-libs/sdl-image/sdl-image-1.2.12-r2.ebuild | 58 +++++++++++++++++++++++++ 2 files changed, 58 insertions(+), 58 deletions(-) delete mode 100644 media-libs/sdl-image/sdl-image-1.2.12-r1.ebuild create mode 100644 media-libs/sdl-image/sdl-image-1.2.12-r2.ebuild diff --git a/media-libs/sdl-image/sdl-image-1.2.12-r1.ebuild b/media-libs/sdl-image/sdl-image-1.2.12-r1.ebuild deleted file mode 100644 index 540b0e286e8a..000000000000 --- a/media-libs/sdl-image/sdl-image-1.2.12-r1.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils multilib-minimal - -MY_P="${P/sdl-/SDL_}" -DESCRIPTION="image file loading library" -HOMEPAGE="http://www.libsdl.org/projects/SDL_image/" -SRC_URI="http://www.libsdl.org/projects/SDL_image/release/${MY_P}.tar.gz" - -LICENSE="ZLIB" -SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" -IUSE="gif jpeg png static-libs tiff webp" - -RDEPEND=" - >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] - >=media-libs/libsdl-1.2.15-r4[${MULTILIB_USEDEP}] - png? ( >=media-libs/libpng-1.6.10:0[${MULTILIB_USEDEP}] ) - jpeg? ( >=virtual/jpeg-0-r2:0[${MULTILIB_USEDEP}] ) - tiff? ( >=media-libs/tiff-3.9.7-r1:0[${MULTILIB_USEDEP}] ) - webp? ( >=media-libs/libwebp-0.3.0[${MULTILIB_USEDEP}] )" -DEPEND="${RDEPEND}" - -S=${WORKDIR}/${MY_P} - -multilib_src_configure() { - ECONF_SOURCE="${S}" econf \ - --disable-jpg-shared \ - --disable-png-shared \ - --disable-tif-shared \ - --disable-webp-shared \ - $(use_enable static-libs static) \ - $(use_enable gif) \ - $(use_enable jpeg jpg) \ - $(use_enable tiff tif) \ - $(use_enable png) \ - $(use_enable webp) \ - --enable-bmp \ - --enable-lbm \ - --enable-pcx \ - --enable-pnm \ - --enable-tga \ - --enable-xcf \ - --enable-xpm \ - --enable-xv -} - -multilib_src_install() { - emake DESTDIR="${D}" install - dobin .libs/showimage -} - -multilib_src_install_all() { - dodoc CHANGES README - use static-libs || prune_libtool_files --all -} diff --git a/media-libs/sdl-image/sdl-image-1.2.12-r2.ebuild b/media-libs/sdl-image/sdl-image-1.2.12-r2.ebuild new file mode 100644 index 000000000000..6a9bc4aa1f1a --- /dev/null +++ b/media-libs/sdl-image/sdl-image-1.2.12-r2.ebuild @@ -0,0 +1,58 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +inherit eutils multilib-minimal + +MY_P="${P/sdl-/SDL_}" +DESCRIPTION="image file loading library" +HOMEPAGE="http://www.libsdl.org/projects/SDL_image/" +SRC_URI="http://www.libsdl.org/projects/SDL_image/release/${MY_P}.tar.gz" + +LICENSE="ZLIB" +SLOT="0" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +IUSE="gif jpeg png static-libs tiff webp" + +RDEPEND=" + >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] + >=media-libs/libsdl-1.2.15-r4[${MULTILIB_USEDEP}] + png? ( >=media-libs/libpng-1.6.10:0[${MULTILIB_USEDEP}] ) + jpeg? ( >=virtual/jpeg-0-r2:0[${MULTILIB_USEDEP}] ) + tiff? ( >=media-libs/tiff-3.9.7-r1:0[${MULTILIB_USEDEP}] ) + webp? ( >=media-libs/libwebp-0.3.0:=[${MULTILIB_USEDEP}] )" +DEPEND="${RDEPEND}" + +S=${WORKDIR}/${MY_P} + +multilib_src_configure() { + ECONF_SOURCE="${S}" econf \ + --disable-jpg-shared \ + --disable-png-shared \ + --disable-tif-shared \ + --disable-webp-shared \ + $(use_enable static-libs static) \ + $(use_enable gif) \ + $(use_enable jpeg jpg) \ + $(use_enable tiff tif) \ + $(use_enable png) \ + $(use_enable webp) \ + --enable-bmp \ + --enable-lbm \ + --enable-pcx \ + --enable-pnm \ + --enable-tga \ + --enable-xcf \ + --enable-xpm \ + --enable-xv +} + +multilib_src_install() { + emake DESTDIR="${D}" install + dobin .libs/showimage +} + +multilib_src_install_all() { + dodoc CHANGES README + use static-libs || prune_libtool_files --all +} -- cgit v1.2.3-65-gdbad