From aebc4eeb74d1deae6e962f677c49eb0ae811e786 Mon Sep 17 00:00:00 2001 From: Alexander von Gluck IV Date: Fri, 18 Oct 2013 17:12:57 -0500 Subject: [PATCH] libsdl: Fix recipe build * Correct dependencies and provides. --- media-libs/libsdl/libsdl-1.2.15.recipe | 29 ++++++++++++++++---------- 1 file changed, 18 insertions(+), 11 deletions(-) diff --git a/media-libs/libsdl/libsdl-1.2.15.recipe b/media-libs/libsdl/libsdl-1.2.15.recipe index 94990c4f0..bc09d01e5 100644 --- a/media-libs/libsdl/libsdl-1.2.15.recipe +++ b/media-libs/libsdl/libsdl-1.2.15.recipe @@ -11,27 +11,34 @@ ARCHITECTURES="x86 x86_gcc2" PROVIDES=" libsdl = $portVersion compat >= 1.2 - lib:libsdl = $portVersion compat >= 1.2 - lib:libSDL = $portVersion compat >= 1.2 + lib:libSDL = 0.11.4 compat >= 0.11 lib:libSDL_1.2 = 0.11.4 compat >= 0.11 " REQUIRES=" - haiku - lib:libGLU - " -BUILD_REQUIRES=" + haiku$secondaryArchSuffix >= $haikuVersion +# lib:libGL + lib:libglu lib:libpng lib:libjpeg lib:libtiff " + +BUILD_REQUIRES=" +# devel:mesa + devel:libglu + devel:libpng + devel:libjpeg +# devel:libtiff + " + BUILD_PREREQUIRES=" - haiku_devel - cmd:aclocal + haiku${secondaryArchSuffix}_devel >= $haikuVersion cmd:autoconf + cmd:libtool + cmd:aclocal + cmd:make cmd:gcc cmd:ld - cmd:libtool - cmd:make " SOURCE_DIR="SDL-$portVersion" @@ -143,9 +150,9 @@ TEST() PROVIDES_devel=" cmd:sdl_config = $portVersion compat >= 1.2 - devel:libSDL_1.2 = 0.11.4 compat >= 0.11 devel:libSDL = 0.11.4 compat >= 0.11 devel:libSDLmain = 0.11.4 compat >= 0.11 + devel:libSDL_1.2 = 0.11.4 compat >= 0.11 " REQUIRES_devel="