From 4b4cbfdf1eb5e49bf7b0977cb49cf6b6af0d698c Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 7 Feb 2001 13:58:21 +0000 Subject: Update to 0.12.3b. Changes: MPEG 2.5 support, bug fixes, madvise support, more statistical output on program exit, better mono/stereo support, support for amplification/attenuation, and some other stuff. --- audio/madplay/Makefile | 4 ++-- audio/madplay/files/md5 | 4 ++-- audio/madplay/files/patch-sum | 3 +-- audio/madplay/patches/patch-ad | 24 ------------------------ 4 files changed, 5 insertions(+), 30 deletions(-) delete mode 100644 audio/madplay/patches/patch-ad (limited to 'audio/madplay') diff --git a/audio/madplay/Makefile b/audio/madplay/Makefile index 0c16b085e05..8bf1df89bd8 100644 --- a/audio/madplay/Makefile +++ b/audio/madplay/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2000/11/23 00:34:22 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2001/02/07 13:58:21 wiz Exp $ # -DISTNAME= mad-0.12.2b +DISTNAME= mad-0.12.3b PKGNAME= ${DISTNAME:S/mad/madplay/} CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mad/} \ diff --git a/audio/madplay/files/md5 b/audio/madplay/files/md5 index aeefd06027e..6c3d60d0012 100644 --- a/audio/madplay/files/md5 +++ b/audio/madplay/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.2 2000/11/23 00:34:23 wiz Exp $ +$NetBSD: md5,v 1.3 2001/02/07 13:58:21 wiz Exp $ -MD5 (mad-0.12.2b.tar.gz) = 0d183e12fe32c4287a05886daa52e27d +MD5 (mad-0.12.3b.tar.gz) = af91d8a7d45f14c06dde8fbbad737a58 diff --git a/audio/madplay/files/patch-sum b/audio/madplay/files/patch-sum index f566a47e93f..138a3c0cd52 100644 --- a/audio/madplay/files/patch-sum +++ b/audio/madplay/files/patch-sum @@ -1,5 +1,4 @@ -$NetBSD: patch-sum,v 1.4 2000/12/04 22:04:47 rh Exp $ +$NetBSD: patch-sum,v 1.5 2001/02/07 13:58:21 wiz Exp $ MD5 (patch-aa) = 991bb23e42b2641dfeb4130c8077923a MD5 (patch-ac) = 85b672e3f56852ac4ea1ae97ba763460 -MD5 (patch-ad) = 93aaf81a4314c633a9ca99f2ca7898cc diff --git a/audio/madplay/patches/patch-ad b/audio/madplay/patches/patch-ad deleted file mode 100644 index 5eb08837837..00000000000 --- a/audio/madplay/patches/patch-ad +++ /dev/null @@ -1,24 +0,0 @@ -$NetBSD: patch-ad,v 1.1 2000/11/23 19:37:14 pooka Exp $ - ---- player.c.orig Thu Nov 16 12:51:04 2000 -+++ player.c Wed Nov 22 13:38:04 2000 -@@ -243,6 +243,9 @@ - input->data = 0; - return MAD_FLOW_BREAK; - } -+#ifdef __NetBSD__ -+ madvise(input->fdm, stat.st_size, MADV_SEQUENTIAL); -+#endif - - input->data = input->fdm; - input->length = stat.st_size; -@@ -709,6 +712,9 @@ - error("decode", ":mmap"); - return -1; - } -+#ifdef __NetBSD__ -+ madvise(player->input.fdm, stat.st_size, MADV_SEQUENTIAL); -+#endif - - player->input.data = player->input.fdm; - player->input.length = stat.st_size; -- cgit v1.2.3