Commit graph

7 commits

Author SHA1 Message Date
Jason E. Hale
34341b1031 audio/aubio: Update to 0.4.7
- Allow building with python 3.x
- Add DOCS option for general documentation built by sphinx
- Add MANPAGES option build/install manpages since it requires extra deps
- Add TEST option and disable building tests by default
- Whitespace align options and separate blocks for better readability

audio/py-aubio: Update to 0.4.7
- Allow concurrent installation
2018-10-01 03:13:59 +00:00
Vanilla I. Shu
2e7b48f602 Update to 0.4.5. 2017-04-18 02:25:57 +00:00
Thomas Zander
daad3aced9 Update to upstream version 0.4.4 2017-01-09 11:23:58 +00:00
Vanilla I. Shu
476ba5e8c7 Update to 0.4.3. 2016-12-28 12:42:13 +00:00
Thomas Zander
c39d55b880 Update to upstream version 0.4.2, port cleanup
- Simplify fft handling:
  Only allow single precision fftw3 (recommended by upstream)
  or built-in ooula (fallback)
- Use OPTION helpers
- Add LICENSE_FILE
- Pet portlint

PR:		203239
Submitted by:	tkato432@yahoo.com
Reviewed by:	riggs
2015-10-04 08:41:18 +00:00
Alexey Dokuchaev
2da16487db Fix the build with the DOXYGEN option enabled (do not bump port revision as
this option is not enabled by default).

PR:	200556 (audit trail)
2015-07-24 18:07:08 +00:00
Alexey Dokuchaev
4aae9d7765 - Update `audio/aubio' to version 0.4.1; make all dependencies/features
optional; provide a way to disable Doxygen even when it was found in the
  system
- License was changed to GPLv3; do not install LICENSE_FILE since it is
  merely a boilerplate with no actual copyright data
- `audio/ardour' needs to be patched for API changes in aubio 0.4.  The
  patch comes from upstream, but new aubio version detection logic is not
  directly applicable, so simply define HAVE_AUBIO4 in the port's Makefile
- While here, ensure that `audio/ardour' gets all of its dependencies,
  (ir)regardless of particular OPTIONS selected (or not selected) for the
  `audio/aubio' port
- Bump port revisions of `audio/ardour' and `audio/denemo', the only two
  libaubio consumers in the tree

PR:	200556 (slightly modified)
2015-07-21 01:52:25 +00:00