notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: audio/aubio/pkg-plist
SVNWeb

Number of commits found: 17

Mon, 18 Jan 2021
[ 19:40 jhale search for other commits by this committer ] Original commit   Revision:561962
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.
Fri, 8 Jan 2021
[ 07:47 fluffy search for other commits by this committer ] Original commit   Revision:560752 (Only the first 10 of 87 ports in this commit are shown above. View all ports for this commit)
devel/doxygen: Update to 1.9.0

- regen patches by 'make makepatch'
- adjust consumers which affected by new doxygen styles
- take maintainersip

Changelog: https://www.doxygen.nl/manual/changelog.html#log_1_9_0

PR:		242347
Submitted by:	fluffy
Reported by:	Naram Qashat (ex-maintainer)
Exp-run by:	antoine
Mon, 11 May 2020
[ 23:51 dbaio search for other commits by this committer ] Original commit   Revision:534966 (Only the first 10 of 144 ports in this commit are shown above. View all ports for this commit)
Update Sphinx

- Repocopy textproc/py-sphinx to textproc/py-sphinx18

  Update it to 1.8.5 (latest version from 1.8.X).
  This version supports Python 2 and 3.
  Add test target.

- textproc/py-sphinx: Update to 3.0.2

  Python 3 only (3.5+).
  Add test target.

- Mk/Uses/python.mk: Add PY_SPHINX
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 1 Oct 2018
[ 03:14 jhale search for other commits by this committer ] Original commit   Revision:480997
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
Wed, 14 Feb 2018
[ 14:17 jhale search for other commits by this committer ] Original commit   Revision:461807
Update to 0.4.6

Changes:	https://aubio.org/pub/aubio-0.4.6.changelog
Fri, 19 Jan 2018
[ 21:28 antoine search for other commits by this committer ] Original commit   Revision:459474 (Only the first 10 of 25 ports in this commit are shown above. View all ports for this commit)
Update devel/doxygen to 1.8.14

PR:		225290
Submitted by:	Naram Qashat (maintainer)
Tue, 18 Apr 2017
[ 02:25 vanilla search for other commits by this committer ] Original commit   Revision:438758
Update to 0.4.5.
Mon, 9 Jan 2017
[ 11:23 riggs search for other commits by this committer ] Original commit   Revision:430940
Update to upstream version 0.4.4
Wed, 28 Dec 2016
[ 12:42 vanilla search for other commits by this committer ] Original commit   Revision:429746
Update to 0.4.3.
Tue, 27 Sep 2016
[ 16:32 antoine search for other commits by this committer ] Original commit   Revision:422818 (Only the first 10 of 42 ports in this commit are shown above. View all ports for this commit)
- Update devel/doxygen to 1.8.12
- Adjust plist of ports depending on it

PR:		212869
Sun, 4 Oct 2015
[ 08:41 riggs search for other commits by this committer ] Original commit   Revision:398565
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 search for other commits by this committer ] Original commit   Revision:392608
- 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)
Mon, 20 Oct 2014
[ 06:36 bapt search for other commits by this committer ] Original commit   Revision:371234 (Only the first 10 of 352 ports in this commit are shown above. View all ports for this commit)
Cleanup plist
Thu, 5 Jun 2014
[ 18:23 amdmi3 search for other commits by this committer ] Original commit   Revision:356677
- Switch audio/aubio to USES=libtool, drop .la files
- Bump dependees as .so version has changed

Approved by:	portmgr blanket
Fri, 29 Mar 2013
[ 18:24 bdrewery search for other commits by this committer ] Original commit   Revision:315555
- Don't remove share/sounds as this port does not own it,
  gnomehier does
- Trim header

Reported by:	pointyhat
Sun, 19 Aug 2012
[ 09:42 danfe search for other commits by this committer ] Original commit 
- Correct dependencies: math/fftw3 is only needed for build (as provider of
  `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
Sun, 24 Aug 2008
[ 18:04 trasz search for other commits by this committer ] Original commit 
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: 17