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 8A156B8053E for ; Sat, 25 Jun 2016 22:16:27 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 7052B1ACB for ; Sat, 25 Jun 2016 22:16:27 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 6FABAB8053C; 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 6D076B80538 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 42E021AC9 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 u5PMGQYO044440 for ; Sat, 25 Jun 2016 22:16:27 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: [Bug 210548] audio/pulseaudio: Update to 9.0 Date: Sat, 25 Jun 2016 22:16:27 +0000 X-Bugzilla-Reason: CC AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None 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: lightside@gmx.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gnome@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: flagtypes.name attachments.isobsolete attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D210548 lightside changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #171770|maintainer-approval?(gnome@ | Flags|FreeBSD.org) | Attachment #171770|0 |1 is obsolete| | Attachment #171803| |maintainer-approval?(gnome@ Flags| |FreeBSD.org) --- 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 --=20 You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.=