fheroes2: cleaned up libSDL* dependencies (#4564)

* fheroes2: cleaned up libSDL* dependencies
This commit is contained in:
alwayslivid
2020-01-12 17:27:40 +02:00
committed by Schrijvers Luc
parent bf86eaff3e
commit 308247e5e3

View File

@@ -6,7 +6,7 @@ magazine in May 1997."
HOMEPAGE="https://sourceforge.net/projects/fheroes2/"
COPYRIGHT="2006-2015 Andrey Afletdinov"
LICENSE="GNU GPL v2"
REVISION="1"
REVISION="2"
SOURCE_URI="https://sourceforge.net/code-snapshots/svn/f/fh/fheroes2/code/fheroes2-code-$portVersion-trunk.zip"
CHECKSUM_SHA256="250bf73ce8f4b1ab69b3d63ecd0727e10196f86d5e42b34bae78ce574e34c3c1"
SOURCE_DIR="fheroes2-code-$portVersion-trunk"
@@ -25,11 +25,11 @@ REQUIRES="
lib:libintl$secondaryArchSuffix
lib:libogg$secondaryArchSuffix
lib:libpng16$secondaryArchSuffix
lib:libsdl_1.2$secondaryArchSuffix
lib:libsdl_image$secondaryArchSuffix
lib:libsdl_mixer$secondaryArchSuffix
lib:libsdl_net_1.2$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_ttf_2.0$secondaryArchSuffix
lib:libz$secondaryArchSuffix
"
@@ -40,11 +40,11 @@ BUILD_REQUIRES="
devel:libiconv$secondaryArchSuffix
devel:libogg$secondaryArchSuffix
devel:libpng16$secondaryArchSuffix
devel:libsdl_1.2$secondaryArchSuffix
devel:libsdl_image$secondaryArchSuffix
devel:libsdl_mixer$secondaryArchSuffix
devel:libsdl_net_1.2$secondaryArchSuffix
devel:libsdl_ttf$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_ttf_2.0$secondaryArchSuffix
devel:libvorbis$secondaryArchSuffix
devel:libz$secondaryArchSuffix
"