This macros has been useless since cdrtools-cjk port has gone.
This macros also lead to badly handled dependencies assuming that the dependency
on cdrtools was most BUILD and RUN dependency. While most of the time it is
simply a RUN dependency and sometime a build one.
While here:
- Trim some headers
- Convert some ports to optionsng
- Convert some ports to USES= gettext
- use ?= for the portrevision of a master port to make it possible to
change it in a slave port which depends upon lame
- bump portrevisions of ports which depend upon lame
- done via a semi-automated way (manual review and fixup)
- I tried to take care to not bump ports which only depend optionaly on
lame (with a default of no dependency)
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
then normalizes the WAV to a targeted volume level and re-encodes
it. Moreover, gnormalize can extract Audio CD track and output as
various popular audio formats (MP3, MP4, MPC, OGG, APE, FLAC, WAV)
with fast speed and high quality. gnormalize can also convert audio
format between MP3, MP4, MPC, OGG, APE and FLAC with high fidelity,
which meets your need to play and collect audio files. It can change
the encoding and Metadata (tag) properties of final normalized files.
WWW: http://gnormalize.sourceforge.net/
PR: ports/117544
Submitted by: Denise H. G. <darcsis at gmail.com>