pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/game-music-emu



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Apr 26 10:10:42 UTC 2026

Modified Files:
        pkgsrc/audio/game-music-emu: Makefile distinfo

Log Message:
game-music-emu: update to 0.6.5.

Most importand changes

    Removed CPP demo as it uses private API.
    Reworked demos so they no longer use private API.
    Implemented some undocumented OPcodes for NES CPU (Thanks to @drfiemost for the contribution) (#86)
    Fixed several compile warnings.
    The fade length is now passed to the track info for SPC files. (Thanks to @myQwil for the contribution)
    The C++ runtime library is now properly exported. (Thanks to @robUx4 for the contribution)
    Fixed several crashes and security vulnerabilities reported by people.
    The YM2413 chip emulator has been updated to the version v1.5.9. (Thanks to @drfiemost for the contribution)
    Added ADPCM support for the HES emulator, backported from Kode54's fork. (Thanks to @drfiemost for the contribution)


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/audio/game-music-emu/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/audio/game-music-emu/distinfo

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

Modified files:

Index: pkgsrc/audio/game-music-emu/Makefile
diff -u pkgsrc/audio/game-music-emu/Makefile:1.8 pkgsrc/audio/game-music-emu/Makefile:1.9
--- pkgsrc/audio/game-music-emu/Makefile:1.8    Mon Aug 11 12:19:44 2025
+++ pkgsrc/audio/game-music-emu/Makefile        Sun Apr 26 10:10:42 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2025/08/11 12:19:44 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2026/04/26 10:10:42 wiz Exp $
 
-DISTNAME=      game-music-emu-0.6.4
+DISTNAME=      game-music-emu-0.6.5
 CATEGORIES=    audio
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=libgme/}
 GITHUB_TAG=    ${PKGVERSION_NOREV}

Index: pkgsrc/audio/game-music-emu/distinfo
diff -u pkgsrc/audio/game-music-emu/distinfo:1.5 pkgsrc/audio/game-music-emu/distinfo:1.6
--- pkgsrc/audio/game-music-emu/distinfo:1.5    Mon Aug 11 12:19:44 2025
+++ pkgsrc/audio/game-music-emu/distinfo        Sun Apr 26 10:10:42 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2025/08/11 12:19:44 wiz Exp $
+$NetBSD: distinfo,v 1.6 2026/04/26 10:10:42 wiz Exp $
 
-BLAKE2s (game-music-emu-0.6.4.tar.gz) = 777ecb1b9ec90a1f3dd933dfc6f6be0511751836dd7163d374afdedf778acde0
-SHA512 (game-music-emu-0.6.4.tar.gz) = b5da7f0ea9f3f5698157dd1feb5071cbc3bb44c96a2c1675162c7be384c755d6e01f5d98c4a6bd9ef7b1904b8eed3dab54dd2edac19cd18a7312c6cf7a91d98a
-Size (game-music-emu-0.6.4.tar.gz) = 343669 bytes
+BLAKE2s (game-music-emu-0.6.5.tar.gz) = 88ead47eb7c6f0db60215094f15b4c42a844e6555f40fc79b46f4149d013d28e
+SHA512 (game-music-emu-0.6.5.tar.gz) = c28fc36098f5e083ef43cda3f037275d7f071868ab44abf577da3f07bd9f2ffae8a65fa842b060df42baa98ad6b5f42817001749fb3c08a4023dea7334d513e9
+Size (game-music-emu-0.6.5.tar.gz) = 349606 bytes



Home | Main Index | Thread Index | Old Index