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-ASN: AS22989 209.51.188.0/24 X-Spam-Status: No, score=-3.9 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, SPF_HELO_NONE,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 951A71F463 for ; Fri, 20 Dec 2019 01:39:50 +0000 (UTC) Received: from localhost ([::1]:49630 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ii7Gf-0002qQ-Oj for e@80x24.org; Thu, 19 Dec 2019 20:39:49 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:38789) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ii7Gd-0002pt-6O for dtas-all@nongnu.org; Thu, 19 Dec 2019 20:39:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ii7Gb-0002Y8-Cn for dtas-all@nongnu.org; Thu, 19 Dec 2019 20:39:47 -0500 Received: from dcvr.yhbt.net ([64.71.152.64]:49744) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ii7Gb-0002Oi-4f for dtas-all@nongnu.org; Thu, 19 Dec 2019 20:39:45 -0500 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 499BE1F4B9 for ; Fri, 20 Dec 2019 01:39:19 +0000 (UTC) From: Eric Wong To: dtas-all@nongnu.org Subject: [PATCH v2 5/5] doc: remove most recommendations for sleepy_penguin Date: Fri, 20 Dec 2019 01:39:17 +0000 Message-Id: <20191220013917.17212-6-e@80x24.org> In-Reply-To: <20191220013917.17212-1-e@80x24.org> References: <20191220013917.17212-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 64.71.152.64 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" sleepy_penguin is still a hair faster than libffi+fiddle, but most users probably won't notice. So stop documenting it, but just don't introduce performance regressions for existing users. --- Documentation/dtas-sinkedit.pod | 2 +- Documentation/dtas-sourceedit.pod | 2 +- INSTALL | 16 +++------------- 3 files changed, 5 insertions(+), 15 deletions(-) diff --git a/Documentation/dtas-sinkedit.pod b/Documentation/dtas-sinkedi= t.pod index ee2d5b7..f572684 100644 --- a/Documentation/dtas-sinkedit.pod +++ b/Documentation/dtas-sinkedit.pod @@ -13,7 +13,7 @@ dtas-sinkedit SINKNAME dtas-sinkedit spawns an editor to allow editing of a sink as a YAML file= . See L for details on SINKARGS. =20 -On Linux machines with the sleepy_penguin RubyGem installed, L +On Linux machines, L is used to monitor the file for changes while the text editor is running= . Each time a user finishes saving a file, changes are committed immediate= ly. This behavior may be disabled by using the -N or --no-watch command-line diff --git a/Documentation/dtas-sourceedit.pod b/Documentation/dtas-sourc= eedit.pod index ee88e8f..d8313b4 100644 --- a/Documentation/dtas-sourceedit.pod +++ b/Documentation/dtas-sourceedit.pod @@ -16,7 +16,7 @@ a pipe or file, it is parsed as YAML and fed to the L instance non-interactively. This is useful for loading various profiles from the filesystem. =20 -On Linux machines with the sleepy_penguin RubyGem installed, L +On Linux machines, L is used to monitor the file for changes while the text editor is running= . Each time a user finishes saving a file, changes are committed immediate= ly. This behavior may be disabled by using the -N or --no-watch command-line diff --git a/INSTALL b/INSTALL index d0b8a24..0ca2e43 100644 --- a/INSTALL +++ b/INSTALL @@ -16,18 +16,7 @@ Debian 7+ users can install dependencies easily: =20 sudo apt-get install sox libsox-fmt-all mp3gain flac ruby-dev =20 -# installing dtas RubyGem on GNU/Linux (Linux kernel 2.6.32+) - -Be sure to have Ruby development headers and a working C compiler. -This will pull in the sleepy_penguin RubyGems for minor -speedups. If you cannot be bothered to have a development -environment, just use "gem install dtas". - - sudo gem install dtas-linux - -This should pull in the "sleepy_penguin" RubyGems - -For future upgrades of dtas (upgrades to dtas-linux will be infrequent) +For future upgrades of dtas =20 sudo gem update dtas =20 @@ -45,7 +34,8 @@ Grab the latest tarball from our HTTPS site: $ cd dtas-0.17.0 $ sudo ruby setup.rb =20 -GNU/Linux users may optionally install the "sleepy_penguin" package: +GNU/Linux users may optionally install the "sleepy_penguin" RubyGem +for a tiny speed improvement over the default "fiddle" RubyGem. =20 * sleepy_penguin - https://bogomips.org/sleepy_penguin/ =20