aboutsummaryrefslogtreecommitdiff
path: root/audio/sweep
Commit message (Collapse)AuthorAgeFilesLines
* - Add some SHA256 checksumsPav Lucistnik2005-11-231-0/+1
| | | | Notes: svn path=/head/; revision=149221
* 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
* - Update to 0.8.3Emanuel Haupt2005-10-164-27/+7
| | | | | | | | | PR: 87532 Submitted by: Ports Fury Approved by: novel (mentor) (implicit) Notes: svn path=/head/; revision=145596
* change the libtool version to use from 1.3 to 1.5Oliver Lehmann2005-05-312-7/+1
| | | | Notes: svn path=/head/; revision=136537
* Add missing libtool droppingsKris Kennaway2004-11-261-0/+6
| | | | Notes: svn path=/head/; revision=122466
* Drop maintainership.Kirill Ponomarev2004-08-081-1/+1
| | | | Notes: svn path=/head/; revision=115610
* Chase libraries for new audio/speex version.Kirill Ponomarev2004-07-231-2/+2
| | | | Notes: svn path=/head/; revision=114484
* Bang, bang, bang.Kirill Ponomarev2004-07-191-1/+1
| | | | Notes: svn path=/head/; revision=114233
* Chase libraries for new audio/libsamplerate version.Kirill Ponomarev2004-07-191-0/+1
| | | | Notes: svn path=/head/; revision=114232
* - Update to version 0.8.3Kirill Ponomarev2004-04-304-26/+14
| | | | Notes: svn path=/head/; revision=108005
* - Correct plistKirill Ponomarev2004-04-172-6/+11
| | | | Notes: svn path=/head/; revision=107352
* - Remove USE_SIZE knobKirill Ponomarev2004-04-161-1/+0
| | | | Notes: svn path=/head/; revision=107235
* 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
* 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
* - SIZEifyKirill Ponomarev2004-01-302-0/+2
| | | | Notes: svn path=/head/; revision=99518
* Catch up with libogg/libvorbis version bump.Christian Weisgerber2003-12-201-2/+2
| | | | Notes: svn path=/head/; revision=96269
* Chase the libmad/libid3tag shared lib version.Joe Marcus Clarke2003-12-071-2/+2
| | | | Notes: svn path=/head/; revision=95225
* Change my mail to @FreeBSD.orgKirill Ponomarev2003-07-221-1/+1
| | | | | | | Approved by: fjoe (mentor) Notes: svn path=/head/; revision=85354
* Update audio/sweepDaichi GOTO2003-06-191-5/+0
| | | | | | | | PR: 53483 Submitted by: Kirill Ponomarew <ponomarew@oberon.net> (maintainer) Notes: svn path=/head/; revision=83310
* Chase shared lib version of speex.Christian Weisgerber2003-06-121-2/+2
| | | | | | | | PR: 53240 Submitted by: David Yeske <dyeske@yahoo.com> Notes: svn path=/head/; revision=82862
* Chase speex share library version.Tilman Keskinoz2003-05-041-1/+2
| | | | | | | | PR: 51713 Submitted by: J.D. <jimd@siu.edu> Notes: svn path=/head/; revision=80122
* Hand over maintainership to Kirill Ponomarew <ponomarew@oberon.net>.Maxim Sobolev2003-05-011-1/+1
| | | | Notes: svn path=/head/; revision=79934
* - Update to 0.8.2.Maxim Sobolev2003-04-303-5/+5
| | | | | | | | | Submitted by: Kirill Ponomarew <ponomarew@oberon.net> - Drop maintainership. Notes: svn path=/head/; revision=79929
* Remove the USE_GNOMENG macro.Joe Marcus Clarke2003-04-081-1/+0
| | | | Notes: svn path=/head/; revision=78566
* Bump PORTREVISION by updating audio/speex.Norikatsu Shigemura2003-03-251-1/+2
| | | | Notes: svn path=/head/; revision=77438
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Update to 0.8.0.Maxim Sobolev2003-02-038-60/+44
| | | | | | | | PR: 47827 Submitted by: David Magda <dmagda+fbugs@ee.ryerson.ca> Notes: svn path=/head/; revision=74572
* -pthread --> ${PTHREAD_LIBS}Maxim Sobolev2001-03-291-1/+1
| | | | | | | | | | -D_THREAD_SAFE --> ${PTHREAD_CFLAGS} Note: my first intention was to test this out on bento/beta, but per ade's requiest I opted to do it quickly. Notes: svn path=/head/; revision=40539
* Style: use tabs, not spaces, to indent variables in Makefiles.Jimmy Olgeni2001-02-041-1/+1
| | | | | | | (whitespace only changes) Notes: svn path=/head/; revision=37952
* Update to 0.1.1.Maxim Sobolev2000-10-233-13/+35
| | | | Notes: svn path=/head/; revision=34124
* Add sweep - an audio editor for GNOME desktop.Maxim Sobolev2000-09-257-0/+101
Notes: svn path=/head/; revision=33096