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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C067A158094 for ; Wed, 27 Jul 2022 23:37:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4A20E0D74; Wed, 27 Jul 2022 23:37:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0C07FE0DA1 for ; Wed, 27 Jul 2022 23:37:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E6A193410AD for ; Wed, 27 Jul 2022 23:37:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2D9CC555 for ; Wed, 27 Jul 2022 23:37:22 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1658965034.d0cfd5c5282691ad3d72d038253a9addcb296e6a.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/easyeffects/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/easyeffects/easyeffects-6.2.8.ebuild X-VCS-Directories: media-sound/easyeffects/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: d0cfd5c5282691ad3d72d038253a9addcb296e6a X-VCS-Branch: master Date: Wed, 27 Jul 2022 23:37:22 +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: 370c95ee-6a61-40ca-839d-7a860aa233d4 X-Archives-Hash: 155412947fd59a80f05f6f31bd2fda1f commit: d0cfd5c5282691ad3d72d038253a9addcb296e6a Author: Marek Szuba gentoo org> AuthorDate: Wed Jul 27 23:21:55 2022 +0000 Commit: Marek Szuba gentoo org> CommitDate: Wed Jul 27 23:37:14 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0cfd5c5 media-sound/easyeffects: move media-libs/libsamplerate to DEPEND Signed-off-by: Marek Szuba gentoo.org> media-sound/easyeffects/easyeffects-6.2.8.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/media-sound/easyeffects/easyeffects-6.2.8.ebuild b/media-sound/easyeffects/easyeffects-6.2.8.ebuild index 9250f1d82ccd..7df1501d43c1 100644 --- a/media-sound/easyeffects/easyeffects-6.2.8.ebuild +++ b/media-sound/easyeffects/easyeffects-6.2.8.ebuild @@ -20,7 +20,7 @@ LICENSE="GPL-3" SLOT="0" IUSE="calf +doc mda-lv2 zamaudio" -DEPEND="dev-cpp/nlohmann_json +COMMON="dev-cpp/nlohmann_json dev-cpp/tbb >=dev-libs/glib-2.56:2 dev-libs/libfmt @@ -38,19 +38,19 @@ DEPEND="dev-cpp/nlohmann_json >=media-libs/zita-convolver-3.0.0 >=media-video/pipewire-0.3.41 sci-libs/fftw:3.0" -RDEPEND="${DEPEND} +# Only header files are used from libsamplerate +DEPEND="${COMMON} + media-libs/libsamplerate" +RDEPEND="${COMMON} >=media-libs/lsp-plugins-1.1.24[lv2] sys-apps/dbus calf? ( >=media-plugins/calf-0.90.1[lv2] ) doc? ( gnome-extra/yelp ) mda-lv2? ( media-plugins/mda-lv2 ) zamaudio? ( media-plugins/zam-plugins )" -# Only header files are used from libsamplerate so put it here rather than DEPEND -# to avoid unnecessary cross-compilation. BDEPEND="dev-libs/appstream-glib dev-util/desktop-file-utils dev-util/itstool - media-libs/libsamplerate sys-devel/gettext virtual/pkgconfig"