mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Move audio/py-mad to audio/py-pymad
- Change MASTER_SITES to CHEESESHOP - Remove PORTSCOUT - Update WWW
This commit is contained in:
parent
a7a724ddd7
commit
ab4518f24f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=460794
5 changed files with 7 additions and 13 deletions
|
@ -661,7 +661,6 @@
|
|||
SUBDIR += py-hsaudiotag
|
||||
SUBDIR += py-id3
|
||||
SUBDIR += py-karaoke
|
||||
SUBDIR += py-mad
|
||||
SUBDIR += py-mpd
|
||||
SUBDIR += py-mpd2
|
||||
SUBDIR += py-musicbrainz2
|
||||
|
@ -675,6 +674,7 @@
|
|||
SUBDIR += py-pyaudio
|
||||
SUBDIR += py-pylast
|
||||
SUBDIR += py-pyliblo
|
||||
SUBDIR += py-pymad
|
||||
SUBDIR += py-pysndfile
|
||||
SUBDIR += py-shout
|
||||
SUBDIR += py-soundcloud
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
TIMESTAMP = 1517636418
|
||||
SHA256 (jaqx0r-pymad-version-0.10_GH0.tar.gz) = 562ed8cec9b3499fac9c926969b94c250fd8b71321ee6c0633d7c89ed163e3fc
|
||||
SIZE (jaqx0r-pymad-version-0.10_GH0.tar.gz) = 26815
|
|
@ -1,10 +1,10 @@
|
|||
# Created by: Hye-Shik Chang
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mad
|
||||
PORTNAME= pymad
|
||||
PORTVERSION= 0.10
|
||||
DISTVERSIONPREFIX= version/
|
||||
CATEGORIES= audio python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
|
@ -15,15 +15,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
|||
|
||||
LIB_DEPENDS= libmad.so:audio/libmad
|
||||
|
||||
PORTSCOUT= ignore:1
|
||||
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
USES= python
|
||||
|
||||
GH_ACCOUNT= jaqx0r
|
||||
GH_PROJECT= pymad
|
||||
USE_GITHUB= yes
|
||||
|
||||
do-configure:
|
||||
@cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} config_unix.py --prefix ${LOCALBASE}
|
||||
|
3
audio/py-pymad/distinfo
Normal file
3
audio/py-pymad/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1517641451
|
||||
SHA256 (pymad-0.10.tar.gz) = 4f3cb83614095cf15205d2ebc344148ae11acb22c85741a94748f614d4c4def1
|
||||
SIZE (pymad-0.10.tar.gz) = 22689
|
|
@ -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://github.com/jaqx0r/pymad
|
||||
WWW: https://pypi.python.org/pypi/pymad
|
Loading…
Add table
Reference in a new issue