From f68546adda49333840a717fee6ca6eec854c626a Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Fri, 1 Nov 2013 16:45:12 -0700 Subject: [PATCH] Fixed devel for sdl_ttf and sdl_mixer so that they are now detected and built if needed by higher level package. --- media-libs/sdl_mixer/sdl_mixer-1.2.12.recipe | 4 +++- media-libs/sdl_ttf/sdl_ttf-2.0.11.recipe | 6 ++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/media-libs/sdl_mixer/sdl_mixer-1.2.12.recipe b/media-libs/sdl_mixer/sdl_mixer-1.2.12.recipe index 9e3b4f3c5..a6e8e381b 100644 --- a/media-libs/sdl_mixer/sdl_mixer-1.2.12.recipe +++ b/media-libs/sdl_mixer/sdl_mixer-1.2.12.recipe @@ -69,7 +69,8 @@ INSTALL() { make install - prepareInstalledDevelLib libSDL_mixer + prepareInstalledDevelLibs libSDL_mixer \ + libSDL_mixer-1.2 fixPkgconfig packageEntries devel \ @@ -78,6 +79,7 @@ INSTALL() PROVIDES_devel=" sdl_mixer${secondaryArchSuffix}_devel = $portVersion compat >= 1.2 + devel:sdl_mixer$secondaryArchSuffix = 1.2.12 compat >= 1.2 devel:libSDL_mixer$secondaryArchSuffix = 1.2_0.12.0 compat >= 0 devel:libSDL_mixer_1.2$secondaryArchSuffix = 0.12.0 compat >= 0 " diff --git a/media-libs/sdl_ttf/sdl_ttf-2.0.11.recipe b/media-libs/sdl_ttf/sdl_ttf-2.0.11.recipe index cfc785882..f4756f5ce 100644 --- a/media-libs/sdl_ttf/sdl_ttf-2.0.11.recipe +++ b/media-libs/sdl_ttf/sdl_ttf-2.0.11.recipe @@ -60,7 +60,8 @@ INSTALL() { make install - prepareInstalledDevelLib libSDL_ttf + prepareInstalledDevelLibs libSDL_ttf \ + libSDL_ttf-2.0 fixPkgconfig packageEntries devel \ @@ -68,7 +69,8 @@ INSTALL() } PROVIDES_devel=" - sdl_ttf${secondaryArchSuffix}_devel = 2.0.11 compat >= 1.2 + sdl_ttf${secondaryArchSuffix}_devel = 2.0.11 compat >= 1.2 + devel:sdl_ttf$secondaryArchSuffix = 2.0.11 compat >= 1.2 devel:libSDL_ttf$secondaryArchSuffix = 2.0_0.10.1 compat >= 2.0_0 devel:libSDL_ttf_2.0$secondaryArchSuffix = 0.10.1 compat >= 0 "