aboutsummaryrefslogtreecommitdiff
path: root/audio/waon/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these: audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=374303
* math/fftw3:Tijl Coosemans2014-08-311-0/+1
| | | | | | | | | | - Add USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Remove PTHREAD_CFLAGS and PTHREAD_LIBS - Use MAKE_CMD Notes: svn path=/head/; revision=366788
* - Update to version 0.10Pawel Pekala2014-03-031-3/+3
| | | | | | | | | | | - Add LICENSE PR: ports/186523 Submitted by: Eero Hanninen <fax@nohik.ee> Approved by: maintainer timeout Notes: svn path=/head/; revision=346971
* Support stageBaptiste Daroussin2014-02-051-9/+7
| | | | Notes: svn path=/head/; revision=342893
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-111-4/+4
| | | | | | | | | LIB_DEPENDS in audio With hat: portmgr Notes: svn path=/head/; revision=336166
* 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
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-08-301-6/+3
| | | | | | | | | While here: - trim headers - convert USE_GMAKE to USES=gmake Notes: svn path=/head/; revision=325725
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - update fftw3* to 3.3 [1], and adjust dependent portsBrendan Fabeny2011-10-171-2/+2
| | | | | | | | | | - make use of optimizations by default, where possible (quad flavor to follow shortly, and mpi at a later date) Suggestions and patches from: ache, C. Burns, wen Notes: svn path=/head/; revision=283695
* Bump PORTREVISION after libao update and handle API incompatibility.Christian Weisgerber2010-06-061-2/+2
| | | | Notes: svn path=/head/; revision=255956
* - 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
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* - Chase fftw3 updatePav Lucistnik2009-05-181-2/+2
| | | | Notes: svn path=/head/; revision=234143
* 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.9Martin Wilke2007-12-161-1/+5
| | | | | | | | PR: 117833 Submitted by: Kengo Ichiki <kichiki@users.sourceforge.net> (maintainer) Notes: svn path=/head/; revision=203885
* WaoN is a Wave-to-Notes transcriber (converts audio file into midi file)Martin Wilke2007-10-091-0/+30
and some utility tools such as gWaoN, graphical visualization of the spectra, and phase vocoder for time-stretching and pitch-shifting. WWW: http://waon.sourceforge.net/ PR: ports/117034 Submitted by: Kengo Ichiki <kichiki at users.sourceforge.net> Notes: svn path=/head/; revision=201155