notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: audio/aubio/distinfo

Number of commits found: 13

Sunday, 25 Jun 2023
21:05 Jason E. Hale (jhale) search for other commits by this committer
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
commit hash: 7d30ecf443fb98ff417283fda4c3d820dc3ea0fb commit hash: 7d30ecf443fb98ff417283fda4c3d820dc3ea0fb commit hash: 7d30ecf443fb98ff417283fda4c3d820dc3ea0fb commit hash: 7d30ecf443fb98ff417283fda4c3d820dc3ea0fb 7d30ecf
Saturday, 18 Mar 2023
14:24 Jason E. Hale (jhale) search for other commits by this committer Author: Daniel Engberg
audio/aubio: Prepare for FFmpeg 6.x update

PR:		270187
commit hash: 7b8fd461b1a56f2dde0dfad1b941875e936986a2 commit hash: 7b8fd461b1a56f2dde0dfad1b941875e936986a2 commit hash: 7b8fd461b1a56f2dde0dfad1b941875e936986a2 commit hash: 7b8fd461b1a56f2dde0dfad1b941875e936986a2 7b8fd46
Monday, 18 Jan 2021
19:40 jhale search for other commits by this committer
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.
Original commitRevision:561962 
Monday, 1 Oct 2018
03:14 jhale search for other commits by this committer
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
Original commitRevision:480997 
Monday, 30 Apr 2018
18:48 jbeich search for other commits by this committer
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
Original commitRevision:468737 
Wednesday, 14 Feb 2018
14:17 jhale search for other commits by this committer
Update to 0.4.6

Changes:	https://aubio.org/pub/aubio-0.4.6.changelog
Original commitRevision:461807 
Tuesday, 18 Apr 2017
02:25 vanilla search for other commits by this committer
Update to 0.4.5.
Original commitRevision:438758 
Monday, 9 Jan 2017
11:23 riggs search for other commits by this committer
Update to upstream version 0.4.4
Original commitRevision:430940 
Wednesday, 28 Dec 2016
12:42 vanilla search for other commits by this committer
Update to 0.4.3.
Original commitRevision:429746 
Sunday, 4 Oct 2015
08:41 riggs search for other commits by this committer
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
Original commitRevision:398565 
Tuesday, 21 Jul 2015
01:52 danfe search for other commits by this committer
- 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)
Original commitRevision:392608 
Saturday, 19 Mar 2011
12:38 miwi search for other commits by this committer
- Get Rid MD5 support
Original commit
Sunday, 24 Aug 2008
18:04 trasz search for other commits by this committer
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/
Original commit

Number of commits found: 13