diff --git a/games-engines/residualvm/residualvm-0.2.1.recipe b/games-engines/residualvm/residualvm-0.3.0.recipe similarity index 52% rename from games-engines/residualvm/residualvm-0.2.1.recipe rename to games-engines/residualvm/residualvm-0.3.0.recipe index 55b956a71..9cec0d63c 100644 --- a/games-engines/residualvm/residualvm-0.2.1.recipe +++ b/games-engines/residualvm/residualvm-0.3.0.recipe @@ -4,13 +4,13 @@ DESCRIPTION="ResidualVM is a program which allows you to run certain classic \ replaces the executables shipped with the game, allowing you to play them on \ systems for which they were never designed!" HOMEPAGE="http://www.residualvm.org/" -COPYRIGHT="2003-2015 ResidualVM Team" +COPYRIGHT="2003-2017 ResidualVM Team" LICENSE="GNU GPL v2" -REVISION="2" +REVISION="1" SOURCE_URI="http://www.residualvm.org/downloads/release/$portVersion/residualvm-$portVersion-sources.tar.gz" -CHECKSUM_SHA256="1f3ff363d00f799e38ee08f985b65e07134782f63ff065a5bec68fcab4d578e4" +CHECKSUM_SHA256="45d86430475f1a17923d2d19ee08433269dd5da850352baf550bb7461f6aba1c" -ARCHITECTURES="!x86_gcc2 x86 ?x86_64" +ARCHITECTURES="!x86_gcc2 x86 x86_64" SECONDARY_ARCHITECTURES="x86" PROVIDES=" @@ -20,28 +20,60 @@ PROVIDES=" REQUIRES=" haiku$secondaryArchSuffix lib:libbz2$secondaryArchSuffix + lib:libcrypto$secondaryArchSuffix + lib:libcurl$secondaryArchSuffix + lib:libfaad$secondaryArchSuffix + lib:libflac$secondaryArchSuffix + lib:libfluidsynth$secondaryArchSuffix lib:libfreetype$secondaryArchSuffix lib:libgl$secondaryArchSuffix +# lib:libglew$secondaryArchSuffix lib:libglu$secondaryArchSuffix lib:libiconv$secondaryArchSuffix + lib:libintl$secondaryArchSuffix lib:libjpeg$secondaryArchSuffix lib:libmad$secondaryArchSuffix + lib:libmpeg2$secondaryArchSuffix + lib:libogg$secondaryArchSuffix lib:libpng16$secondaryArchSuffix + lib:libreadline$secondaryArchSuffix lib:libSDL$secondaryArchSuffix +# lib:libsdl_net$secondaryArchSuffix + lib:libssl$secondaryArchSuffix +# lib:libtimidity$secondaryArchSuffix + lib:libtheoradec$secondaryArchSuffix + lib:libvorbis$secondaryArchSuffix + lib:libvorbisfile$secondaryArchSuffix lib:libz$secondaryArchSuffix " BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel devel:libbz2$secondaryArchSuffix + devel:libcurl$secondaryArchSuffix + devel:libcrypto$secondaryArchSuffix + devel:libfaad$secondaryArchSuffix + devel:libflac$secondaryArchSuffix + devel:libfluidsynth$secondaryArchSuffix devel:libfreetype$secondaryArchSuffix devel:libgl$secondaryArchSuffix +# devel:libglew$secondaryArchSuffix devel:libglu$secondaryArchSuffix devel:libiconv$secondaryArchSuffix + devel:libintl$secondaryArchSuffix devel:libjpeg$secondaryArchSuffix devel:libmad$secondaryArchSuffix - devel:libpng$secondaryArchSuffix + devel:libmpeg2$secondaryArchSuffix + devel:libogg$secondaryArchSuffix + devel:libpng16$secondaryArchSuffix + devel:libreadline$secondaryArchSuffix devel:libSDL$secondaryArchSuffix +# devel:libsdl_net$secondaryArchSuffix + devel:libssl$secondaryArchSuffix +# devel:libtimidity$secondaryArchSuffix + devel:libtheoradec$secondaryArchSuffix + devel:libvorbis$secondaryArchSuffix + devel:libvorbisfile$secondaryArchSuffix devel:libz$secondaryArchSuffix " BUILD_PREREQUIRES=" @@ -49,12 +81,22 @@ BUILD_PREREQUIRES=" cmd:ld$secondaryArchSuffix cmd:make cmd:nasm + cmd:pkg_config$secondaryArchSuffix " BUILD() { CPPFLAGS=`freetype-config --cflags` ./configure --prefix=$appsDir/ResidualVM \ - --enable-release --disable-debug + --enable-release \ + --enable-libcurl \ + --enable-fluidsynth \ + --enable-flac \ + --enable-faad \ + --enable-text-console \ + --enable-cloud \ + --disable-debug \ + --disable-updates + make $jobArgs }