Summary: | audio/sox: Add option to enable sndio support, group audio backend options | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Tobias Kortkamp <tobik> | ||||
Component: | Individual Port(s) | Assignee: | Tobias Kortkamp <tobik> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | dnelson | ||||
Priority: | --- | Keywords: | patch | ||||
Version: | Latest | Flags: | dnelson:
maintainer-feedback+
|
||||
Hardware: | Any | ||||||
OS: | Any | ||||||
URL: | https://reviews.freebsd.org/D11227 | ||||||
Attachments: |
|
Comment on attachment 183487 [details]
sox.diff
This patch looks good to me.
Thanks :) A commit references this bug: Author: tobik Date: Fri Jun 16 15:29:10 UTC 2017 New revision: 443710 URL: https://svnweb.freebsd.org/changeset/ports/443710 Log: - Add SNDIO option and make enabling the sndio backend explicit. It's currently automatically enabled when sndio is available in the build environment. - Add a OSS default option, so that the OSS backend can be turned off if desired. - Since there are a lot of audio backend options, group them to make the config dialog more readable. - USES=localbase:ldflags PR: 219998 Approved by: mat (mentor), Dan Nelson <dnelson@allantgroup.com> (maintainer) Differential Revision: https://reviews.freebsd.org/D11227 Changes: head/audio/sox/Makefile |
Created attachment 183487 [details] sox.diff - Add SNDIO option - Add a OSS default option, so that the OSS backend can be turned off if desired. - Since there are a lot of audio backend options, group them to make the config dialog more readable - USES=localbase:ldflags poudriere testport 11.0/amd64 ok (default options and WITH=SNDIO)