aboutsummaryrefslogtreecommitdiff
path: root/audio/audacity
Commit message (Collapse)AuthorAgeFilesLines
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGMartin Wilke2008-03-221-2/+1
| | | | | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup) Notes: svn path=/head/; revision=209583
* - Chase increase of audio/libvorbis shlib version.Martin Wilke2007-07-281-2/+2
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=196462
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Fix build with gcc 4.1Pav Lucistnik2006-12-311-0/+11
| | | | | | | | PR: ports/106854 Submitted by: maintainer Notes: svn path=/head/; revision=181147
* - Use features of bsd.wx.mk, especially USE_WXPav Lucistnik2006-12-011-3/+2
| | | | | | | | PR: ports/101613 Submitted by: alepulver Notes: svn path=/head/; revision=178433
* - Add CONFLICTS with audio/audacity-devel.Alejandro Pulver2006-11-051-0/+2
| | | | Notes: svn path=/head/; revision=176416
* Fix build on amd64 (maybe others too)Tilman Keskinoz2006-04-152-4/+12
| | | | | | | | | PR: 93191 Submitted by: Dan Ponte <dcp1990@neptune.atopia.net> Approved by: maintainer Notes: svn path=/head/; revision=159651
* Conversion to a single libtool environment.Ade Lovett2006-02-231-1/+0
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* BROKEN on !i386: Does not compileKris Kennaway2006-01-261-2/+2
| | | | Notes: svn path=/head/; revision=154530
* BROKEN on ia64 and spar64: Does not compileKris Kennaway2006-01-141-0/+4
| | | | Notes: svn path=/head/; revision=153432
* Update to 1.2.4Marcus Alves Grando2005-12-123-48/+58
| | | | | | | | | | | | | | Switch to wxGTK 2.6 Use OPTIONS Fix edge case of linking against libid3tag if installed without registering a dependency (reported by Laurent Debacker). Add SHA256 portlint(1) PR: 90294 Submitted by: maintainer Notes: svn path=/head/; revision=151040
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-1/+1
| | | | Notes: svn path=/head/; revision=147269
* Finish repo copy of wxgtk 2.4.2 ports to wxgtk24*Max Khon2005-05-121-1/+1
| | | | Notes: svn path=/head/; revision=135139
* Bump PORTREVISION to chase the glib20 shared lib version change.Joe Marcus Clarke2005-03-121-0/+1
| | | | Notes: svn path=/head/; revision=130974
* - Limit SSE CFLAGS to i386 onlyPav Lucistnik2004-12-221-1/+1
| | | | | | | | PR: ports/75367 Submitted by: Craig Boston <craig@yekse.gank.org> (maintainer) Notes: svn path=/head/; revision=124810
* - Update to 1.2.3Pav Lucistnik2004-12-066-35/+49
| | | | | | | | PR: ports/74141 (followup) Submitted by: Craig Boston <craig@yekse.gank.org> (maintainer) Notes: svn path=/head/; revision=123332
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in theJoe Marcus Clarke2004-11-071-0/+1
| | | | | | | big upgrade. Notes: svn path=/head/; revision=121070
* - Update to version 1.2.1Kirill Ponomarev2004-06-103-5/+12
| | | | | | | | PR: ports/67771 Submitted by: maintainer Notes: svn path=/head/; revision=111208
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.Joe Marcus Clarke2004-04-051-0/+1
| | | | Notes: svn path=/head/; revision=106175
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* - Add missing patchesKirill Ponomarev2004-03-039-0/+135
| | | | Notes: svn path=/head/; revision=102817
* - Update to version 1.2.0Kirill Ponomarev2004-03-036-63/+69
| | | | | | | | PR: ports/63673 Submitted by: maintainer Notes: svn path=/head/; revision=102816
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Catch up with libogg/libvorbis version bump.Christian Weisgerber2003-12-201-2/+2
| | | | Notes: svn path=/head/; revision=96269
* - Hand this orphaned port to volunteerPav Lucistnik2003-12-151-1/+3
| | | | | | | | | | - Add CONFLICTS with new audacity-devel PR: ports/59915 Submitted by: Craig Boston <craig@yekse.gank.org> Notes: svn path=/head/; revision=95924
* Chase the libmad/libid3tag shared lib version.Joe Marcus Clarke2003-12-071-1/+1
| | | | Notes: svn path=/head/; revision=95225
* Use wxWindows with gtk2Tilman Keskinoz2003-11-061-6/+7
| | | | | | | | | | | Bump PORTREVISION Drop Maintainership PR: 58955 Submitted by: Pav Lucistnik <pav@oook.cz> Notes: svn path=/head/; revision=93244
* Chase wxgtk library name (and version) change.Max Khon2003-11-041-1/+1
| | | | Notes: svn path=/head/; revision=93109
* Cosmetic fix: use %%DOCSDIR%% macro.Sergey A. Osokin2003-10-211-4/+4
| | | | | | | | | | No functionally changes. Submitted by: Oleg Karachevtsev <ok@etrust.ru> A part of PR: 57992 Notes: svn path=/head/; revision=91809
* Use wxgtk 2.4.0. bump PORTREVISIONTilman Keskinoz2003-06-011-1/+2
| | | | | | | Submitted by: Michal Pasternak <michal@pasternak.w.lub.pl> Notes: svn path=/head/; revision=81885
* Use pre-everything:: instead of pre-everything: to avoid conflict withKris Kennaway2003-02-281-1/+1
| | | | | | | targets in bsd.port.mk Notes: svn path=/head/; revision=76674
* de-pkg-commentTilman Keskinoz2003-02-222-1/+1
| | | | Notes: svn path=/head/; revision=76148
* Update my EmailaddressTilman Keskinoz2002-10-221-2/+6
| | | | | | | | | | Use bsd.port.(pre|post).mk [1] [1] Pointed out by: KAWATA masahiko <kawata@mta.biglobe.ne.jp> Approved by: kris (mentor) Notes: svn path=/head/; revision=68591
* Chase new name of wxgtk shared library.Maxim Sobolev2002-09-091-1/+1
| | | | Notes: svn path=/head/; revision=65920
* Update to 1.0.0Patrick Li2002-08-073-8/+10
| | | | | | | | PR: ports/41387 Submitted by: maintainer Notes: svn path=/head/; revision=64130
* Ogg Vorbis 1.0 library major version bumps.Christian Weisgerber2002-07-201-1/+2
| | | | Notes: svn path=/head/; revision=63275
* add audacity 0.98Ying-Chieh Liao2002-05-298-0/+105
Audacity is a GUI editor for digital audio waveforms PR: 38699 Submitted by: Tilman Linneweh <tilman@arved.de> Notes: svn path=/head/; revision=60256