Path to this page:
./
audio/py-audioread,
Audio file decoder
Branch: CURRENT,
Version: 3.0.1nb1,
Package name: py311-audioread-3.0.1nb1,
Maintainer: pkgsrc-usersDecode audio files using whichever backend is available. The library currently
supports:
- Gstreamer via PyGObject.
- CoreAudio on Mac OS X via ctypes. (PyObjC not required.)
- MAD via the pymad bindings.
- FFmpeg or Libav via its command-line interface.
- The standard library wave, aifc, and sunau modules (for uncompressed audio
formats).
Required to run:[
devel/py-setuptools] [
lang/python37]
Required to build:[
pkgtools/cwrappers] [
devel/py-test-runner]
Master sites:
Filesize: 113.782 KB
Version history: (Expand)
- (2023-10-28) Updated to version: py311-audioread-3.0.1nb1
- (2023-10-01) Updated to version: py311-audioread-3.0.1
- (2023-08-04) Updated to version: py310-audioread-3.0.0
- (2023-02-09) Updated to version: py310-audioread-2.1.9nb1
- (2022-01-05) Updated to version: py39-audioread-2.1.9nb1
- (2021-10-07) Updated to version: py39-audioread-2.1.9
CVS history: (Expand)
2023-10-28 21:57:26 by Thomas Klausner | Files touched by this commit (516) | |
Log message:
python/wheel.mk: simplify a lot, and switch to 'installer' for installation
This follows the recommended bootstrap method (flit_core, build, installer).
However, installer installs different files than pip, so update PLISTs
for all packages using wheel.mk and bump their PKGREVISIONs.
|
2023-10-01 18:13:35 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-audioread: updated to 3.0.1
3.0.1
Fix a possible deadlock when FFmpeg's version output produces too much data.
|
2023-08-04 10:30:19 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-audioread: updated to 3.0.0
3.0.0
Drop support for Python 2 and older versions of Python 3. The library now \
requires Python 3.6+. Increase default block size in FFmpegAudioFile to get \
slightly faster file reading. Cache backends for faster lookup (thanks to \
@bmcfee). Audio file classes now inherit from a common base AudioFile class.
|
2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319) |
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.
Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).
No change to BUILD_DEPENDS as used correctly inside buildlink3.
As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
|
2023-04-30 20:31:42 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-audioread: not for python 2
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-10-26 11:59:39 by Nia Alarie | Files touched by this commit (455) |
Log message:
audio: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes.
The following distfiles couldn't be fetched (possibly they are fetched
conditionally):
./audio/freeswitch-sounds-ru/distinfo \
freeswitch/freeswitch-sounds-ru-RU-elena-32000-1.0.13.tar.gz
./audio/freeswitch-sounds-ru/distinfo \
freeswitch/freeswitch-sounds-ru-RU-elena-48000-1.0.13.tar.gz
./audio/freeswitch-music/distinfo \
freeswitch/freeswitch-sounds-music-32000-1.0.8.tar.gz
./audio/freeswitch-music/distinfo \
freeswitch/freeswitch-sounds-music-48000-1.0.8.tar.gz
./audio/freeswitch-sounds-fr/distinfo \
freeswitch/freeswitch-sounds-fr-ca-june-32000-1.0.18.tar.gz
./audio/freeswitch-sounds-fr/distinfo \
freeswitch/freeswitch-sounds-fr-ca-june-48000-1.0.18.tar.gz
./audio/freeswitch-sounds-en/distinfo \
freeswitch/freeswitch-sounds-en-us-callie-32000-1.0.22.tar.gz
./audio/freeswitch-sounds-en/distinfo \
freeswitch/freeswitch-sounds-en-us-callie-48000-1.0.22.tar.gz
|
2021-10-07 15:10:03 by Nia Alarie | Files touched by this commit (459) |
Log message:
audio: Remove SHA1 hashes for distfiles
|