From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id ADF4E1382C5 for ; Sun, 18 Apr 2021 15:04:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07E4EE07D7; Sun, 18 Apr 2021 15:04:53 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E6FE5E07D7 for ; Sun, 18 Apr 2021 15:04:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 006CE340D81 for ; Sun, 18 Apr 2021 15:04:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AE73C64A for ; Sun, 18 Apr 2021 15:04:50 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1618758278.c196b9620a08dd097b55fb024015ccbe63978eaa.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pulseaudio/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/pulseaudio/pulseaudio-13.0-r1.ebuild X-VCS-Directories: media-sound/pulseaudio/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: c196b9620a08dd097b55fb024015ccbe63978eaa X-VCS-Branch: master Date: Sun, 18 Apr 2021 15:04:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6bc0790a-78f5-4cd4-a54a-58a000becdc8 X-Archives-Hash: 65c066e58689d2cf77b4e024cd063bbb commit: c196b9620a08dd097b55fb024015ccbe63978eaa Author: David Michael gmail com> AuthorDate: Wed Apr 14 21:50:38 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Apr 18 15:04:38 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c196b962 media-sound/pulseaudio: fix orcc patch Closes: https://bugs.gentoo.org/782892 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: David Michael gmail.com> Signed-off-by: Matt Turner gentoo.org> media-sound/pulseaudio/pulseaudio-13.0-r1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/media-sound/pulseaudio/pulseaudio-13.0-r1.ebuild b/media-sound/pulseaudio/pulseaudio-13.0-r1.ebuild index 3c5267c13a0..6dc8380381b 100644 --- a/media-sound/pulseaudio/pulseaudio-13.0-r1.ebuild +++ b/media-sound/pulseaudio/pulseaudio-13.0-r1.ebuild @@ -114,6 +114,7 @@ RDEPEND="${RDEPEND} BDEPEND=" doc? ( app-doc/doxygen ) + orc? ( >=dev-lang/orc-0.4.15 ) system-wide? ( dev-util/unifdef ) test? ( >=dev-libs/check-0.9.10 ) sys-devel/gettext @@ -182,6 +183,7 @@ multilib_src_configure() { $(multilib_native_use_with equalizer fftw) $(multilib_native_use_with sox soxr) $(multilib_native_usex gdbm '--with-database=gdbm' '--with-database=simple') + $(multilib_native_usex orc "ORCC=${BROOT}/usr/bin/orcc" '') $(use_enable glib glib2) $(use_enable asyncns) $(use_enable cpu_flags_arm_neon neon-opt)