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 1BA7F1382C5 for ; Fri, 19 Feb 2021 22:05:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41EF9E07F1; Fri, 19 Feb 2021 22:05:29 +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 24617E07F1 for ; Fri, 19 Feb 2021 22:05:29 +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 9D85E33DDA5 for ; Fri, 19 Feb 2021 22:05:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 02E3646B for ; Fri, 19 Feb 2021 22:05:26 +0000 (UTC) From: "Matthew Thode" 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" Message-ID: <1613772321.e32f3422ab6738c25f3eadb60ece9d382a206147.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/pipewire/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/pipewire/pipewire-0.3.22.ebuild X-VCS-Directories: media-video/pipewire/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: e32f3422ab6738c25f3eadb60ece9d382a206147 X-VCS-Branch: master Date: Fri, 19 Feb 2021 22:05:26 +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: 833dff81-b433-481e-94ed-5fcc4e525b54 X-Archives-Hash: 18383bfffa70dee7593f772738bba77e commit: e32f3422ab6738c25f3eadb60ece9d382a206147 Author: Matthew Thode gentoo org> AuthorDate: Fri Feb 19 22:05:21 2021 +0000 Commit: Matthew Thode gentoo org> CommitDate: Fri Feb 19 22:05:21 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e32f3422 media-video/pipewire: reorder deps for consistency Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Matthew Thode gentoo.org> media-video/pipewire/pipewire-0.3.22.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/media-video/pipewire/pipewire-0.3.22.ebuild b/media-video/pipewire/pipewire-0.3.22.ebuild index 731ee9795ed..df878e910a6 100644 --- a/media-video/pipewire/pipewire-0.3.22.ebuild +++ b/media-video/pipewire/pipewire-0.3.22.ebuild @@ -30,8 +30,6 @@ BDEPEND=" " RDEPEND=" >=media-libs/alsa-lib-1.1.7 - sdl? ( media-libs/libsdl2 ) - sndfile? ( >=media-libs/libsndfile-1.0.20 ) sys-apps/dbus virtual/libudev bluetooth? ( @@ -45,6 +43,8 @@ RDEPEND=" media-libs/gst-plugins-base:1.0 ) jack? ( >=media-sound/jack2-1.9.10:2 ) + sdl? ( media-libs/libsdl2 ) + sndfile? ( >=media-libs/libsndfile-1.0.20 ) systemd? ( sys-apps/systemd ) vulkan? ( media-libs/vulkan-loader ) X? ( x11-libs/libX11 ) @@ -82,8 +82,6 @@ src_configure() { --buildtype=$(usex debug debugoptimized plain) # alsa plugin and jack emulation -Dpipewire-alsa=true - $(meson_feature sdl sdl2) - $(meson_feature sndfile) $(meson_use jack pipewire-jack) # spa-plugins # we install alsa support unconditionally @@ -96,6 +94,8 @@ src_configure() { $(meson_use doc docs) $(meson_use gstreamer) $(meson_use gstreamer gstreamer-device-provider) + $(meson_feature sdl sdl2) + $(meson_feature sndfile) $(meson_use systemd) $(meson_use test test) $(meson_use test tests)