Commit Graph

17 Commits

Author SHA1 Message Date
ajacoutot
49e957c543 Need setuptools. 2022-12-03 12:19:21 +00:00
sthen
81d581665c bump for MODPY_DEFAULT_VERSION_3 change 2022-11-13 15:27:35 +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
7989cb78fc rgain: add missing test dep 2021-07-24 08:53:31 +00:00
sthen
2e93431e56 update to rgain3-1.1.1 2021-07-24 08:46:43 +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
sthen
ffcdcf2667 update to rgain3-1.1.10 2021-01-10 20:02:07 +00:00
jeremy
463d0fa723 Add missing dependency on audio/py-mutagen
Help and OK kmos@
2020-10-04 07:56:22 +00:00
ajacoutot
9890d8665a Bump after py-gobject3 merge. 2020-10-03 15:39:57 +00:00
ajacoutot
1ec3183e4b Probably needs an EPOCH (1.3.4 -> 1.0.0 even if the pkgname changes). 2020-09-13 12:24:12 +00:00
ajacoutot
214d9e4fd3 Move to and update to rgain3, forked of rgain (which is unmaintained):
https://github.com/chaudum/rgain
It's now py3.
2020-09-13 12:04:50 +00:00
sthen
a3e5de8f53 drop maintainer 2020-02-03 20:40:37 +00:00
sthen
e57f922939 bump REVISION/adjust hpodder dep for py-mutagen semi-backout 2019-11-19 21:21:10 +00:00
sthen
0022503a80 cope with audio/py-mutagen subpackage split 2019-11-19 12:12:15 +00:00
sthen
9c6e9626b9 s/PERMIT_PACKAGE_CDROM/PERMIT_PACKAGE/ and some light whitespace tidying
in ports which I maintain
2019-06-03 16:06:50 +00:00
sthen
afda54fbe0 import ports/audio/rgain, ok jca@ - this is an alternative to audio/mp3gain
(mp3gain has various vulnerabilities due to a buggy old fork of mpg123's
decoder, additionally is mp3-only, whereas this handles more formats).
See various posts at http://www.openwall.com/lists/oss-security/2017/09/14/

----
ReplayGain is designed to solve the problem of varying volumes between
different audio files. This package provides Python modules and scripts
to read, write and calculate Replay Gain on various file formats (Ogg
Vorbis, flac, WavPack, MP4, MP3).
----
2017-09-17 16:43:24 +00:00