diff options
author | rh <rh@pkgsrc.org> | 2002-06-13 09:14:45 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2002-06-13 09:14:45 +0000 |
commit | c8a4cc28c0a0417ba83fc60d99de02808fa92bb2 (patch) | |
tree | 8cb3156c95aff9885a9af9d4be53a13d857ccd2e /audio/mpg321 | |
parent | af88bc046406b657ce3c8af0134865e30c4fefc7 (diff) | |
download | pkgsrc-c8a4cc28c0a0417ba83fc60d99de02808fa92bb2.tar.gz |
Initial import of mpg321-0.2.10, a GPL'd drop-in replacement for the
popular mpg123 MP3 player. Provided by Rui-Xiang Guo <rxg@ms25.url.com.tw>
This closes PR pkg/16153.
Diffstat (limited to 'audio/mpg321')
-rw-r--r-- | audio/mpg321/DESCR | 10 | ||||
-rw-r--r-- | audio/mpg321/Makefile | 16 | ||||
-rw-r--r-- | audio/mpg321/PLIST | 3 | ||||
-rw-r--r-- | audio/mpg321/distinfo | 4 |
4 files changed, 33 insertions, 0 deletions
diff --git a/audio/mpg321/DESCR b/audio/mpg321/DESCR new file mode 100644 index 00000000000..a94c5a30ae9 --- /dev/null +++ b/audio/mpg321/DESCR @@ -0,0 +1,10 @@ +mpg321 is a Free replacement for mpg123, a very popular command-line mp3 +player. mpg123 is used for frontends, as an mp3 player and as an mp3 to +wave file decoder (primarily for use with CD-recording software.) In all +of these capacities, mpg321 can be used as a drop-in replacement for +mpg123. + +mpg321 is a project conceived and written by Joe Drew <hoserhead@woot.net>. +It uses code from the MAD distribution by Rob Leslie; XMMS; and plaympeg +from the SMPEG distribution. mpg321 is licensed under the GNU General +Public License version 2, as documented in the 'COPYING' file. diff --git a/audio/mpg321/Makefile b/audio/mpg321/Makefile new file mode 100644 index 00000000000..c5d5e9dabca --- /dev/null +++ b/audio/mpg321/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/06/13 09:14:45 rh Exp $ + +DISTNAME= mpg321-0.2.10 +CATEGORIES= audio +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mpg321/} + +MAINTAINER= rxg@netbsd.org +HOMEPAGE= http://mpg321.sourceforge.net/ +COMMENT= Free replacement for mpg123 + +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --disable-mpg123-symlink + +.include "../../audio/libao/buildlink.mk" +.include "../../audio/mad/buildlink.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/audio/mpg321/PLIST b/audio/mpg321/PLIST new file mode 100644 index 00000000000..9a175711f77 --- /dev/null +++ b/audio/mpg321/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/06/13 09:14:45 rh Exp $ +bin/mpg321 +man/man1/mpg321.1 diff --git a/audio/mpg321/distinfo b/audio/mpg321/distinfo new file mode 100644 index 00000000000..c53ebff9f9a --- /dev/null +++ b/audio/mpg321/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/06/13 09:14:45 rh Exp $ + +SHA1 (mpg321-0.2.10.tar.gz) = 90268d0d187ddd7625d143b95791cb39a1630b79 +Size (mpg321-0.2.10.tar.gz) = 113449 bytes |