From 90ec9db0d9b5a44a11b60326add4df5f466fc744 Mon Sep 17 00:00:00 2001 From: Panagiotis Vasilopoulos Date: Thu, 16 Jan 2020 17:21:03 +0200 Subject: [PATCH] pygame: fix references to libSDL* (#4548) --- dev-python/pygame/python_pygame-1.9.4.recipe | 22 ++++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/dev-python/pygame/python_pygame-1.9.4.recipe b/dev-python/pygame/python_pygame-1.9.4.recipe index a65d4f170..c23069c0e 100644 --- a/dev-python/pygame/python_pygame-1.9.4.recipe +++ b/dev-python/pygame/python_pygame-1.9.4.recipe @@ -8,7 +8,7 @@ COPYRIGHT="2000-2004, 2007 Pete Shinners 2007 Richard Goedeken 2007-2008 Marcus von Appen" LICENSE="GNU LGPL v2.1" -REVISION="2" +REVISION="3" SOURCE_URI="https://files.pythonhosted.org/packages/source/p/pygame/pygame-$portVersion.tar.gz" CHECKSUM_SHA256="700d1781c999af25d11bfd1f3e158ebb660f72ebccb2040ecafe5069d0b2c0b6" SOURCE_DIR="pygame-$portVersion" @@ -24,11 +24,11 @@ REQUIRES=" lib:libfreetype lib:libjpeg lib:libpng16 - lib:libsdl - lib:libsdl_gfx - lib:libsdl_image - lib:libsdl_mixer - lib:libsdl_ttf + lib:libSDL_1.2 + lib:libSDL_gfx + lib:libSDL_image_1.2 + lib:libSDL_mixer_1.2 + lib:libSDL_ttf_2.0 lib:libsmpeg_0.4 " # portmidi @@ -40,11 +40,11 @@ BUILD_REQUIRES=" devel:libfreetype devel:libjpeg devel:libpng16 - devel:libsdl - devel:libsdl_gfx - devel:libsdl_image - devel:libsdl_mixer - devel:libsdl_ttf + devel:libSDL_1.2 + devel:libSDL_gfx + devel:libSDL_image_1.2 + devel:libSDL_mixer_1.2 + devel:libSDL_ttf_2.0 devel:libsmpeg_0.4 " BUILD_PREREQUIRES="