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 EDD02158089 for ; Fri, 10 Nov 2023 16:17:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E4F72BC02A; Fri, 10 Nov 2023 16:17:34 +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 061692BC02A for ; Fri, 10 Nov 2023 16:17:33 +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 C858C335CDF for ; Fri, 10 Nov 2023 16:17:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 179A21336 for ; Fri, 10 Nov 2023 16:17:31 +0000 (UTC) From: "Kostadin Shishmanov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kostadin Shishmanov" Message-ID: <1699633004.d976fa6d68f6f2cfed233619b06eb00533d0a263.kocelfc@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-sound/tidal-hifi-bin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-sound/tidal-hifi-bin/tidal-hifi-bin-5.7.1.ebuild X-VCS-Directories: media-sound/tidal-hifi-bin/ X-VCS-Committer: kocelfc X-VCS-Committer-Name: Kostadin Shishmanov X-VCS-Revision: d976fa6d68f6f2cfed233619b06eb00533d0a263 X-VCS-Branch: dev Date: Fri, 10 Nov 2023 16:17:31 +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: 42eae01a-bf88-44e7-916a-72c3534f969a X-Archives-Hash: 58f24bf131024baaf79854e5be238f52 commit: d976fa6d68f6f2cfed233619b06eb00533d0a263 Author: Kostadin Shishmanov tutanota com> AuthorDate: Fri Nov 10 16:16:44 2023 +0000 Commit: Kostadin Shishmanov tutanota com> CommitDate: Fri Nov 10 16:16:44 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d976fa6d media-sound/tidal-hifi-bin: add media-libs/alsa-lib dependency, remove broken python symlink Closes: https://bugs.gentoo.org/917077 Closes: https://bugs.gentoo.org/917078 Signed-off-by: Kostadin Shishmanov tutanota.com> media-sound/tidal-hifi-bin/tidal-hifi-bin-5.7.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-sound/tidal-hifi-bin/tidal-hifi-bin-5.7.1.ebuild b/media-sound/tidal-hifi-bin/tidal-hifi-bin-5.7.1.ebuild index 4d074cfc7b..a3c1147732 100644 --- a/media-sound/tidal-hifi-bin/tidal-hifi-bin-5.7.1.ebuild +++ b/media-sound/tidal-hifi-bin/tidal-hifi-bin-5.7.1.ebuild @@ -5,7 +5,6 @@ EAPI=8 MY_PN="${PN/-bin/}" -CHROMIUM_VERSION="102" CHROMIUM_LANGS=" af am ar bg bn ca cs da de el en-GB en-US es es-419 et fa fi fil fr gu he hi hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl sr sv @@ -29,6 +28,7 @@ RDEPEND=" dev-libs/libgcrypt dev-libs/nspr dev-libs/nss + media-libs/alsa-lib media-libs/fontconfig media-libs/mesa[gbm(+)] net-print/cups @@ -71,6 +71,7 @@ src_prepare() { pushd "locales/" >/dev/null || die "location change for language cleanup failed" chromium_remove_language_paks popd >/dev/null || die "location reset for language cleanup failed" + rm -rf "${S}"/resources/app.asar.unpacked/node_modules/register-scheme/build/node_gyp_bins || die } src_install() {