summaryrefslogtreecommitdiff
path: root/audio/madplay/Makefile
diff options
context:
space:
mode:
authorsimonb <simonb@pkgsrc.org>2001-04-13 06:20:22 +0000
committersimonb <simonb@pkgsrc.org>2001-04-13 06:20:22 +0000
commita3e29b1f6efbc45fe210a3460175d7e771b09b5b (patch)
tree17948676f1cd9eae0e1388f7f8c85227d9addf05 /audio/madplay/Makefile
parentc38ce95c95f3352ba3e8ce0fcf9f20d848f337ae (diff)
downloadpkgsrc-a3e29b1f6efbc45fe210a3460175d7e771b09b5b.tar.gz
Update package to 0.13.0 (beta).
Major changes include: - The last complete audio frame should now be properly decoded even when it is not followed by other data - Ancillary data is now properly extracted from Layer III streams. - Rewrote the Layer III joint stereo decoding routine to correct a major MPEG-2 problem and a minor MPEG-1 problem decoding intensity stereo. Other changes in the CHANGES file in the distribution.
Diffstat (limited to 'audio/madplay/Makefile')
-rw-r--r--audio/madplay/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/madplay/Makefile b/audio/madplay/Makefile
index c15a0562486..1f8978daabf 100644
--- a/audio/madplay/Makefile
+++ b/audio/madplay/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2001/03/27 03:19:46 hubertf Exp $
+# $NetBSD: Makefile,v 1.15 2001/04/13 06:20:22 simonb Exp $
#
-DISTNAME= mad-0.12.5b
+DISTNAME= mad-0.13.0b
PKGNAME= ${DISTNAME:S/mad/madplay/}
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mad/} \