non port: audio/aubio/distinfo |
SVNWeb
|
Number of commits found: 13 |
Sun, 25 Jun 2023
|
[ 21:05 Jason E. Hale (jhale) ] 7d30ecf
audio/py-aubio: Fix build with Clang >= 16
python/ext/ufuncs.c:48:3: error: incompatible function pointer types
initializing 'PyUFuncGenericFunction'
Const qualifiers were added to the dimension and strides arguments of
PyUFuncGenericFunction in NumPy 1.19.0 [1]. This was previously a
warning, but Clang 16 has -Werror=incompatible-function-pointer-types
turned on by default.
[1]
https://github.com/numpy/numpy/commit/e94cec800304a6a467cf90ce4e7d3e207770b4b4
Reported by: pkg-fallout
|
Sat, 18 Mar 2023
|
[ 14:24 Jason E. Hale (jhale) Author: Daniel Engberg ] 7b8fd46
audio/aubio: Prepare for FFmpeg 6.x update
PR: 270187
|
Mon, 18 Jan 2021
|
[ 19:40 jhale ]
audio/[py-]aubio: Update to 0.4.9
Enable FFMPEG option by default. This considerably expands the file formats
aubio can handle and most users of this probably already have ffmpeg installed.
|
Mon, 1 Oct 2018
|
[ 03:14 jhale ]
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
|
Mon, 30 Apr 2018
|
[ 18:48 jbeich ]
audio/aubio: unbreak with ffmpeg 4.0
../src/io/source_avcodec.c:262:35: error: use of undeclared identifier
'FF_MIN_BUFFER_SIZE'
s->output = (smpl_t *)av_malloc(AUBIO_AVCODEC_MAX_BUFFER_SIZE *
sizeof(smpl_t));
^
../src/io/source_avcodec.c:61:39: note: expanded from macro
'AUBIO_AVCODEC_MAX_BUFFER_SIZE'
#define AUBIO_AVCODEC_MAX_BUFFER_SIZE FF_MIN_BUFFER_SIZE
^
../src/io/source_avcodec.c:360:25: error: use of undeclared identifier
'FF_MIN_BUFFER_SIZE'
int max_out_samples = AUBIO_AVCODEC_MAX_BUFFER_SIZE / avCodecCtx->channels;
^
../src/io/source_avcodec.c:61:39: note: expanded from macro
'AUBIO_AVCODEC_MAX_BUFFER_SIZE'
#define AUBIO_AVCODEC_MAX_BUFFER_SIZE FF_MIN_BUFFER_SIZE
^
../src/io/source_avcodec.c:434:21: error: use of undeclared identifier
'FF_MIN_BUFFER_SIZE'
max_out_samples = AUBIO_AVCODEC_MAX_BUFFER_SIZE / avCodecCtx->channels;
^
../src/io/source_avcodec.c:61:39: note: expanded from macro
'AUBIO_AVCODEC_MAX_BUFFER_SIZE'
#define AUBIO_AVCODEC_MAX_BUFFER_SIZE FF_MIN_BUFFER_SIZE
^
PR: 227726
Reported by: antoine (via exp-run)
Obtained from: upstream
|
Wed, 14 Feb 2018
|
[ 14:17 jhale ]
Update to 0.4.6
Changes: https://aubio.org/pub/aubio-0.4.6.changelog
|
Tue, 18 Apr 2017
|
[ 02:25 vanilla ]
Update to 0.4.5.
|
Mon, 9 Jan 2017
|
[ 11:23 riggs ]
Update to upstream version 0.4.4
|
Wed, 28 Dec 2016
|
[ 12:42 vanilla ]
Update to 0.4.3.
|
Sun, 4 Oct 2015
|
[ 08:41 riggs ]
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
|
Tue, 21 Jul 2015
|
[ 01:52 danfe ]
- 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)
|
Sat, 19 Mar 2011
|
[ 12:38 miwi ] (Only the first 10 of 4601 ports in this commit are shown above. )
- Get Rid MD5 support
|
Sun, 24 Aug 2008
|
[ 18:04 trasz ]
aubio is a library for audio labelling. Its features include
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/
|
Number of commits found: 13 |