aboutsummaryrefslogtreecommitdiffstats
path: root/audio/aubio
Commit message (Collapse)AuthorAgeFilesLines
* In preparation for making libtool generate libraries with a sane name, fix allbapt2013-12-111-5/+5
| | | | | | LIB_DEPENDS in audio With hat: portmgr
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-201-0/+1
| | | | audio)
* Convert audio from USE_GMAKE to USES=gmakebapt2013-08-311-2/+1
| | | | | | | | While here: - Trim headers - Convert some USE_GNOME=pkgconfig to USES=pkgconfig - Add some missing pkgconf dependencies - Convert some USE_GNOME=gnomehack to USES=pathfix
* Convert USE_PKGCONFIG -> USES=pkgconf for audio categorybapt2013-04-231-2/+1
|
* - Don't remove share/sounds as this port does not own it,bdrewery2013-03-302-7/+2
| | | | | | | gnomehier does - Trim header Reported by: pointyhat
* This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.eadler2013-03-191-1/+1
| | | | | | | | | If a port used other USE_GNOME items it was untouched. The ports that used other USES were fixed by hand. PR: ports/177081 Reviewed by: bapt Approved by: portmgr (miwi)
* Convert audio/jack and fluidsynth to only build depend on pkgconf, trackbapt2012-10-061-0/+1
| | | | dependency impact
* Sort knobs a bit.danfe2012-08-201-2/+3
|
* - Correct dependencies: math/fftw3 is only needed for build (as provider ofdanfe2012-08-193-54/+53
| | | | | | | | `fftw3.h' header file); actual linking is against math/fftw3-float) - Cleanup Makefile: utilize CPPFLAGS, drop ABI versions in LIB_DEPENDS, wrap overly long lines, standardize header - Bump port revision due to updated dependencies - Reformat port description and sort pkg-plist while here
* - update png to 1.5.10dinoex2012-06-011-1/+1
|
* fix the build by adjusting LIB_DEPENDS after changes tobf2012-03-061-1/+2
| | | | | | audio/libsamplerate Reported by: pav
* - update fftw3* to 3.3 [1], and adjust dependent portsbf2011-10-171-1/+1
| | | | | | | - 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
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* Drop maintainership for ports I can't maintain anymore.trasz2010-10-261-1/+1
|
* - update to 1.4.1dinoex2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - update to jpeg-8dinoex2010-02-051-1/+1
|
* - bump all port that indirectly depends on libjpeg and have not yet been ↵dinoex2009-07-311-0/+1
| | | | | | bumped or updated Requested by: edwin
* aubio is a library for audio labelling. Its features includetrasz2008-08-254-0/+98
segmenting a sound file before each of its attacks, performing pitch detection, tapping the beat and producing midi streams from live audio. The name aubio comes from 'audio' with a typo: several transcription errors are likely to be found in the results too. The aim of this project is to provide these automatic labelling features to other audio softwares. Functions can be used offline in sound editors and software samplers, or online in audio effects and virtual instruments. WWW: http://aubio.org/