summaryrefslogtreecommitdiff
path: root/audio/mad/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-10-20 14:53:29 +0000
committerwiz <wiz@pkgsrc.org>2001-10-20 14:53:29 +0000
commitee9546fe7235104b8122dfc32e6e75030f9bebe1 (patch)
tree7f83fed93d38816324cea772efd4b6fdc4cc3b77 /audio/mad/Makefile
parent783b4399f54e2ed638e3e561a6fb560d14dc053d (diff)
downloadpkgsrc-ee9546fe7235104b8122dfc32e6e75030f9bebe1.tar.gz
Update to 0.14.0b. Changes since 0.13.0b:
* Added a new ID3 tag manipulation library (libid3). * Fixed a possible segmentation fault due to mmap() abuse. * Added a 64-bit FPM negation operation to improve performance of subband synthesis on some platforms. * Added rounding to Layer III requantization for slightly better accuracy * Modified the PCM dithering routine for better dithered output. * Added TTY controls and new --tty-control and --no-tty-control options to `madplay'. TTY control keys: `P' pause, `S' stop, `Q' quit, `F' forward, `B' backward. [We already had patches for that in pkgsrc] * New time/time-remaining modes with --verbose --tty-control (select by pressing `T'.)
Diffstat (limited to 'audio/mad/Makefile')
-rw-r--r--audio/mad/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/audio/mad/Makefile b/audio/mad/Makefile
index 0984f08537c..017a398611c 100644
--- a/audio/mad/Makefile
+++ b/audio/mad/Makefile
@@ -1,14 +1,11 @@
-# $NetBSD: Makefile,v 1.2 2001/09/27 23:17:45 jlam Exp $
+# $NetBSD: Makefile,v 1.3 2001/10/20 14:53:29 wiz Exp $
#
-DISTNAME= mad-0.13.0b
+DISTNAME= mad-0.14.0b
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mad/} \
ftp://ftp.mars.org/pub/mpeg/
-PATCH_SITES= ftp://ftp.mars.org/pub/mpeg/testing/
-PATCHFILES= tty-0.13.0b.patch
-
MAINTAINER= simonb@netbsd.org
HOMEPAGE= http://sourceforge.net/projects/mad/
COMMENT= High-quality MPEG audio decoder