1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Add py-mad 0.3, a Python module that provides the MPEG Audio Decoder interface

This commit is contained in:
Hye-Shik Chang 2002-10-08 07:14:39 +00:00
parent aafa962865
commit 6a7c1f6412
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=67598
6 changed files with 39 additions and 0 deletions

View File

@ -188,6 +188,7 @@
SUBDIR += py-ao
SUBDIR += py-cddb
SUBDIR += py-id3
SUBDIR += py-mad
SUBDIR += py-ogg
SUBDIR += py-vorbis
SUBDIR += py-xmms

30
audio/py-mad/Makefile Normal file
View File

@ -0,0 +1,30 @@
# New ports collection makefile for: py-mad
# Date created: 8 October 2002
# Whom: Hye-Shik Chang
#
# $FreeBSD$
PORTNAME= mad
PORTVERSION= 0.3
CATEGORIES= audio python
MASTER_SITES= http://spacepants.org/src/pymad/download/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= pymad-${PORTVERSION}
MAINTAINER= perky@FreeBSD.org
LIB_DEPENDS= mad.1:${PORTSDIR}/audio/mad
USE_REINPLACE= yes
USE_PYTHON= yes
USE_PYDISTUTILS= yes
USE_PYTHON_PREFIX= yes
post-patch:
@${REINPLACE_CMD} 's/^\(.*compile.*\)\?\(.*\)\?\(.*\)$$/\1\2\3/' \
${WRKSRC}/setup.py
do-configure:
@cd ${WRKSRC} && ${PYTHON_CMD} config_unix.py --prefix ${PREFIX}
.include <bsd.port.mk>

1
audio/py-mad/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (pymad-0.3.tar.gz) = ec7d31f5f56d4277ed92ff97933ccd52

1
audio/py-mad/pkg-comment Normal file
View File

@ -0,0 +1 @@
Python module that provides the MPEG Audio Decoder interface

5
audio/py-mad/pkg-descr Normal file
View File

@ -0,0 +1,5 @@
This is a Python module that allows Python programs to use the
MPEG Audio Decoder library. It provides a high-level API which
makes reading from MPEG audio streams a piece of cake.
WWW: http://spacepants.org/src/pymad/

1
audio/py-mad/pkg-plist Normal file
View File

@ -0,0 +1 @@
%%PYTHON_SITELIBDIR%%/madmodule.so