diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2002-10-08 07:14:39 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2002-10-08 07:14:39 +0000 |
commit | 6a7c1f641257fe0d9e33bf1be5a6fd247c4448c0 (patch) | |
tree | d1f5b300cd42c642e30b92f41efe6cf2b7f90aa5 /audio | |
parent | aafa962865ac730939f1a991bf01ea362edb0aac (diff) | |
download | ports-6a7c1f641257fe0d9e33bf1be5a6fd247c4448c0.tar.gz ports-6a7c1f641257fe0d9e33bf1be5a6fd247c4448c0.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/py-mad/Makefile | 30 | ||||
-rw-r--r-- | audio/py-mad/distinfo | 1 | ||||
-rw-r--r-- | audio/py-mad/pkg-comment | 1 | ||||
-rw-r--r-- | audio/py-mad/pkg-descr | 5 | ||||
-rw-r--r-- | audio/py-mad/pkg-plist | 1 |
6 files changed, 39 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index f24cae2a4c6a..fb13fd98a313 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -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 diff --git a/audio/py-mad/Makefile b/audio/py-mad/Makefile new file mode 100644 index 000000000000..d7cd16f2286e --- /dev/null +++ b/audio/py-mad/Makefile @@ -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> diff --git a/audio/py-mad/distinfo b/audio/py-mad/distinfo new file mode 100644 index 000000000000..9e2f77a4baec --- /dev/null +++ b/audio/py-mad/distinfo @@ -0,0 +1 @@ +MD5 (pymad-0.3.tar.gz) = ec7d31f5f56d4277ed92ff97933ccd52 diff --git a/audio/py-mad/pkg-comment b/audio/py-mad/pkg-comment new file mode 100644 index 000000000000..0539b2137a33 --- /dev/null +++ b/audio/py-mad/pkg-comment @@ -0,0 +1 @@ +Python module that provides the MPEG Audio Decoder interface diff --git a/audio/py-mad/pkg-descr b/audio/py-mad/pkg-descr new file mode 100644 index 000000000000..dd2f68db6103 --- /dev/null +++ b/audio/py-mad/pkg-descr @@ -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/ diff --git a/audio/py-mad/pkg-plist b/audio/py-mad/pkg-plist new file mode 100644 index 000000000000..4ca08c48426b --- /dev/null +++ b/audio/py-mad/pkg-plist @@ -0,0 +1 @@ +%%PYTHON_SITELIBDIR%%/madmodule.so |