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:           Mon Aug 11 12:19:45 UTC 2025

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

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

    Extended the support of fade length in gme_info_t.
    Added an ability to change fade duration by the new gme_set_fade_msecs() function.
    Added Android.mk to support build via ndk-build.
    Implemented RSN support via the gme_player (requires non-free unrar, however, gme itself doesn't need that).
    Fixed several bugs at the GBS support (Thanks to @drfiemost).
    Added an API to disable SPC echo completely (gme_disable_echo(Music_Emu*, int disable)) that can be used to avoid conflicts with external effects processors.
    Implemented support for all known NSF chips (Thanks to @kode54!)
    Added support for more track info at M3U support (Thanks to @kode54).
    The logic of the multi-channel output was changed to resolve the problem of the incorrect work (Thanks to @myQwil) Details: #54
    Shared library now built with the exported symbols list and proper versioning enabled (Thanks to @sezero).
    Added ability to build both static and shared libraries via CMake in the same build.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/audio/game-music-emu/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/audio/game-music-emu/PLIST
cvs rdiff -u -r1.4 -r1.5 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.7 pkgsrc/audio/game-music-emu/Makefile:1.8
--- pkgsrc/audio/game-music-emu/Makefile:1.7    Mon Aug 11 08:43:01 2025
+++ pkgsrc/audio/game-music-emu/Makefile        Mon Aug 11 12:19:44 2025
@@ -1,19 +1,18 @@
-# $NetBSD: Makefile,v 1.7 2025/08/11 08:43:01 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2025/08/11 12:19:44 wiz Exp $
 
-DISTNAME=      game-music-emu-0.6.3
+DISTNAME=      game-music-emu-0.6.4
 CATEGORIES=    audio
-MASTER_SITES=  https://bitbucket.org/mpyne/game-music-emu/downloads/
-EXTRACT_SUFX=  .tar.xz
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=libgme/}
+GITHUB_TAG=    ${PKGVERSION_NOREV}
 
 MAINTAINER=    pallegra%gmail.com@localhost
-HOMEPAGE=      https://bitbucket.org/mpyne/game-music-emu/wiki/Home
+HOMEPAGE=      https://github.com/libgme/game-music-emu/
 COMMENT=       Video game music file emulation/playback library
 LICENSE=       gnu-lgpl-v2.1 AND gnu-gpl-v2
 
 USE_LANGUAGES= c c++
 
 CMAKE_CONFIGURE_ARGS+= -DENABLE_UBSAN=OFF
-CMAKE_CONFIGURE_ARGS+= -DCMAKE_POLICY_VERSION_MINIMUM=3.5
 
 PKGCONFIG_OVERRIDE+=   gme/libgme.pc.in
 

Index: pkgsrc/audio/game-music-emu/PLIST
diff -u pkgsrc/audio/game-music-emu/PLIST:1.2 pkgsrc/audio/game-music-emu/PLIST:1.3
--- pkgsrc/audio/game-music-emu/PLIST:1.2       Sun Mar 22 08:44:19 2020
+++ pkgsrc/audio/game-music-emu/PLIST   Mon Aug 11 12:19:44 2025
@@ -1,6 +1,6 @@
-@comment $NetBSD: PLIST,v 1.2 2020/03/22 08:44:19 nia Exp $
-include/gme/blargg_source.h
+@comment $NetBSD: PLIST,v 1.3 2025/08/11 12:19:44 wiz Exp $
 include/gme/gme.h
+lib/libgme.a
 lib/libgme.so
 lib/libgme.so.0
 lib/libgme.so.${PKGVERSION}

Index: pkgsrc/audio/game-music-emu/distinfo
diff -u pkgsrc/audio/game-music-emu/distinfo:1.4 pkgsrc/audio/game-music-emu/distinfo:1.5
--- pkgsrc/audio/game-music-emu/distinfo:1.4    Tue Oct 26 09:58:58 2021
+++ pkgsrc/audio/game-music-emu/distinfo        Mon Aug 11 12:19:44 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 09:58:58 nia Exp $
+$NetBSD: distinfo,v 1.5 2025/08/11 12:19:44 wiz Exp $
 
-BLAKE2s (game-music-emu-0.6.3.tar.xz) = 9fac6979e065c08ec5b330898d80a7d4122f9ad6da844bb251b0a30c7c5b0462
-SHA512 (game-music-emu-0.6.3.tar.xz) = 4b20c69ced696bb879c34bcb7ce0f5f276642458d4cebca8ede673eed7d50664e527626e2077f85a3411a26660f1b3f01e43cccd72945e1edb2994421efeb552
-Size (game-music-emu-0.6.3.tar.xz) = 234412 bytes
+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



Home | Main Index | Thread Index | Old Index