From owner-freebsd-gnome@freebsd.org Sat Jun 25 22:16:27 2016 Return-Path: Delivered-To: freebsd-gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 64EBFB80537 for ; Sat, 25 Jun 2016 22:16:27 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 4EE2B1ACA for ; Sat, 25 Jun 2016 22:16:27 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 4DF0AB80536; Sat, 25 Jun 2016 22:16:27 +0000 (UTC) Delivered-To: gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4B444B80535 for ; Sat, 25 Jun 2016 22:16:27 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1A3041AC8 for ; Sat, 25 Jun 2016 22:16:27 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u5PMGQYM044440 for ; Sat, 25 Jun 2016 22:16:26 GMT (envelope-from bugzilla-noreply@freebsd.org) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: maintainer-approval requested: [Bug 210548] audio/pulseaudio: Update to 9.0 : [Attachment 171803] Proposed patch (since 412344 revision) Date: Sat, 25 Jun 2016 22:16:26 +0000 X-Bugzilla-Type: request X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa, patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gnome@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Jun 2016 22:16:27 -0000 lightside has asked gnome@FreeBSD.org for maintainer-approval: Bug 210548: audio/pulseaudio: Update to 9.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D210548 Attachment 171803: Proposed patch (since 412344 revision) https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D171803&action=3Dedit --- Comment #11 from lightside --- Created attachment 171803 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D171803&action= =3Dedit 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 def= ined - Replace files/patch-src_daemon_default.pa.in with correct sed patch - Regenerate patches - Adapt pkg-plist