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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7E470158015 for ; Wed, 27 Dec 2023 10:56:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B98DA2BC020; Wed, 27 Dec 2023 10:56:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 9E1DC2BC020 for ; Wed, 27 Dec 2023 10:56:44 +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 8E02433FE49 for ; Wed, 27 Dec 2023 10:56:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C3401EE8 for ; Wed, 27 Dec 2023 10:56:41 +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: <1703674572.b99bfe14f250b2d8aa8d34d2fa3e8a886c779109.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, media-sound/easyeffects/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/easyeffects/easyeffects-7.1.3.ebuild profiles/package.mask X-VCS-Directories: profiles/ media-sound/easyeffects/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: b99bfe14f250b2d8aa8d34d2fa3e8a886c779109 X-VCS-Branch: master Date: Wed, 27 Dec 2023 10:56:41 +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: 365982bf-449f-4cc1-a3ab-762584ad837f X-Archives-Hash: c901208183a356a50eed54b635dc74d9 commit: b99bfe14f250b2d8aa8d34d2fa3e8a886c779109 Author: Marek Szuba gentoo org> AuthorDate: Wed Dec 27 10:46:21 2023 +0000 Commit: Marek Szuba gentoo org> CommitDate: Wed Dec 27 10:56:12 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b99bfe14 profiles: mask >=media-sound/easyeffects-7.0.8 Turns out that the upstream statement about these version "being intended" to work with >=lsp-plugins-1.2.10 means in practice "builds against 1.2.6 but some plug-ins throw runtime errors". Have to wait for the version bump before these can be used. Bug: https://bugs.gentoo.org/915777 Signed-off-by: Marek Szuba gentoo.org> media-sound/easyeffects/easyeffects-7.1.3.ebuild | 4 ++-- profiles/package.mask | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/media-sound/easyeffects/easyeffects-7.1.3.ebuild b/media-sound/easyeffects/easyeffects-7.1.3.ebuild index d3af93f6daff..0b77156772d9 100644 --- a/media-sound/easyeffects/easyeffects-7.1.3.ebuild +++ b/media-sound/easyeffects/easyeffects-7.1.3.ebuild @@ -20,9 +20,9 @@ LICENSE="GPL-3" SLOT="0" IUSE="calf +doc mda-lv2 zamaudio" -# Reminder: since 7.0.8 upstream recommends >=>=media-libs/lsp-plugins-1.2.10 +# FIXME: >=>=media-libs/lsp-plugins-1.2.10 required since 7.0.8 # but as of late December 2023, the tree remains stuck at 1.2.6. -# Update the dependency when possible (Bug #915777). +# Update the dependency + remove the mask when possible (Bug #915777). COMMON="dev-cpp/nlohmann_json dev-cpp/tbb >=dev-libs/glib-2.56:2 diff --git a/profiles/package.mask b/profiles/package.mask index 57dfacdf93c0..c94c2622ea92 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,12 @@ #--- END OF EXAMPLES --- +# Marek Szuba (2023-12-27) +# Requires >=media-libs/lsp-plugins-1.2.10, which as of December 2023 +# remain unavailable in the tree. Builds against 1.2.6 but some plug-ins +# no longer work. Bug #915777. +>=media-sound/easyeffects-7.0.8 + # Ulrich Müller (2023-12-26) # Program errors out with a segmentation fault. # Use games-fps/serioussam along with games-fps/serioussam-tfe-data