Commit Graph

8 Commits

Author SHA1 Message Date
sthen
81d581665c bump for MODPY_DEFAULT_VERSION_3 change 2022-11-13 15:27:35 +00:00
sthen
2206a80000 rename MODPY_PEP517 to MODPY_PYBUILD which is a bit less of a
magic-numbers name and more of a nod at the frontend we're actually
using for the build.
2022-09-13 20:56:17 +00:00
sthen
39e54bf66e move audio/* from MODPY_SETUPTOOLS to MODPY_PEP517=setuptools 2022-09-09 19:12:12 +00:00
op
0d01b39e70 update audio/ffmpeg-normalize to 1.23.0
changelog:
https://github.com/slhck/ffmpeg-normalize/blob/master/CHANGELOG.md

diff from Yifei Zhan (thanks!), ok Laurence Tratt (MAINTAINER) and
sthen@.
2022-06-23 13:10:59 +00:00
naddy
b80841c8ec drop RCS Ids 2022-03-11 18:20:04 +00:00
sthen
8ad2bb9a3a bump REVISION for switch from Python 3.8 -> 3.9 2021-11-02 00:00:12 +00:00
sthen
3cbe1c2f30 Reverse the polarity of MODPY_VERSION; default is now 3.x,
if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}.

This commit doesn't change any versions currently used; it may be that
some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those
should be cleaned up in the course of updating ports where possible.

Python module ports providing py3-* packages should still use
FLAVOR=python3 so that we don't have a mixture of dependencies some
using ${MODPY_FLAVOR} and others not.
2021-02-23 19:39:08 +00:00
kn
b77497c86d Import ffmpeg-normalize
This program normalizes media files using FFmpeg to a certain loudness level
using the EBU R128 loudness normalization procedure. It can also perform
RMS-based normalization (where the mean is lifted or attenuated), or peak
normalization to a certain target level. Batch processing of several input
files is possible, including video files.

From Laurence Tratt (maintainer)
OK edd
2020-07-15 20:39:52 +00:00