- Update to 0.8
- Project moved to github PR: 200292 Submitted by: tkato432@yahoo.com
This commit is contained in:
parent
af487c5694
commit
3627db2267
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=386940
@ -2,13 +2,10 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mad
|
||||
PORTVERSION= 0.7
|
||||
PORTREVISION= 4
|
||||
PORTVERSION= 0.8
|
||||
DISTVERSIONPREFIX= version/
|
||||
CATEGORIES= audio python
|
||||
MASTER_SITES= GOOGLE_CODE
|
||||
PROJECTHOST= pymad
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= pymad-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Python module that provides the MPEG Audio Decoder interface
|
||||
@ -18,6 +15,10 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= libmad.so:${PORTSDIR}/audio/libmad
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= jaqx0r
|
||||
GH_PROJECT= pymad
|
||||
|
||||
USES= python:2
|
||||
USE_PYTHON= distutils autoplist pythonprefix
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (pymad-0.7.tar.gz) = 53ae5d3382074f21431299a3186fc9f778fe106f26d737846cc1ef2c34b2d8a1
|
||||
SIZE (pymad-0.7.tar.gz) = 21510
|
||||
SHA256 (jaqx0r-pymad-version-0.8_GH0.tar.gz) = 818750d70ad585769ba29b58003d9157f3e6987fbaa594b7173c001c8086c883
|
||||
SIZE (jaqx0r-pymad-version-0.8_GH0.tar.gz) = 25672
|
||||
|
@ -1,5 +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.
|
||||
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://code.google.com/p/pymad/
|
||||
WWW: https://github.com/jaqx0r/pymad/
|
||||
|
Loading…
Reference in New Issue
Block a user