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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 851B31580FD for ; Tue, 24 Dec 2024 14:11:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49C1EE07D1; Tue, 24 Dec 2024 14:11:43 +0000 (UTC) Received: from devloop.de (devloop.de [IPv6:2a01:4f8:251:53a0::2]) (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 06306E0788 for ; Tue, 24 Dec 2024 14:11:41 +0000 (UTC) Received: from [192.168.11.10] ([::ffff:91.15.200.141]) (AUTH: PLAIN damage@devloop.de, TLS: TLSv1.3,128bits,TLS_AES_128_GCM_SHA256) by devloop.de with ESMTPSA id 00000000000A0011.00000000676AC11C.001054B3; Tue, 24 Dec 2024 14:11:40 +0000 Message-ID: Date: Tue, 24 Dec 2024 15:11:40 +0100 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Content-Language: en-US To: gentoo-dev@lists.gentoo.org From: Daniel Buschke Subject: [gentoo-dev] TIDAL ebuild Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: 6caa0bc1-456c-4e38-be1f-c3c3e1a7b502 X-Archives-Hash: 0a3e8db3497353f7d1c24bc7e4d1d9bb Hi all, TIDAL is a music streaming service. As I missed a TIDAL desktop app on gentoo I created an ebuild based on https://github.com/Mastermindzh/tidal-hifi. It's a node js application which drove me a bit crazy. I was today years old when I realized that the gentoo emerge sandbox is cutting network access :) But the node js application, as every node js app, heavily relies on dependencies, so I decided to go with the binary version. Anyway, as I am not very firm with ebuilds it would be nice if someone could do a review before I try to commit this ebuild to the official portage via bugs.gentoo.org. Anyone? Thanks in advance. https://source.devloop.de/damage/gentoo/src/branch/main/media-sound/tidal-hifi-bin Stay healthy, everyone out there. regards Daniel