From d04d01bf102493c989193b4687faf80b8cae2ed1 Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 19 Apr 2001 10:28:21 +0000 Subject: Move madplay to mad. --- audio/Makefile | 4 ++-- audio/madplay/Makefile | 24 ------------------------ audio/madplay/distinfo | 7 ------- audio/madplay/patches/patch-aa | 13 ------------- audio/madplay/pkg/DESCR | 15 --------------- audio/madplay/pkg/PLIST | 16 ---------------- 6 files changed, 2 insertions(+), 77 deletions(-) delete mode 100644 audio/madplay/Makefile delete mode 100644 audio/madplay/distinfo delete mode 100644 audio/madplay/patches/patch-aa delete mode 100644 audio/madplay/pkg/DESCR delete mode 100644 audio/madplay/pkg/PLIST (limited to 'audio') diff --git a/audio/Makefile b/audio/Makefile index 98f24e5de69..6b65cf9ed4d 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.92 2001/04/16 22:25:09 zuntum Exp $ +# $NetBSD: Makefile,v 1.93 2001/04/19 10:28:21 wiz Exp $ # COMMENT= Audio tools @@ -72,7 +72,7 @@ SUBDIR+= libogg SUBDIR+= libsidplay SUBDIR+= libvorbis SUBDIR+= liveice -SUBDIR+= madplay +SUBDIR+= mad SUBDIR+= maplay SUBDIR+= mbrola SUBDIR+= mbrolavox-en1 diff --git a/audio/madplay/Makefile b/audio/madplay/Makefile deleted file mode 100644 index afb2532ec94..00000000000 --- a/audio/madplay/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# $NetBSD: Makefile,v 1.16 2001/04/13 08:14:07 simonb Exp $ -# - -DISTNAME= mad-0.13.0b -PKGNAME= ${DISTNAME:S/mad/madplay/} -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 - -BUILD_USES_MSGFMT= yes - -GNU_CONFIGURE= YES -USE_LIBINTL= YES -USE_LIBTOOL= YES -LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig - -.include "../../mk/bsd.pkg.mk" diff --git a/audio/madplay/distinfo b/audio/madplay/distinfo deleted file mode 100644 index d356d834f67..00000000000 --- a/audio/madplay/distinfo +++ /dev/null @@ -1,7 +0,0 @@ -$NetBSD: distinfo,v 1.2 2001/04/18 12:14:33 agc Exp $ - -SHA1 (mad-0.13.0b.tar.gz) = f0f64ee35e9ed013b78b7903d752ac5d57d6011c -Size (mad-0.13.0b.tar.gz) = 552379 bytes -SHA1 (tty-0.13.0b.patch) = a1d7f7e5e3ac5df6e7cfbf954bfebd280f671023 -Size (tty-0.13.0b.patch) = 22572 bytes -SHA1 (patch-aa) = 3bf70a97e7adbc7cffd457bb93bfdd68b94aeeeb diff --git a/audio/madplay/patches/patch-aa b/audio/madplay/patches/patch-aa deleted file mode 100644 index af4015a68da..00000000000 --- a/audio/madplay/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.3 2000/12/04 22:04:47 rh Exp $ - ---- libmad/Makefile.in.orig Mon Dec 4 17:38:24 2000 -+++ libmad/Makefile.in -@@ -110,7 +110,7 @@ - # The API for MAD is not yet stable enough to use versioning, so we use - # release numbering instead. - --libmad_la_LDFLAGS = -release $(VERSION) -+libmad_la_LDFLAGS = -version 0:0 - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 - mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs - CONFIG_HEADER = config.h diff --git a/audio/madplay/pkg/DESCR b/audio/madplay/pkg/DESCR deleted file mode 100644 index 923313d6893..00000000000 --- a/audio/madplay/pkg/DESCR +++ /dev/null @@ -1,15 +0,0 @@ -MAD is a high-quality MPEG audio decoder. It currently supports MPEG 1 as -well as the MPEG 2 extension to Lower Sampling Frequencies. All three -audio layers (Layer I, Layer II, and Layer III aka MP3) are fully -implemented. - -MAD does not yet support MPEG 2 multichannel audio (although it should be -backward compatible with such streams), nor does it support the so-called -MPEG 2.5 format. - -MAD has the following special features: - - - 24-bit PCM output - - 100% fixed-point (integer) computation - - completely new implementation based on the ISO/IEC standards - - distributed under the terms of the GNU General Public License (GPL) diff --git a/audio/madplay/pkg/PLIST b/audio/madplay/pkg/PLIST deleted file mode 100644 index 551ebad9288..00000000000 --- a/audio/madplay/pkg/PLIST +++ /dev/null @@ -1,16 +0,0 @@ -@comment $NetBSD: PLIST,v 1.5 2001/01/04 15:10:19 agc Exp $ -bin/abxtest -bin/madplay -include/mad.h -lib/libmad.so -lib/libmad.so.0 -lib/libmad.so.0.0 -lib/libmad.a -lib/libmad.la -man/man1/abxtest.1 -man/man1/madplay.1 -share/locale/en/LC_MESSAGES/mad.mo -share/locale/es/LC_MESSAGES/mad.mo -share/locale/fr/LC_MESSAGES/mad.mo -share/locale/hr/LC_MESSAGES/mad.mo -share/locale/no/LC_MESSAGES/mad.mo -- cgit v1.2.3