aboutsummaryrefslogtreecommitdiffstats
path: root/audio/gnormalize
Commit message (Collapse)AuthorAgeFilesLines
* Chase multimedia/mp4v2 update.makc2010-08-121-1/+1
| | | | | PR: ports/148643 Submitted by: Christopher Key <cjk32 at cam.ac.uk>
* - update audio/lame to 3.98.4netchild2010-06-031-1/+1
| | | | | | | | | - 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 xz utils and lzma library have been imported into base, so makenaddy2010-05-221-1/+4
| | | | the dependency on the archivers/xz port conditional on OSVERSION.
* - update to 1.4.1dinoex2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - update to jpeg-8dinoex2010-02-051-1/+1
|
* lzmautils -> xznaddy2009-09-211-2/+2
| | | | Feature safe: yes
* - Chase audio/faad shlib bumpmiwi2009-02-211-0/+1
|
* - Update to 0.63miwi2008-08-263-34/+22
| | | | | PR: 126836 Submitted by: Denise H. G. <darcsis@gmail.com> (maintainer)
* - Enable wavegain supportmiwi2008-06-211-5/+5
| | | | | | | - Bump PORTREVISION PR: 124808 Submitted by: Denise H. G. <darcsis@gmail.com> (maintainer)
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+1
| | | | | | | | | | 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)
* - Update to 0.61miwi2008-05-252-20/+63
| | | | | PR: 123930 Submitted by: Denise H. G. <darcsis@gmail.com> (maintainer)
* - Update to 0.60rafan2008-05-053-7/+8
| | | | | PR: ports/123365 Submitted by: Denise H. G. <darcsis at gmail.com> (maintainer)
* - Update to 0.53miwi2008-03-072-13/+4
| | | | | PR; 121301 Submitted by: maintainer
* gnormalize decodes the MP3/MP4/MPC/OGG/APE/FLAC file to WAV,rafan2008-02-085-0/+154
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>