diff options
author | wiz <wiz@pkgsrc.org> | 2011-02-11 01:35:45 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-02-11 01:35:45 +0000 |
commit | 02ada9cb78215797970c2a46bbcefed17fa12f3d (patch) | |
tree | 9653d949c4ba2b8cbc240e68524545de64c5344e /audio/mac | |
parent | 023d9875a9fb53142f371592ad1004da50b652fc (diff) | |
download | pkgsrc-02ada9cb78215797970c2a46bbcefed17fa12f3d.tar.gz |
Switch to the version provided by the shntool people (which is also
the one that Gentoo uses). Closes PR 44533 by myself.
Changes since the last version we had in pkgsrc, 3.99-u4-b5:
version 3.99-u4-b5-s7
+ fixed compilation issue on big-endian systems [report: Michael Plotkin]
version 3.99-u4-b5-s6
+ fixed compilation issues with GCC 4.4 on some 64-bit systems [report: Eivind
Eide]
version 3.99-u4-b5-s5
+ fixed long-standing 64-bit decompression crash [patch: Adam Nielsen]
+ fixed crash with pathnames longer than 256 characters [report: Kabakov Boris
]
+ fixed a compilation issue (don't pass -fno-common to yasm)
version 3.99-u4-b5-s4
+ include error reason with error code in mac.exe
+ automatically recalculate quick verify checksum when compressing, if
necessary (e.g. piped encoding with foobar2000, or truncated WAVE file)
version 3.99-u4-b5-s3
+ reenabled quick-verification of APE files (via new '-q' option)
version 3.99-u4-b5-s2
+ show above version in mac.exe help screen (sN = shntool revision N)
+ added support for encoding WAVE data of unknown length (all files/pipes
are now treated as unknown length; this forces mac.exe to write a seek
table of maximum size regardless of input file size, adding ~30kb/file)
version 3.99-u4-b5-s1
+ added support for pipe encoding/decoding
Diffstat (limited to 'audio/mac')
-rw-r--r-- | audio/mac/Makefile | 11 | ||||
-rw-r--r-- | audio/mac/distinfo | 8 |
2 files changed, 10 insertions, 9 deletions
diff --git a/audio/mac/Makefile b/audio/mac/Makefile index c6ac362be33..b2044299460 100644 --- a/audio/mac/Makefile +++ b/audio/mac/Makefile @@ -1,13 +1,14 @@ -# $NetBSD: Makefile,v 1.6 2011/02/05 18:54:59 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2011/02/11 01:35:45 wiz Exp $ # -DISTNAME= mac-3.99-u4-b5 -PKGNAME= mac-3.99u4b5 +DISTNAME= mac-3.99-u4-b5-s7 +PKGNAME= mac-3.99u4b5s7 CATEGORIES= audio -MASTER_SITES= http://supermmx.org/resources/linux/mac/ +MASTER_SITES= http://etree.org/shnutils/shntool/support/formats/ape/unix/3.99-u4-b5-s7/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://supermmx.org/ +#HOMEPAGE= http://supermmx.org/ +HOMEPAGE= http://etree.org/shnutils/shntool/ COMMENT= Monkey's Audio support library (for .ape files) LICENSE= mac-license diff --git a/audio/mac/distinfo b/audio/mac/distinfo index a956f879f8a..2d7f74d2cad 100644 --- a/audio/mac/distinfo +++ b/audio/mac/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2011/02/05 18:54:39 wiz Exp $ +$NetBSD: distinfo,v 1.4 2011/02/11 01:35:45 wiz Exp $ -SHA1 (mac-3.99-u4-b5.tar.gz) = f215c265c2cba719834c989498d5a8d2457b54de -RMD160 (mac-3.99-u4-b5.tar.gz) = 34b5ba553f7ffa858249258dad9f64c60f0b6ac0 -Size (mac-3.99-u4-b5.tar.gz) = 421234 bytes +SHA1 (mac-3.99-u4-b5-s7.tar.gz) = f846b50ec47cf31a849ce5a7ac41b799e06999aa +RMD160 (mac-3.99-u4-b5-s7.tar.gz) = 7d8e97efc827e84f1bf0f59e2faebd6b38567c0c +Size (mac-3.99-u4-b5-s7.tar.gz) = 450981 bytes SHA1 (patch-aa) = 9aa86814ce3b7a17cb88d7136b2f9bc6d6360012 |