aboutsummaryrefslogtreecommitdiff
path: root/audio/gnormalize
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup plistBaptiste Daroussin2014-10-201-4/+0
| | | | Notes: svn path=/head/; revision=371234
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-06-091-1/+1
| | | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. Categories A-C. CR: D196 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=357139
* Support stageBaptiste Daroussin2014-04-063-64/+54
| | | | Notes: svn path=/head/; revision=350392
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | audio) Notes: svn path=/head/; revision=327706
* Convert to new perl frameworkBaptiste Daroussin2013-09-161-2/+2
| | | | | | | Convert from USE_GMAKE to USES=gmake Notes: svn path=/head/; revision=327419
* Use shebangfixBaptiste Daroussin2013-05-071-5/+4
| | | | Notes: svn path=/head/; revision=317573
* Remove USE_CDRTOOLS from bsd.port.mkBaptiste Daroussin2013-04-261-2/+1
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=316600
* Convert to new options.Wesley Shields2013-01-081-28/+18
| | | | | | | | | | | Trim header. PR: ports/173797 Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> Approved by: maintainer timeout Notes: svn path=/head/; revision=310097
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-301-3/+3
| | | | | | | Approved by: portmgr@ (bapt@) Notes: svn path=/head/; revision=300261
* Update lame to 3.99.3.Alexander Leidinger2012-01-141-1/+1
| | | | | | | Bump portrevision of all ports which depend upon it. Notes: svn path=/head/; revision=289243
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Chase multimedia/mp4v2 update.Max Brazhnikov2010-08-111-1/+1
| | | | | | | | PR: ports/148643 Submitted by: Christopher Key <cjk32 at cam.ac.uk> Notes: svn path=/head/; revision=259124
* - update audio/lame to 3.98.4Alexander Leidinger2010-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) Notes: svn path=/head/; revision=255644
* The xz utils and lzma library have been imported into base, so makeChristian Weisgerber2010-05-211-1/+4
| | | | | | | the dependency on the archivers/xz port conditional on OSVERSION. Notes: svn path=/head/; revision=254738
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* lzmautils -> xzChristian Weisgerber2009-09-211-2/+2
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=241877
* - Chase audio/faad shlib bumpMartin Wilke2009-02-211-0/+1
| | | | Notes: svn path=/head/; revision=228783
* - Update to 0.63Martin Wilke2008-08-253-34/+22
| | | | | | | | PR: 126836 Submitted by: Denise H. G. <darcsis@gmail.com> (maintainer) Notes: svn path=/head/; revision=219181
* - Enable wavegain supportMartin Wilke2008-06-211-5/+5
| | | | | | | | | | - Bump PORTREVISION PR: 124808 Submitted by: Denise H. G. <darcsis@gmail.com> (maintainer) Notes: svn path=/head/; revision=215476
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-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) Notes: svn path=/head/; revision=214428
* - Update to 0.61Martin Wilke2008-05-242-20/+63
| | | | | | | | PR: 123930 Submitted by: Denise H. G. <darcsis@gmail.com> (maintainer) Notes: svn path=/head/; revision=213632
* - Update to 0.60Rong-En Fan2008-05-053-7/+8
| | | | | | | | PR: ports/123365 Submitted by: Denise H. G. <darcsis at gmail.com> (maintainer) Notes: svn path=/head/; revision=212626
* - Update to 0.53Martin Wilke2008-03-062-13/+4
| | | | | | | | PR; 121301 Submitted by: maintainer Notes: svn path=/head/; revision=208539
* gnormalize decodes the MP3/MP4/MPC/OGG/APE/FLAC file to WAV,Rong-En Fan2008-02-075-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> Notes: svn path=/head/; revision=206854