diff --git a/games-engines/scummvm/scummvm-2.2.0.recipe b/games-engines/scummvm/scummvm-2.5.0.recipe similarity index 90% rename from games-engines/scummvm/scummvm-2.2.0.recipe rename to games-engines/scummvm/scummvm-2.5.0.recipe index 8b4cdb804..d4dbb953a 100644 --- a/games-engines/scummvm/scummvm-2.2.0.recipe +++ b/games-engines/scummvm/scummvm-2.5.0.recipe @@ -5,11 +5,11 @@ data files. The clever part about this: ScummVM just replaces the executables \ shipped with the games, allowing you to play them on systems for which they \ were never designed!" HOMEPAGE="https://www.scummvm.org/" -COPYRIGHT="2001-2020 ScummVM Team" +COPYRIGHT="2001-2021 ScummVM Team" LICENSE="GNU GPL v2" -REVISION="3" +REVISION="1" SOURCE_URI="http://www.scummvm.org/frs/scummvm/$portVersion/scummvm-$portVersion.tar.gz" -CHECKSUM_SHA256="6ec5bd63b73861c10ca9869f27a74989a9ad6013bad30a1ef70de6ec146c2cb5" +CHECKSUM_SHA256="54586e5d961e18fd854498edff82dfe47fca6f985c2909394845ccc64b06e168" ADDITIONAL_FILES="scummvm.rdef.in" ARCHITECTURES="all !x86_gcc2" @@ -37,8 +37,8 @@ REQUIRES=" lib:libnghttp2$secondaryArchSuffix lib:libogg$secondaryArchSuffix lib:libpng16$secondaryArchSuffix - lib:libSDL_1.2$secondaryArchSuffix - lib:libSDL_net_1.2$secondaryArchSuffix + lib:libSDL2_2.0$secondaryArchSuffix + lib:libSDL2_net_2.0$secondaryArchSuffix lib:libssl$secondaryArchSuffix lib:libtheora$secondaryArchSuffix lib:libvorbis$secondaryArchSuffix @@ -63,8 +63,8 @@ BUILD_REQUIRES=" devel:libnghttp2$secondaryArchSuffix devel:libogg$secondaryArchSuffix devel:libpng16$secondaryArchSuffix - devel:libSDL_1.2$secondaryArchSuffix - devel:libSDL_net_1.2$secondaryArchSuffix + devel:libSDL2_2.0$secondaryArchSuffix + devel:libSDL2_net_2.0$secondaryArchSuffix devel:libssl$secondaryArchSuffix devel:libtheora$secondaryArchSuffix devel:libvorbis$secondaryArchSuffix @@ -90,7 +90,7 @@ BUILD() CPPFLAGS=`freetype-config --cflags` ./configure --prefix=$prefix \ --bindir=$appsDir --libdir=$libDir --datarootdir=$dataDir \ --mandir=$manDir --docdir=$docDir \ - --disable-debug --enable-release --disable-eventrecorder #\ + --enable-c++11 --disable-debug --enable-release --disable-eventrecorder #--disable-all-engines #can be used to compile scummvm without \ #engines, which makes it build faster (to test), those that \ #are still under construction can be built with --enable-all-engines \