pkgsrc-WIP-changes archive

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

doomlegacy-devel: Update to SVN commit 1648



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Fri Feb 10 16:53:50 2023 +0100
Changeset:	2a71cee1dbec86af7cf2d137690d38a6ddea5598

Modified Files:
	doomlegacy-devel/Makefile

Log Message:
doomlegacy-devel: Update to SVN commit 1648

- commit revision 1648
  Fix to Bug 0674 Midi track playing late.
  The MIDI put out included some padding of Track 0, that caused
  the Win10 and Win11 MIDI player to delay the track and change
  it to a piano.
  Do not know why these were in the MIDI output.
  The Track 0 padding has been disabled, and may be removed entirely
  (eventually).
  The Program_Change inclusion is now enabled by control variable
  "midi_create_program", which is default 0.
  The midi compression is enabled by control variable "midi_compression",
  which is default 1.

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

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 aad22a6821..7d51760785 100644
--- a/doomlegacy-devel/Makefile
+++ b/doomlegacy-devel/Makefile
@@ -2,7 +2,7 @@
 
 VERS=		1.48.12
 #PKGNAME=	doomlegacy-${VERS}
-SVNVERS=	1647
+SVNVERS=	1648
 DISTNAME=	doomlegacy-devel-0r${SVNVERS}
 CATEGORIES=	games
 


Home | Main Index | Thread Index | Old Index