diff options
author | shattered <shattered@pkgsrc.org> | 2013-03-03 10:19:10 +0000 |
---|---|---|
committer | shattered <shattered@pkgsrc.org> | 2013-03-03 10:19:10 +0000 |
commit | 4e1fc0ca6d623b2cf52f40629441bf507b631a9b (patch) | |
tree | d76859bbb676a7ca1be148ff10d53ad2e8a3640c /audio/abcmidi/Makefile | |
parent | a243ef314acf4b00ebcaf20e73bb1e404429aeab (diff) | |
download | pkgsrc-4e1fc0ca6d623b2cf52f40629441bf507b631a9b.tar.gz |
Update to 20121201. Changes:
abc2midi, yaps, abc2abc: The time signature C| or c| is now
interpreted as 2/2 instead of 4/4.
Added Chinese character support in lyrics.
abc2midi extension: abc2midi treats Xn the same way as Zn
bug fix: abc2abc truncated the voice ids when it encounters the first
invalid character without giving any warning.
bug fix: abc2midi was unable to trill or roll tied notes.
Diffstat (limited to 'audio/abcmidi/Makefile')
-rw-r--r-- | audio/abcmidi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/abcmidi/Makefile b/audio/abcmidi/Makefile index 71a55c3964e..e8976c27a5c 100644 --- a/audio/abcmidi/Makefile +++ b/audio/abcmidi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2012/09/11 23:59:21 asau Exp $ +# $NetBSD: Makefile,v 1.15 2013/03/03 10:19:10 shattered Exp $ # DISTNAME= abcMIDI-${ABCMIDIVER} @@ -13,7 +13,7 @@ HOMEPAGE= http://abc.sourceforge.net/abcMIDI/ COMMENT= Music utilities for abc LICENSE= gnu-gpl-v2 -ABCMIDIVER= 2012-07-04 +ABCMIDIVER= 2012-12-01 INSTALLATION_DIRS= share/doc/${PKGBASE}/programming \ share/examples/${PKGBASE} |