From 18d77f09e1e46f52fc32bc0d7f7fd03d17940134 Mon Sep 17 00:00:00 2001 From: miqlas <5569059+extrowerk@users.noreply.github.com> Date: Wed, 5 Dec 2018 10:41:08 +0100 Subject: [PATCH] GZDoom: bump version (#3437) --- .../{gzdoom-3.5.1.recipe => gzdoom-3.6.0.recipe} | 10 ++++++---- .../{gzdoom-3.5.1.patchset => gzdoom-3.6.0.patchset} | 0 2 files changed, 6 insertions(+), 4 deletions(-) rename games-fps/gzdoom/{gzdoom-3.5.1.recipe => gzdoom-3.6.0.recipe} (92%) rename games-fps/gzdoom/patches/{gzdoom-3.5.1.patchset => gzdoom-3.6.0.patchset} (100%) diff --git a/games-fps/gzdoom/gzdoom-3.5.1.recipe b/games-fps/gzdoom/gzdoom-3.6.0.recipe similarity index 92% rename from games-fps/gzdoom/gzdoom-3.5.1.recipe rename to games-fps/gzdoom/gzdoom-3.6.0.recipe index 615fa09d7..fc970d1ea 100644 --- a/games-fps/gzdoom/gzdoom-3.5.1.recipe +++ b/games-fps/gzdoom/gzdoom-3.6.0.recipe @@ -40,10 +40,10 @@ COPYRIGHT=" 1997 id Software, Raven Software, and contributors " LICENSE="GNU GPL v3" -REVISION="2" -SOURCE_URI="https://zdoom.org/files/gzdoom/src/gzdoom-src-g3.5.1_legacy.zip" -CHECKSUM_SHA256="76393c09799655b5dc1225c6f069621b7d9bf43f082741a20e67fd8479486c04" -SOURCE_DIR="gzdoom-g3.5.1_legacy" +REVISION="1" +SOURCE_URI="https://zdoom.org/files/gzdoom/src/gzdoom-src-g${portVersion}_legacy.zip" +CHECKSUM_SHA256="dfd745f5f77f6e86ba40eadad63450e491d9decc7956307716541d9ea3509a4a" +SOURCE_DIR="gzdoom-g${portVersion}_legacy" PATCHES="gzdoom-$portVersion.patchset" ADDITIONAL_FILES="gzdoom.rdef.in" @@ -59,6 +59,7 @@ REQUIRES=" # lib:libbzip2$secondaryArchSuffix lib:libfluidsynth$secondaryArchSuffix lib:libGL$secondaryArchSuffix + lib:libgme$secondaryArchSuffix lib:libgomp$secondaryArchSuffix lib:libjpeg$secondaryArchSuffix lib:libSDL2_2.0$secondaryArchSuffix @@ -70,6 +71,7 @@ BUILD_REQUIRES=" # devel:libbzip2$secondaryArchSuffix # cmake: Could NOT find BZip2 devel:libfluidsynth$secondaryArchSuffix devel:libGL$secondaryArchSuffix + devel:libgme$secondaryArchSuffix devel:libjpeg$secondaryArchSuffix devel:libSDL2_2.0$secondaryArchSuffix devel:libz$secondaryArchSuffix diff --git a/games-fps/gzdoom/patches/gzdoom-3.5.1.patchset b/games-fps/gzdoom/patches/gzdoom-3.6.0.patchset similarity index 100% rename from games-fps/gzdoom/patches/gzdoom-3.5.1.patchset rename to games-fps/gzdoom/patches/gzdoom-3.6.0.patchset