update to ezquake 3.6.0, from maintainer Tom Murphy - thanks! Use PATCHORIG to avoid issues with make update-patches; this was ok by maintainer

This commit is contained in:
thfr 2022-10-30 22:31:21 +00:00
parent 82b67a265c
commit a392c93891
3 changed files with 12 additions and 10 deletions

View File

@ -1,9 +1,9 @@
N = ezquake
V = 3.2.3
V = 3.6.0
COMMENT = modern QuakeWorld client
PKGNAME = ${N}-${V}
GH_ACCOUNT = ezQuake
GH_ACCOUNT = QW-Group
GH_PROJECT = ${N}-source
GH_TAGNAME = ${V}
@ -15,10 +15,11 @@ MAINTAINER = Tom Murphy <openbsd@pertho.net>
# GPLv2+
PERMIT_PACKAGE = Yes
WANTLIB += GL SDL2 c curl expat jansson jpeg m pcre png pthread
WANTLIB += speex speexdsp z
WANTLIB += GL SDL2 c curl expat freetype jansson jpeg m pcre png pthread
WANTLIB += sndfile speex speexdsp z
LIB_DEPENDS = audio/speex \
LIB_DEPENDS = audio/libsndfile \
audio/speex \
graphics/jpeg \
graphics/png \
devel/sdl2 \
@ -33,6 +34,7 @@ NO_TEST = Yes
GAMEDIR = ${PREFIX}/share/ezquake
SUBST_VARS += GAMEDIR
PATCHORIG = .orig.port
do-configure:
${SUBST_CMD} ${WRKSRC}/EX_browser_sources.c

View File

@ -1,2 +1,2 @@
SHA256 (ezquake-source-3.2.3.tar.gz) = 7FGHtHrYWc9Fk4Epbo0dVgBB/ZBGLb4KuJxl4yBnftQ=
SIZE (ezquake-source-3.2.3.tar.gz) = 5760982
SHA256 (ezquake-source-3.6.0.tar.gz) = TBok1cXFQj0dKdxJQLJkuDMNpHz6MhozRreIqvj8+VA=
SIZE (ezquake-source-3.6.0.tar.gz) = 23487067

View File

@ -13,11 +13,11 @@ Index: Makefile
LIBS ?=
#Temporarily disable tree vectorization optimization enabled at O3 due to gcc bug
@@ -379,7 +379,7 @@ endif
@@ -567,7 +567,7 @@ endif
ifdef CONFIG_WINDOWS
TARG_c := ezquake.exe
TARG_c := ezquake$(EZ_POSTFIX).exe
else
- TARG_c := ezquake-$(LSYS)-$(CPU)
- TARG_c := ezquake-$(LSYS)-$(CPU)$(EZ_POSTFIX)
+ TARG_c := ezquake
endif