Add py-musepack: Python module that provides the Musepack decoding interface
This Python module lets you load and decode Musepack (MPC/MP+ files). Its API has been chosen to mostly match pyvorbis and pymad. It also includes a module to read and write APEv2 metadata tags. WWW: http://sacredchao.net/~piman/software/python.shtml PR: 109070 Submitted by: Zhen REN
This commit is contained in:
parent
b7ed4185ae
commit
c661a65117
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=184942
5 changed files with 42 additions and 0 deletions
|
@ -494,6 +494,7 @@
|
|||
SUBDIR += py-libmpdclient
|
||||
SUBDIR += py-libtunepimp
|
||||
SUBDIR += py-mad
|
||||
SUBDIR += py-musepack
|
||||
SUBDIR += py-musicbrainz
|
||||
SUBDIR += py-musicbrainz2
|
||||
SUBDIR += py-mutagen
|
||||
|
|
25
audio/py-musepack/Makefile
Normal file
25
audio/py-musepack/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# New ports collection makefile for: py-musepack
|
||||
# Date created: 12 February 2007
|
||||
# Whom: Zhen REN <bg1tpt@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= musepack
|
||||
PORTVERSION= 0.4
|
||||
CATEGORIES= audio python
|
||||
MASTER_SITES= http://www.sacredchao.net/~piman/software/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= py${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= bg1tpt@gmail.com
|
||||
COMMENT= Python module that provides the Musepack decoding interface
|
||||
|
||||
LIB_DEPENDS= mpcdec:${PORTSDIR}/audio/libmpcdec
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
USE_PYTHON_PREFIX= yes
|
||||
MAKE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
.include <bsd.port.mk>
|
3
audio/py-musepack/distinfo
Normal file
3
audio/py-musepack/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (pymusepack-0.4.tar.gz) = e534739c46f8b71a147faa600bed9405
|
||||
SHA256 (pymusepack-0.4.tar.gz) = 397493d5ebc1e87ae73b20d2b5f626141f753267878747c4f6f65d035deb07c8
|
||||
SIZE (pymusepack-0.4.tar.gz) = 19641
|
5
audio/py-musepack/pkg-descr
Normal file
5
audio/py-musepack/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
This Python module lets you load and decode Musepack (MPC/MP+ files).
|
||||
Its API has been chosen to mostly match pyvorbis and pymad. It also
|
||||
includes a module to read and write APEv2 metadata tags.
|
||||
|
||||
WWW: http://sacredchao.net/~piman/software/python.shtml
|
8
audio/py-musepack/pkg-plist
Normal file
8
audio/py-musepack/pkg-plist
Normal file
|
@ -0,0 +1,8 @@
|
|||
%%PYTHON_SITELIBDIR%%/musepack/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/musepack/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/musepack/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/musepack/apev2.py
|
||||
%%PYTHON_SITELIBDIR%%/musepack/apev2.pyc
|
||||
%%PYTHON_SITELIBDIR%%/musepack/apev2.pyo
|
||||
%%PYTHON_SITELIBDIR%%/musepack/mpc.so
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/musepack
|
Loading…
Reference in a new issue