From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-3.9 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H4, RCVD_IN_MSPIKE_WL,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 2246D1F8C2 for ; Sat, 13 Feb 2021 21:48:22 +0000 (UTC) Received: from localhost ([::1]:40108 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lB2m5-0003gL-33 for e@80x24.org; Sat, 13 Feb 2021 16:48:21 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:51492) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lB2m2-0003eT-Va for dtas-all@nongnu.org; Sat, 13 Feb 2021 16:48:18 -0500 Received: from dcvr.yhbt.net ([64.71.152.64]:51084) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lB2m1-00026M-5Z for dtas-all@nongnu.org; Sat, 13 Feb 2021 16:48:18 -0500 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id A0D2E1F8C2 for ; Sat, 13 Feb 2021 21:48:15 +0000 (UTC) From: Eric Wong To: dtas-all@nongnu.org Subject: [PATCH] INSTALL: update dependencies for current Debian stable Date: Sat, 13 Feb 2021 16:48:15 -0500 Message-Id: <20210213214815.20623-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=64.71.152.64; envelope-from=e@80x24.org; helo=dcvr.yhbt.net X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: dtas-all@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: duct tape audio suite List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dtas-all-bounces+e=80x24.org@nongnu.org Sender: "dtas-all" Unfortunately, mp3gain is no longer in current versions and using old Debian archives is required. --- INSTALL | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/INSTALL b/INSTALL index 107365a..fef199f 100644 --- a/INSTALL +++ b/INSTALL @@ -1,4 +1,4 @@ -Uncommon for audio software, dtas is implemented in Ruby. +Uncommon for audio software, dtas is currently implemented in Ruby. The latest stable release or development snapshot of Ruby is recommended. However, Ruby 1.9.3 and later works, but older versions of Ruby do not. @@ -8,13 +8,14 @@ dtas-player uses SoX by default and you will need it unless you've reconfigured dtas-player to use something else. mp3gain is required if you want to use ReplayGain with MP3s +(it is no longer in new versions of Debian) If you only intend to use dtas-cueedit, you will need metaflac(1) from the FLAC package. -Debian 7+ users can install dependencies easily: +Debian 10+ users can install dependencies easily: - sudo apt-get install sox libsox-fmt-all mp3gain flac ruby-dev + sudo apt-get install sox libsox-fmt-all flac ruby-dev ruby-charlock-holmes For future upgrades of dtas @@ -49,5 +50,5 @@ No subscription is necessary to post to the mailing list. # COPYRIGHT -Copyright 2013-2020 all contributors +Copyright 2013-2021 all contributors License: GPL-3.0+