mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
New port: audio/py-SoundFile: Audio library based on libsndfile, CFFI and NumPy
See https://github.com/bastibe/SoundFile Approved by: tcberner (mentor)
This commit is contained in:
parent
876a2a7a0c
commit
b7d5f1cdc2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=461740
4 changed files with 33 additions and 0 deletions
|
@ -651,6 +651,7 @@
|
|||
SUBDIR += puddletag
|
||||
SUBDIR += pulseaudio
|
||||
SUBDIR += pulseaudio-module-sndio
|
||||
SUBDIR += py-SoundFile
|
||||
SUBDIR += py-al
|
||||
SUBDIR += py-ao
|
||||
SUBDIR += py-apetag
|
||||
|
|
24
audio/py-SoundFile/Makefile
Normal file
24
audio/py-SoundFile/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= SoundFile
|
||||
DISTVERSION= 0.9.0
|
||||
DISTVERSIONSUFFIX= .post1
|
||||
CATEGORIES= audio python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= Audio library based on libsndfile, CFFI and NumPy
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=0.6:devel/py-cffi@${FLAVOR} \
|
||||
${PYNUMPY} \
|
||||
${PREFIX}/lib/libsndfile.so:audio/libsndfile
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
audio/py-SoundFile/distinfo
Normal file
3
audio/py-SoundFile/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1518517499
|
||||
SHA256 (SoundFile-0.9.0.post1.tar.gz) = e01b53f6ba6dce389f388c819b43466b8708e85e9d832a8a3a1ff95af7c60731
|
||||
SIZE (SoundFile-0.9.0.post1.tar.gz) = 1817974
|
5
audio/py-SoundFile/pkg-descr
Normal file
5
audio/py-SoundFile/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
PySoundFile can read and write sound files. File reading/writing is supported
|
||||
through libsndfile, which is a free, cross-platform, open-source (LGPL) library
|
||||
for reading and writing many different sampled sound file formats.
|
||||
|
||||
WWW: https://github.com/bastibe/PySoundFile
|
Loading…
Add table
Reference in a new issue