From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1249649-garchives=archives.gentoo.org@lists.gentoo.org> 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 BFB811382C5 for <garchives@archives.gentoo.org>; Tue, 9 Feb 2021 23:00:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD439E08E5; Tue, 9 Feb 2021 23:00:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 A3354E08E5 for <gentoo-commits@lists.gentoo.org>; Tue, 9 Feb 2021 23:00:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 C0543340DEC for <gentoo-commits@lists.gentoo.org>; Tue, 9 Feb 2021 23:00:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5DE6BC3 for <gentoo-commits@lists.gentoo.org>; Tue, 9 Feb 2021 22:59:59 +0000 (UTC) From: "Matthew Thode" <prometheanfire@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Thode" <prometheanfire@gentoo.org> Message-ID: <1612911593.aea1695f0b9bcb8362b6c3d8d2e670c83d42516f.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pulseeffects/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/pulseeffects/pulseeffects-5.0.0.ebuild media-sound/pulseeffects/pulseeffects-9999.ebuild X-VCS-Directories: media-sound/pulseeffects/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: aea1695f0b9bcb8362b6c3d8d2e670c83d42516f X-VCS-Branch: master Date: Tue, 9 Feb 2021 22:59:59 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 02630443-8318-4f9b-8ffd-9de36d371163 X-Archives-Hash: 0a1e62b66687b8e2a887a29aed441e2e commit: aea1695f0b9bcb8362b6c3d8d2e670c83d42516f Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> AuthorDate: Tue Feb 9 22:59:44 2021 +0000 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Tue Feb 9 22:59:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aea1695f media-sound/pulseeffects: add gstreamer flag to pipewire Closes: https://bugs.gentoo.org/768330 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org> media-sound/pulseeffects/pulseeffects-5.0.0.ebuild | 2 +- media-sound/pulseeffects/pulseeffects-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/pulseeffects/pulseeffects-5.0.0.ebuild b/media-sound/pulseeffects/pulseeffects-5.0.0.ebuild index bc49c613efc..434a705868e 100644 --- a/media-sound/pulseeffects/pulseeffects-5.0.0.ebuild +++ b/media-sound/pulseeffects/pulseeffects-5.0.0.ebuild @@ -41,7 +41,7 @@ RDEPEND=" rubberband? ( media-libs/rubberband ) >=media-libs/zita-convolver-3.0.0 media-libs/libebur128 - media-video/pipewire + media-video/pipewire[gstreamer] sys-apps/dbus" # see 47a950b00c6db383ad07502a8fc396ecca98c1ce for dev-libs/appstream-glib # and sys-devel/gettext depends reasoning diff --git a/media-sound/pulseeffects/pulseeffects-9999.ebuild b/media-sound/pulseeffects/pulseeffects-9999.ebuild index bc49c613efc..434a705868e 100644 --- a/media-sound/pulseeffects/pulseeffects-9999.ebuild +++ b/media-sound/pulseeffects/pulseeffects-9999.ebuild @@ -41,7 +41,7 @@ RDEPEND=" rubberband? ( media-libs/rubberband ) >=media-libs/zita-convolver-3.0.0 media-libs/libebur128 - media-video/pipewire + media-video/pipewire[gstreamer] sys-apps/dbus" # see 47a950b00c6db383ad07502a8fc396ecca98c1ce for dev-libs/appstream-glib # and sys-devel/gettext depends reasoning