pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

omnispeak: update to omnispeak-1.1



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Mon Jul 18 21:52:32 2022 +0200
Changeset:	5f696c4e7d13024755a10c1327768f9578a062fa

Modified Files:
	omnispeak/Makefile
	omnispeak/distinfo
	omnispeak/options.mk

Log Message:
omnispeak: update to omnispeak-1.1

Announcement:

It's finally time to release Omnispeak v1.1, to celebrate the 30th
birthday of Commander Keen in Goodbye Galaxy!

See the updated Omnispeak website:

  https://davidgow.net/keen/omnispeak.html

and the release thread on PCKF:

  https://pckf.com/viewtopic.php?t=12564

This version of Omnispeak includes all of the new features and
bugfixes from last several years, including:

  * QuickLoad/QuickSave features
  * Improved Joystick / Gamepad support
  * Support for real Adlib / OPL2 soundcards
  * Support for the Nuked OPL3 emulator for more accurate sound
    emulation.
  * Improved compatibility with windows systems (due to a new
    SDL2-based renderer)
  * A new configuration file -- OMNISPK.CFG -- which saves the new
    options, and allows several tweaks.
  * Support for running the game from different directories (and
    splitting the savegames/config data into a different directory)
    with the /GAMEPATH and /USERPATH options.
  * Support for integer scaling for graphics.
  * An experimental, buggy DOS port
  * Several accuracy fixes and other bugfixes.
  * And more!

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5f696c4e7d13024755a10c1327768f9578a062fa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 omnispeak/Makefile   | 14 +++-----------
 omnispeak/distinfo   |  8 +++-----
 omnispeak/options.mk |  2 ++
 3 files changed, 8 insertions(+), 16 deletions(-)

diffs:
diff --git a/omnispeak/Makefile b/omnispeak/Makefile
index 2555cddb94..ab648904f8 100644
--- a/omnispeak/Makefile
+++ b/omnispeak/Makefile
@@ -2,11 +2,10 @@
 
 GITHUB_PROJECT=	omnispeak
 DISTNAME=	${GITHUB_TAG}
-PKGNAME=	${GITHUB_PROJECT}-1.0
-PKGREVISION=	1
+PKGNAME=	${GITHUB_PROJECT}-1.1
 CATEGORIES=	games
 MASTER_SITES=	${MASTER_SITE_GITHUB:=sulix/}
-GITHUB_TAG=	27d7041ec353f9a8ff60bd7837e9558e2e5d6a2b
+GITHUB_TAG=	v1.1
 DIST_SUBDIR=	${GITHUB_PROJECT}
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
@@ -18,16 +17,9 @@ MAKE_JOBS_SAFE=	NO
 USE_LANGUAGES+=	c++
 USE_TOOLS+=	gmake
 
-WRKSRC=		${WRKDIR}/omnispeak-${GITHUB_TAG}
-
-SUBST_CLASSES+=			search-path
-SUBST_STAGE.search-path=	pre-configure
-SUBST_MESSAGE.search-path=	Search for files in PREFIX.
-SUBST_FILES.search-path=	src/id_ca.c
-SUBST_SED.search-path=		-e 's,@@PKGSRC_DATA_DIR@@,${PREFIX}/share/omnispeak,g'
-
 BUILD_DIRS=		src
 INSTALLATION_DIRS+=	bin share/omnispeak
+CFLAGS+=		-DFS_DEFAULT_OMNI_PATH=\"${PREFIX}/share/omnispeak\"
 
 do-install:
 	${INSTALL_GAME} ${WRKSRC}/bin/omnispeak ${DESTDIR}${PREFIX}/bin/
diff --git a/omnispeak/distinfo b/omnispeak/distinfo
index 2a90d9642c..449be1d124 100644
--- a/omnispeak/distinfo
+++ b/omnispeak/distinfo
@@ -1,8 +1,6 @@
 $NetBSD$
 
-RMD160 (omnispeak/27d7041ec353f9a8ff60bd7837e9558e2e5d6a2b-27d7041ec353f9a8ff60bd7837e9558e2e5d6a2b.tar.gz) = daf1ccd26313b0cbc66efb691536e73a05c6de2e
-SHA512 (omnispeak/27d7041ec353f9a8ff60bd7837e9558e2e5d6a2b-27d7041ec353f9a8ff60bd7837e9558e2e5d6a2b.tar.gz) = 8f0618c6c88301aa01c7d2ee46a1e3023c98177b45a46f9bd7d3db693ea0bc085470f8d6c1c3197333196f8e967909d5edb1f317f1264bdd9292fcd9a8df62d2
-Size (omnispeak/27d7041ec353f9a8ff60bd7837e9558e2e5d6a2b-27d7041ec353f9a8ff60bd7837e9558e2e5d6a2b.tar.gz) = 380394 bytes
+BLAKE2s (omnispeak/v1.1.tar.gz) = fc90d0f1bbedd406dfb1b632cd76c47ed99cf52f9db0ce3ddb5337ec5426b487
+SHA512 (omnispeak/v1.1.tar.gz) = e3138bfa6f15204365cd09cf061fcfd9909805a8c0054b8f2eb62acaa7ba619ef2c6d4bf444eb6310b17c129fef113800ca1acff67b7f2a989395b7da58828e0
+Size (omnispeak/v1.1.tar.gz) = 3402722 bytes
 SHA1 (patch-Makefile) = 08ac01bcfe30c22cddf501c83d2ddb737e21cc96
-SHA1 (patch-src_ck6_misc.c) = 8f069f65737229458cc81163b40d0fe94b39c4cc
-SHA1 (patch-src_id_ca.c) = 69c342c7dcabfa3345b634405f866f4d9ded300f
diff --git a/omnispeak/options.mk b/omnispeak/options.mk
index 5285cb5d31..9aa180f015 100644
--- a/omnispeak/options.mk
+++ b/omnispeak/options.mk
@@ -1,3 +1,5 @@
+# $NetBSD$
+
 PKG_OPTIONS_VAR=		PKG_OPTIONS.omnispeak
 PKG_OPTIONS_OPTIONAL_GROUPS=	sdl
 PKG_OPTIONS_GROUP.sdl=		sdl sdl2


Home | Main Index | Thread Index | Old Index