aboutsummaryrefslogtreecommitdiffstats
path: root/audio/normalize
Commit message (Collapse)AuthorAgeFilesLines
* - 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)
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-1/+1
|
* - Use MASTER_SITE_SAVANNAH to fix fetchpav2009-01-311-1/+1
| | | | Reported by: -fetch-original pointyhat run
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav)
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+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)
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-202-2/+0
| | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
* - When helper programs does not appear at compile time, the generatedrafan2007-08-281-3/+20
| | | | | | | | | | | script is broken. Therefore, disable helper program search at compile time and let it searches programs at runtime. - Helper programs can be installed via OPTIONS. Install madplay for MP3 as default. PR: ports/107386 (based on) Submitted by: Jonathan Liu <Net147 at hotmail.com> Approved by: maintainer via mail
* - Update WWWpav2007-07-291-1/+1
|
* Update to 0.7.7mnag2006-01-304-76/+20
| | | | | | | | | Use audio/libmad instead meta port audio/mad Pass maintainer to submitter PR: 92514 Submitted by: Aleksander Fafula <alex@fafula.com> Approved by: maintainer
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* - Submitter of the last PR kindly agrees to take the portsem2005-11-131-1/+1
|
* - Fix pkg-plist when WITH_XMMS definedsem2005-11-132-1/+3
| | | | | PR: ports/88893 Submitted by: Ion-Mihai "IOnut" Tetcu
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1
| | | | after 5.4-RELEASE.
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* Tidy up whitespace.trevor2004-04-111-1/+1
|
* Support WITHOUT_NLSkris2004-03-282-3/+10
|
* Unbreak the fetch step: USE_BZIP2 must be set before the use ofgreen2004-03-241-1/+1
| | | | | | OPTIONS/<bsd.port.pre.mk> to take effect there. Submitted by: mich
* Add the ability to install the XMMS plugin (WITH_XMMS option).green2004-03-242-2/+14
|
* Add USE_GETTEXT and bump PORTREVISION.marcus2004-02-041-3/+3
| | | | | Submitted by: trevor Tested by: bento
* Add SIZE.trevor2004-01-281-0/+1
|
* Now gettext 0.12.1 is gettext-old.trevor2004-01-241-1/+1
|
* Chase the libmad/libid3tag shared lib version.marcus2003-12-071-1/+2
|
* - Update to version 0.7.6krion2003-11-164-6/+71
| | | | | PR: 59328 Submitted by: Ports Fury
* Reset maintainer to ports@FreeBSD.org. Requested by: kris.linimon2003-11-031-1/+1
|
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.marcus2003-08-271-1/+1
| | | | Prodded by: kris
* Chase the libintl.so shared lib version.marcus2003-08-251-1/+1
|
* Update port: audio/normalize to 0.7.5edwin2003-02-244-5/+6
| | | | | PR: ports/42399 Submitted by: Jamie Aczel <temperanza@softhome.net>
* Chase shlib rev of devel/gettextade2002-08-021-1/+1
| | | | | Submitted by: lots and lots Pointy hat to: ade
* gettext upgrade uber-patch (stage 3)ade2002-04-131-1/+2
| | | | | | | | | | - switch devel/gettext (0.11.1) on, installing full package - flip devel/gettext-old (0.10.35) to installing only static binaries with a "-old" suffix -- gettext-old will have its deorbit burn sequence initiated just after 4.6-RELEASE - fix up ports for the new world order Reviewed by: portmgr
* Stage 1 of gettext update.ade2002-03-161-1/+1
| | | | | | | | | | | | Move gettext (0.10.35) with gettext-old Update gettext from gettext-devel (0.10.40) Remove gettext-devel Fix dependencies Stage 2 will involve upgraded gettext to 0.11 and fixing issues Stage 3 involves a de-orbit burn sequence for gettext-old Reviewed by: portmgr
* Update to version 0.5.2.steve2001-02-273-2/+3
| | | | | PR: 25395 Submitted by: maintainer
* get rid of unnecessary libgnugetopt dependency.sf2001-02-201-2/+1
|
* Style: use tabs, not spaces, to indent variables in Makefiles.olgeni2001-02-051-9/+9
| | | | (whitespace only changes)
* Add normalize, a tool for normalizing the volume of wav and mp3 files.dannyboy2001-02-045-0/+34
PR: 24754 Submitted by: George Reid <greid@ukug.uk.freebsd.org>