From bf86eaff3eff312d595512df3fb69ed2daff33a6 Mon Sep 17 00:00:00 2001 From: alwayslivid Date: Sun, 12 Jan 2020 17:10:12 +0200 Subject: [PATCH] t4k_common: cleaned up libSDL* dependencies (#4558) * t4k_common: cleaned up libSDL* dependencies --- dev-games/t4k_common/t4k_common-0.1.1.recipe | 28 ++++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/dev-games/t4k_common/t4k_common-0.1.1.recipe b/dev-games/t4k_common/t4k_common-0.1.1.recipe index 0b6a56b0b..da5539aa8 100644 --- a/dev-games/t4k_common/t4k_common-0.1.1.recipe +++ b/dev-games/t4k_common/t4k_common-0.1.1.recipe @@ -3,7 +3,7 @@ DESCRIPTION="t4k_common, a library of code shared between tuxmath and tuxtype" HOMEPAGE="http://tux4kids.alioth.debian.org/" COPYRIGHT="2007 Free Software Foundation, Inc." LICENSE="GNU GPL v2" -REVISION="2" +REVISION="3" SOURCE_URI="https://downloads.sourceforge.net/project/tuxmath/t4k_common/t4k_common-0.1.1.tar.gz" CHECKSUM_SHA256="42c155816dae2c5dad560faa50edaa1ca84536530283d37859c4b91e82675110" PATCHES="t4k_common-$portVersion.patchset" @@ -23,12 +23,12 @@ REQUIRES=" lib:libiconv$secondaryArchSuffix lib:libintl$secondaryArchSuffix lib:libpng16$secondaryArchSuffix - lib:libsdl$secondaryArchSuffix - lib:libsdl_image$secondaryArchSuffix - lib:libsdl_mixer$secondaryArchSuffix - lib:libsdl_net_1.2$secondaryArchSuffix - lib:libsdl_pango$secondaryArchSuffix - lib:libsdl_ttf$secondaryArchSuffix + lib:libSDL_1.2$secondaryArchSuffix + lib:libSDL_image_1.2$secondaryArchSuffix + lib:libSDL_mixer_1.2$secondaryArchSuffix + lib:libSDL_net_1.2$secondaryArchSuffix + lib:libSDL_pango$secondaryArchSuffix + lib:libSDL_ttf_2.0$secondaryArchSuffix lib:libxml2$secondaryArchSuffix lib:libz$secondaryArchSuffix " @@ -48,13 +48,13 @@ BUILD_REQUIRES=" devel:libglu$secondaryArchSuffix devel:libiconv$secondaryArchSuffix devel:libintl$secondaryArchSuffix - devel:libpng$secondaryArchSuffix - devel:libsdl$secondaryArchSuffix - devel:libsdl_image$secondaryArchSuffix - devel:libsdl_mixer$secondaryArchSuffix - devel:libsdl_net$secondaryArchSuffix - devel:libsdl_pango$secondaryArchSuffix - devel:libsdl_ttf$secondaryArchSuffix + devel:libpng16$secondaryArchSuffix + devel:libSDL_1.2$secondaryArchSuffix + devel:libSDL_image_1.2$secondaryArchSuffix + devel:libSDL_mixer_1.2$secondaryArchSuffix + devel:libSDL_net_1.2$secondaryArchSuffix + devel:libSDL_pango$secondaryArchSuffix + devel:libSDL_ttf_2.0$secondaryArchSuffix devel:libxml2$secondaryArchSuffix devel:libz$secondaryArchSuffix "