From 86bf92f78eb9b922f52c2e23239a0b66fa2b4ed9 Mon Sep 17 00:00:00 2001 From: alwayslivid Date: Sun, 12 Jan 2020 17:29:25 +0200 Subject: [PATCH] grafx2: cleaned up libSDL* dependencies (#4556) * grafx2: cleaned up libSDL* dependencies --- media-gfx/grafx2/grafx2-2.6.recipe | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/media-gfx/grafx2/grafx2-2.6.recipe b/media-gfx/grafx2/grafx2-2.6.recipe index 8b52b1308..9919c71c5 100644 --- a/media-gfx/grafx2/grafx2-2.6.recipe +++ b/media-gfx/grafx2/grafx2-2.6.recipe @@ -8,7 +8,7 @@ HOMEPAGE="http://grafx2.tk" COPYRIGHT="1995-2001 Sunset Design 2007-2019 GrafX2 project team" LICENSE="GNU GPL v2" -REVISION="2" +REVISION="3" SOURCE_URI="https://gitlab.com/GrafX2/grafX2/-/archive/v$portVersion/grafX2-v$portVersion.tar.bz2" SOURCE_DIR="grafX2-v$portVersion" CHECKSUM_SHA256="a672d381df55a8180febb005cbafbbfc87b8f7eeec9743acdc33214cc59a2e00" @@ -26,9 +26,9 @@ REQUIRES=" lib:libjpeg lib:liblua lib:libpng16 - lib:libsdl - lib:libsdl_image - lib:libsdl_ttf + lib:libSDL_1.2 + lib:libSDL_image_1.2 + lib:libSDL_ttf_2.0 lib:libtiff lib:libz " @@ -40,9 +40,9 @@ BUILD_REQUIRES=" devel:libjpeg devel:liblua devel:libpng16 - devel:libsdl - devel:libsdl_image - devel:libsdl_ttf + devel:libSDL_1.2 + devel:libSDL_image_1.2 + devel:libSDL_ttf_2.0 devel:libtiff devel:libz "