pkgsrc-WIP-changes archive

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

doomlegacy-devel: Update to SVN revision 1624



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Mon Apr 4 15:10:43 2022 +0200
Changeset:	209ba1d878fd381ef4bb956a6fa463c3becea474

Modified Files:
	doomlegacy-devel/Makefile

Log Message:
doomlegacy-devel: Update to SVN revision 1624

- commit revision 1624
Add SDL2 support.
This provides video, sound, and keyboard alterations
for the SDL2 library calls.
Still supports SDL1, for target machines that are not supported by SDL2.
The SDL1 is working better than SDL2, at this point.

- commit revision 1622
Fix the existing MIDI, MP3, and OGG music playing.
Put the o_xxx lump read into s_sound.c.
Put the music type detection into s_sound.c, passing
it as a parameter to all port music code.
Add a control to select music type, with an automatic mode.
Add automatic music type selection and playing.

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

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

diffstat:
 doomlegacy-devel/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/doomlegacy-devel/Makefile b/doomlegacy-devel/Makefile
index 66aabd08a3..56bceb8297 100644
--- a/doomlegacy-devel/Makefile
+++ b/doomlegacy-devel/Makefile
@@ -2,7 +2,7 @@
 
 VERS=		1.48.10
 #PKGNAME=	doomlegacy-${VERS}
-SVNVERS=	1621
+SVNVERS=	1624
 DISTNAME=	doomlegacy-devel-0r${SVNVERS}
 CATEGORIES=	games
 


Home | Main Index | Thread Index | Old Index