pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/abcmidi abcmidi: update to 20210525
details: https://anonhg.NetBSD.org/pkgsrc/rev/2640c23e9dbf
branches: trunk
changeset: 454472:2640c23e9dbf
user: nia <nia%pkgsrc.org@localhost>
date: Sat Jun 12 06:58:47 2021 +0000
description:
abcmidi: update to 20210525
May 22 2021
abc2midi: treble-8 not applied in K: or V: commands after October 19 2020
update. For example,
X:1
T: transposition
L:1/2
M:C
K:none clef=treble-8
V:1
cz
V:2
zc
The note c should be played with midi pitch 60 instead of 72.
James Allwright made minor fixes to parseabc.c and store.c, in order
to get these options working again.
May 25 2021
James Allwright added more security checks to stop the
parser from reading numbers beyond the largest integer. Changes
were made to parserabc.c and midi2abc.c
The abc2abc -s spacing function was modified to ignore certain
time signatures like M: none or M:7/8. The code for dealing with
3/2, 3/4, 3/8 ... time signatures was improved.
diffstat:
audio/abcmidi/Makefile | 9 ++++-----
audio/abcmidi/distinfo | 10 +++++-----
2 files changed, 9 insertions(+), 10 deletions(-)
diffs (39 lines):
diff -r 8f04c93066e1 -r 2640c23e9dbf audio/abcmidi/Makefile
--- a/audio/abcmidi/Makefile Sat Jun 12 06:32:13 2021 +0000
+++ b/audio/abcmidi/Makefile Sat Jun 12 06:58:47 2021 +0000
@@ -1,15 +1,14 @@
-# $NetBSD: Makefile,v 1.21 2021/04/17 07:46:52 nia Exp $
+# $NetBSD: Makefile,v 1.22 2021/06/12 06:58:47 nia Exp $
#
-ABCMIDIVER= 2021.02.21
-DISTNAME= abcMIDI-${ABCMIDIVER}
+DISTNAME= abcMIDI-2021.05.25
PKGNAME= ${DISTNAME:tl:S/.//g}
CATEGORIES= audio
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=abcmidi/}
+MASTER_SITES= https://ifdo.ca/~seymour/runabc/
EXTRACT_SUFX= .zip
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://abcmidi.sourceforge.io/
+HOMEPAGE= https://ifdo.ca/~seymour/runabc/
COMMENT= Command line utilities for working with abc music notation files
LICENSE= gnu-gpl-v2
diff -r 8f04c93066e1 -r 2640c23e9dbf audio/abcmidi/distinfo
--- a/audio/abcmidi/distinfo Sat Jun 12 06:32:13 2021 +0000
+++ b/audio/abcmidi/distinfo Sat Jun 12 06:58:47 2021 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.15 2021/04/17 07:46:52 nia Exp $
+$NetBSD: distinfo,v 1.16 2021/06/12 06:58:47 nia Exp $
-SHA1 (abcMIDI-2021.02.21.zip) = 310b027d405a3ed81d600bd505dca68988296026
-RMD160 (abcMIDI-2021.02.21.zip) = 33561d2640bd376e3527bee81b4de08fbb6f9c5d
-SHA512 (abcMIDI-2021.02.21.zip) = 337f0504bf5da140c90c6c9eac86fcaff692f08450d9796161eedaf5466f5a52a478dbe9773d2e2af799f6039c5e348149b31b3a320feec45f9ce0b986e37381
-Size (abcMIDI-2021.02.21.zip) = 602458 bytes
+SHA1 (abcMIDI-2021.05.25.zip) = a4d2089d37cdb71ec5d94cb30bf85c46cef5e82a
+RMD160 (abcMIDI-2021.05.25.zip) = cd98735e4e47c88443f7da274b2796aecbc55833
+SHA512 (abcMIDI-2021.05.25.zip) = 57975f7c131855a713fc399c7aa1c7bd94775e7a257f2412d321aa51d0bf95cf9e1410e0819d2ad5cabde9ef996512ccca16058f7267baabc5702a926c173b3f
+Size (abcMIDI-2021.05.25.zip) = 604797 bytes
SHA1 (patch-Makefile.in) = 85955fde3d3cc3184130fe9be87aa29e95691da2
Home |
Main Index |
Thread Index |
Old Index