Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 764530

Summary: app-emulation/vice-3.5 should depend on media-libs/sdl2-image-2.0.5 while USE=+sdl
Product: Gentoo Linux Reporter: Jan Psota <jasiupsota>
Component: Current packagesAssignee: Gentoo Games <games>
Status: RESOLVED FIXED    
Severity: normal CC: jstein, sam
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Jan Psota 2021-01-09 02:46:59 UTC
New vice does not compile without media-libs/sdl2-image (I have 2.0.5) when sdl flag is set.
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-01-09 03:00:32 UTC
A log would be nice just to make it easier to fix.
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-01-09 03:07:41 UTC
Woo:

      dnl Require SDL2_image
      PKG_CHECK_MODULES(SDL2_IMAGE,
                       	[SDL2_image >= 2.0.0],
                       	[have_sdl2_image=yes],
                       	[have_sdl2_image=no; AC_MSG_RESULT([no])])
      if test x"$have_sdl2_image" = "xyes"; then
       	LIBS="$LIBS -lSDL2_image"
      else
       	AC_MSG_ERROR([SDL2_image-dev is required.])
      fi
Comment 3 Larry the Git Cow gentoo-dev 2021-01-09 03:09:55 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=962669a6ce8895201cd8081acfe995b4c7d219d3

commit 962669a6ce8895201cd8081acfe995b4c7d219d3
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-01-09 03:09:40 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-01-09 03:09:40 +0000

    app-emulation/vice: add sdl2-image dep
    
    Closes: https://bugs.gentoo.org/764530
    Package-Manager: Portage-3.0.12, Repoman-3.0.2
    Signed-off-by: Sam James <sam@gentoo.org>

 app-emulation/vice/vice-3.5.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
Comment 4 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-01-09 03:10:04 UTC
Thanks!
Comment 5 Jan Psota 2021-01-09 09:45:53 UTC
You are welcome :-)