Update WWW
This commit is contained in:
parent
7a533eb38d
commit
0cbe89193a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=527360
2 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
|||
|
||||
LIB_DEPENDS= libmad.so:audio/libmad
|
||||
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
do-configure:
|
||||
@cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} config_unix.py --prefix ${LOCALBASE}
|
||||
|
|
|
@ -2,4 +2,4 @@ pymad is a Python module that allows Python programs to use the MPEG Audio
|
|||
Decoder library. pymad provides a high-level API, similar to the pyogg module,
|
||||
which makes reading PCM data from MPEG audio streams a piece of cake.
|
||||
|
||||
WWW: https://pypi.org/project/pymad/
|
||||
WWW: https://github.com/jaqx0r/pymad
|
||||
|
|
Loading…
Reference in a new issue