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
|
2020-12-03 19:15:35 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-audioread: updated to 2.1.9
2.1.9
Work correctly with GStreamer 1.18 and later
|
2019-06-18 16:59:46 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-audioread: updated to 2.1.8
2.1.8
Fix an unhandled OSError when FFmpeg is not installed.
2.1.7
Properly close some filehandles in the FFmpeg backend. The maddec backend now \
always produces bytes objects, like the other backends. Resolve an audio data \
memory leak in the GStreamer backend. You can now optionally specify which \
specific backends audio_open should try. On Windows, avoid opening a console \
window to run FFmpeg.
|