Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 09E6C84F01 for ; Fri, 30 Jun 2023 11:20:21 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id UJ8NCzsyWqMA for ; Fri, 30 Jun 2023 11:20:20 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1184784ED2 for ; Fri, 30 Jun 2023 11:20:20 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0A6AEFA89; Fri, 30 Jun 2023 11:20:20 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1688124020104050" MIME-Version: 1.0 Date: Fri, 30 Jun 2023 11:20:20 +0000 From: "Michael Baeuerle" Subject: CVS commit: pkgsrc/games/prboom-plus To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: micha@netbsd.org X-Mailer: log_accum Message-Id: <20230630112020.0A6AEFA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1688124020104050 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: micha Date: Fri Jun 30 11:20:19 UTC 2023 Modified Files: pkgsrc/games/prboom-plus: Makefile distinfo Log Message: games/prboom-plus: Update to 2.6.66 Added glu dependency (for modular X11). What's Changed ============== - Move default data directory to XDG_DATA_HOME on Linux by @facespkz in #470 - sort resolutions by width first and height second by @fabiangreffrath in #472 - check return status when checking for old prboom_dir by @facespkz in #473 - Fix integer overflow during multiplication with realtic_clock_rate by @jengelh in #476 - Fix UMAPINFO par times not loading for finale levels. by @JadingTsunami in #479 - Don't overwrite user-configured custom docdir by @vilhelmgray in #480 - Generate mixer buffer size from sample rate by @facespkz in #483 - Allow uppercase episode shortcuts in UMAPINFO by @facespkz in #486 - Add complevel hints for Default compatibility level by @facespkz in #488 - UMAPINFO: Fix nextsecret inconsistencies by @rfomin in #497 - Fix mid-texture judder when upper and middle textures overlap. by @JadingTsunami in #507 - include wipe effect into video capture by @vadosnaprimer in #506 - allow to -warp to MAP00 by @fabiangreffrath in #509 - Workaround for optimization bug in clang by @rfomin in #512 - Show a message when demo recording starts. by @JadingTsunami in #517 - Remove shift when initializing translation tables vs. colormap. by @JadingTsunami in #519 - Fix PortMidi level transitions by @ceski-1 in #523 - replace doomedsda.us links with dsdarchive.com by @andrey-budko in #525 - Add proper SysEx support to PortMidi by @ceski-1 in #526 - Fix color translation tables to not rely on player map arrow colors. by @JadingTsunami in #527 - Fix pitch bend typo for PortMidi by @ceski-1 in #529 - Add configurable reverb and chorus for PortMidi by @ceski-1 in #530 - Adjust music volume slider to match vanilla Doom by @ceski-1 in #531 - Use non-linear scaling for high volume levels by @ceski-1 in #532 - Adjust PortMidi volume slider to match midiOutSetVolume by @ceski-1 in #533 - Remove alpha channel from FBO scene texture. by @JadingTsunami in #534 - UMAPINFO: bring par times fix in line with Woof by @fabiangreffrath in #537 - Fixing wall texture bleed when a sector is inside the sky by @JadingTsunami in #542 - Send all notes/sound off prior to SysEx reset by @ceski-1 in #543 - Fix MIDI looping when using reset delay by @ceski-1 in #544 - Clean up and fixes for PortMidi by @ceski-1 in #548 - Fix FluidSynth mode and polyphony by @ceski-1 in #550 - PortMidi: Use channel volume control, remove extra delay after reset by @ceski-1 in #552 - Replace win_fopen.c with wrappers used in Chocolate Doom by @rfomin in #554 - PortMidi: Preserve timing when filtering SysEx; default to GM mode by @ceski-1 in #555 - PortMidi: Add fix for MS GS Synth bug by @ceski-1 in #557 - PortMidi: Fix songs with missing "hold pedal off" events by @ceski-1 in #560 - PortMidi: Send "reset all controllers" when song loops by @ceski-1 in #562 - Fix M_getcwd() in MinGW build by @rfomin in #563 - Fix string overflow with large map numbers. by @JadingTsunami in #569 - Supply correct texture format for GL wipe. by @JadingTsunami in #570 - PortMidi: Update volume after "reset all controllers" event by @ceski-1 in #571 - PortMidi: Optimize reset messages by @ceski-1 in #572 - PortMidi Updates by @ceski-1 in #576 - UMAPINFO: Introduce the new author field. by @rfomin in #436 To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/games/prboom-plus/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/games/prboom-plus/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1688124020104050 Content-Disposition: inline Content-Length: 1988 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/games/prboom-plus/Makefile diff -u pkgsrc/games/prboom-plus/Makefile:1.14 pkgsrc/games/prboom-plus/Makefile:1.15 --- pkgsrc/games/prboom-plus/Makefile:1.14 Sat May 6 19:09:28 2023 +++ pkgsrc/games/prboom-plus/Makefile Fri Jun 30 11:20:19 2023 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2023/05/06 19:09:28 ryoon Exp $ +# $NetBSD: Makefile,v 1.15 2023/06/30 11:20:19 micha Exp $ -DISTNAME= prboom-plus-2.6.2 -PKGREVISION= 5 +DISTNAME= prboom-plus-2.6.66 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_GITHUB:=coelckers/} GITHUB_TAG= v${PKGVERSION_NOREV} @@ -57,6 +56,7 @@ post-install: .include "../../devel/pcre/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" .include "../../graphics/SDL2_image/buildlink3.mk" +.include "../../graphics/glu/buildlink3.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../multimedia/libogg/buildlink3.mk" .include "../../net/SDL2_net/buildlink3.mk" Index: pkgsrc/games/prboom-plus/distinfo diff -u pkgsrc/games/prboom-plus/distinfo:1.6 pkgsrc/games/prboom-plus/distinfo:1.7 --- pkgsrc/games/prboom-plus/distinfo:1.6 Fri Feb 11 15:12:42 2022 +++ pkgsrc/games/prboom-plus/distinfo Fri Jun 30 11:20:19 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2022/02/11 15:12:42 micha Exp $ +$NetBSD: distinfo,v 1.7 2023/06/30 11:20:19 micha Exp $ -BLAKE2s (prboom-plus-2.6.2.tar.gz) = ab576697a6ea29ed985a512cf8ea61d68f3cc9ff3b38ab04008960720c8bb3a1 -SHA512 (prboom-plus-2.6.2.tar.gz) = 7005fa55bdbfffa1b6b24ff470f5e1962e89367eaa28b23e95ebde0d1385dbe14e1c0f2d67d8ebefb1adfeeca8d551ec2b7b04a23a6af3a0f708b36da09613b3 -Size (prboom-plus-2.6.2.tar.gz) = 1557494 bytes +BLAKE2s (prboom-plus-2.6.66.tar.gz) = 790ad42d4e9cf272be269e6eb7ed77a2e422a08804802fa085d9b2533faba509 +SHA512 (prboom-plus-2.6.66.tar.gz) = 72c9b209584de25589af52586d62eca96a0b63b50678f89673eac9706528332317250f1c309649aa1ec66d8b24da931c6e31eca06787b8fd7cf41730161c6644 +Size (prboom-plus-2.6.66.tar.gz) = 1558712 bytes --_----------=_1688124020104050--