diff options
author | wiz <wiz> | 2001-04-19 10:28:21 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-04-19 10:28:21 +0000 |
commit | 39a8b4e4bf2a624e13993d729f71ac037619b732 (patch) | |
tree | 5bde895a3f14aff46799ceb58f574b14bc2111e1 /audio/madplay | |
parent | 745d814019457f2203d750a4f512206abef6d9ac (diff) | |
download | pkgsrc-39a8b4e4bf2a624e13993d729f71ac037619b732.tar.gz |
Move madplay to mad.
Diffstat (limited to 'audio/madplay')
-rw-r--r-- | audio/madplay/Makefile | 24 | ||||
-rw-r--r-- | audio/madplay/distinfo | 7 | ||||
-rw-r--r-- | audio/madplay/patches/patch-aa | 13 | ||||
-rw-r--r-- | audio/madplay/pkg/DESCR | 15 | ||||
-rw-r--r-- | audio/madplay/pkg/PLIST | 16 |
5 files changed, 0 insertions, 75 deletions
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 |