maintainer-approval requested: [Bug 210548] audio/pulseaudio: Update to 9.0 : [Attachment 171803] Proposed patch (since 412344 revision)
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Jun 25 22:16:27 UTC 2016
lightside <lightside at gmx.com> has asked gnome at FreeBSD.org for
maintainer-approval:
Bug 210548: audio/pulseaudio: Update to 9.0
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210548
Attachment 171803: Proposed patch (since 412344 revision)
https://bugs.freebsd.org/bugzilla/attachment.cgi?id=171803&action=edit
--- Comment #11 from lightside <lightside at gmx.com> ---
Created attachment 171803
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=171803&action=edit
Proposed patch (since 412344 revision)
The new audio/libsoxr port was added in ports r417476. The configure script of
audio/pulseaudio port tries to check availability of libsoxr.so library and use
it by default, if found. This requires to implement SOXR option to be able to
configure this. Also possible to add SPEEX option.
The duplicate of devel/orc may be removed from global LIB_DEPENDS, because of
available SIMD option with SIMD_LIB_DEPENDS.
- Remove devel/orc from LIB_DEPENDS, because of available SIMD_LIB_DEPENDS
- Add SOXR and SPEEX options, enabled by default
- Move audio/speexdsp from LIB_DEPENDS to SPEEX_LIB_DEPENDS
- Add xcb to USE_XORG, required by bin/pacat
- Add iconv to USES, required by bin/pacat
- Replace --disable-systemd with correct --disable-systemd-* configure
arguments
- Move ALSA and JACK to AUDIO options group
- Move BASH and ZSH to COMPLETIONS options group
- Add DATABASE single option to be able to select supported database
- Add SIMPLE (database support) to default options
- Silence mkdir
- Remove unnecessary "-f" option near RM variable, because it's already defined
- Replace files/patch-src_daemon_default.pa.in with correct sed patch
- Regenerate patches
- Adapt pkg-plist
More information about the freebsd-gnome
mailing list