[Bug 200556] [patch] audio/aubio: update to 0.4.1, audio/ardour: patch to chase aubio-0.4 API change

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun May 31 22:28:39 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200556

            Bug ID: 200556
           Summary: [patch] audio/aubio: update to 0.4.1, audio/ardour:
                    patch to chase aubio-0.4 API change
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: matthew at reztek.cz
                CC: danfe at FreeBSD.org
          Keywords: patch
                CC: danfe at FreeBSD.org

Created attachment 157315
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=157315&action=edit
audio/aubio update to 0.4.1, audio/arbour patch to match aubio API

audio/aubio was not cleanly staged, all the compiled python referred to paths
in stagedir. The port was failing to build with DEVELOPER set. It was easier to
update the port to current version which now uses waf for building than to
patch up the old version. All dependencies are optional as of 0.4, so make them
OPTIONs in the port.

audio/ardour needs to be patched for API changes in aubio 0.4. The patch comes
from upstream. Ardour has also switched to waf, so the portion of the upstream
patch that detected the aubio version is inapplicable. Instead of patching
scons, just define HAVE_AUBIO4 in the port Makefile.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list