everything related to duct tape audio suite (dtas)
 help / color / mirror / code / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [ANN] dtas 0.18.0 - duct tape audio suite for *nix
@ 2020-02-03  8:36  6% Eric Wong
  0 siblings, 0 replies; 3+ results
From: Eric Wong @ 2020-02-03  8:36 UTC (permalink / raw)
  To: dtas-all

Free Software command-line tools for audio playback, mastering, and
whatever else related to audio.  dtas follows the worse-is-better
philosophy and acts as duct tape to combine existing command-line tools
for flexibility and ease-of-development.  dtas is currently implemented
in Ruby (and some embedded shell), but may use other languages in the
future.

Changes:

    dtas 0.18.0
    
    fiddle is now supported for Linux users without a C compiler or
    Ruby headers installed to take advantage of inotify(7)
    functionality and efficiency improvements with splice(2) and
    eventfd(7).
    
    For non-RubyGems users, there's some setup.rb fixes thanks
    to James Rowe.
    
    Eric Wong (8):
          doc: fixup leftover ftp://lists.gnu.org links
          pipe: avoid loading sleepy_penguin
          provide fiddle-based eventfd implementation
          buffer: replace sleepy_penguin with fiddle
          watchable: use fiddle for inotify support
          doc: remove most recommendations for sleepy_penguin
          INSTALL: s/bogomips.org/yhbt.net/
          doc: update copyrights for 2020
    
    James Rowe (2):
          setup: update to use RbConfig
          setup: fix duplicate variable warning

* homepage: https://80x24.org/dtas.git/about
* https://80x24.org/dtas/INSTALL
* https://80x24.org/dtas/dtas-player.txt
* https://80x24.org/dtas/NEWS.atom
* git clone https://80x24.org/dtas.git
* dtas-all@nongnu.org (plain-text only, no HTML mail, please)
* mail archives: https://80x24.org/dtas-all/
  nntp://news.public-inbox.org/inbox.comp.audio.dtas
  https://80x24.org/dtas-all/new.atom


^ permalink raw reply	[relevance 6%]

* [PATCH 0/2] Trivial fixes for setup.rb usage.
@ 2019-12-01 20:03  6% James Rowe
  2019-12-01 20:03  7% ` [PATCH 2/2] setup: fix duplicate variable warning James Rowe
  0 siblings, 1 reply; 3+ results
From: James Rowe @ 2019-12-01 20:03 UTC (permalink / raw)
  To: dtas-all; +Cc: James Rowe

Having decided to update my dtas installation, I noticed a couple of
problems with installation using the included `setup.rb`.

Given that the `Config` name was removed so long ago, an alternative fix
might be to remove `setup.rb` altogether?

Thanks,

James

James Rowe (2):
  setup: update to use RbConfig
  setup: fix duplicate variable warning

 setup.rb | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

-- 
2.20.1



^ permalink raw reply	[relevance 6%]

* [PATCH 2/2] setup: fix duplicate variable warning
  2019-12-01 20:03  6% [PATCH 0/2] Trivial fixes for setup.rb usage James Rowe
@ 2019-12-01 20:03  7% ` James Rowe
  0 siblings, 0 replies; 3+ results
From: James Rowe @ 2019-12-01 20:03 UTC (permalink / raw)
  To: dtas-all; +Cc: James Rowe

---
 setup.rb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/setup.rb b/setup.rb
index 65380f4..4fe301d 100644
--- a/setup.rb
+++ b/setup.rb
@@ -281,7 +281,6 @@ def multipackage_entries
     'site-ruby-common' => 'siteruby',     # For backward compatibility
     'site-ruby'        => 'siterubyver',  # For backward compatibility
     'bin-dir'          => 'bindir',
-    'bin-dir'          => 'bindir',
     'rb-dir'           => 'rbdir',
     'so-dir'           => 'sodir',
     'data-dir'         => 'datadir',
-- 
2.20.1



^ permalink raw reply related	[relevance 7%]

Results 1-3 of 3 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2019-12-01 20:03  6% [PATCH 0/2] Trivial fixes for setup.rb usage James Rowe
2019-12-01 20:03  7% ` [PATCH 2/2] setup: fix duplicate variable warning James Rowe
2020-02-03  8:36  6% [ANN] dtas 0.18.0 - duct tape audio suite for *nix Eric Wong

Code repositories for project(s) associated with this public inbox

	https://80x24.org/dtas.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).