pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/ocp



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Apr  7 21:32:28 UTC 2024

Modified Files:
        pkgsrc/audio/ocp: Makefile distinfo
Removed Files:
        pkgsrc/audio/ocp/patches: patch-filesel_filesystem-rpg.c

Log Message:
ocp: update to 0.2.108.

Version 0.2.108
===============
This is a bugfix release

 * When detecting C++ version, ] and ) was out of order in configure.ac. This only became problematic in autoconf 2.72.
 * Playback via Game-Music-Emulator, the global loop module setting was not honored.
 * Mono FLAC files would crash, buffer retrieval expected (atleast) two channels to be present.
 * EOF detection got false positives in file-cache, FLAC files could fail to play
 * Labels should not appear in front of variables, clang can be strict on this.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/audio/ocp/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/audio/ocp/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/audio/ocp/patches/patch-filesel_filesystem-rpg.c

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

Modified files:

Index: pkgsrc/audio/ocp/Makefile
diff -u pkgsrc/audio/ocp/Makefile:1.24 pkgsrc/audio/ocp/Makefile:1.25
--- pkgsrc/audio/ocp/Makefile:1.24      Sun Mar 17 17:34:05 2024
+++ pkgsrc/audio/ocp/Makefile   Sun Apr  7 21:32:28 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2024/03/17 17:34:05 nia Exp $
+# $NetBSD: Makefile,v 1.25 2024/04/07 21:32:28 wiz Exp $
 
-DISTNAME=              ocp-0.2.107
+DISTNAME=              ocp-0.2.108
 CATEGORIES=            audio
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=mywave82/}
 GITHUB_PROJECT=                opencubicplayer

Index: pkgsrc/audio/ocp/distinfo
diff -u pkgsrc/audio/ocp/distinfo:1.15 pkgsrc/audio/ocp/distinfo:1.16
--- pkgsrc/audio/ocp/distinfo:1.15      Sun Mar 17 17:34:05 2024
+++ pkgsrc/audio/ocp/distinfo   Sun Apr  7 21:32:28 2024
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.15 2024/03/17 17:34:05 nia Exp $
+$NetBSD: distinfo,v 1.16 2024/04/07 21:32:28 wiz Exp $
 
-BLAKE2s (ocp-0.2.107.tar.gz) = 05d26993a52f40485f9d9a00ce0f1a45c84d6452487a9f010fe1b9d6dca8f1c0
-SHA512 (ocp-0.2.107.tar.gz) = 6e55f08397f8a4ea5374ca07b64f63dab9315c4511a522b195ae50c7ab47074634c2adc7beb7a5cfa9010a30efdafa69e04260f0a8df40398304b853e58eeffd
-Size (ocp-0.2.107.tar.gz) = 6220734 bytes
+BLAKE2s (ocp-0.2.108.tar.gz) = 3ae08236e7b1ea4c2eedb065b00457768a4a632637cd40b6038945b26dac6144
+SHA512 (ocp-0.2.108.tar.gz) = c6d92630927d7ac3d477ad289a2478db090d697610c73179ba83193aea63cb35ba636555ea2bda46797733ffcb16068220b6e6209140c2d78dd3b2f4b1487a5f
+Size (ocp-0.2.108.tar.gz) = 6224933 bytes
 SHA1 (patch-configure) = b1fa4d795fe13b9d6b9875d295a921d99fcacbc4
-SHA1 (patch-filesel_filesystem-rpg.c) = fc3c580f4a01dbe5ab724603defea91d1f95bb50



Home | Main Index | Thread Index | Old Index