dtas 0.17.0 → 0.18.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (137) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +1 -1
  3. data/Documentation/.gitignore +1 -1
  4. data/Documentation/GNUmakefile +1 -1
  5. data/Documentation/dtas-archive.pod +1 -1
  6. data/Documentation/dtas-console.pod +1 -1
  7. data/Documentation/dtas-ctl.pod +1 -1
  8. data/Documentation/dtas-cueedit.pod +1 -1
  9. data/Documentation/dtas-enq.pod +1 -1
  10. data/Documentation/dtas-env.pod +1 -1
  11. data/Documentation/dtas-msinkctl.pod +1 -1
  12. data/Documentation/dtas-player.pod +1 -1
  13. data/Documentation/dtas-player_effects.pod +1 -1
  14. data/Documentation/dtas-player_protocol.pod +1 -1
  15. data/Documentation/dtas-player_sink_examples.pod +1 -1
  16. data/Documentation/dtas-sinkedit.pod +2 -2
  17. data/Documentation/dtas-sourceedit.pod +2 -2
  18. data/Documentation/dtas-splitfx.pod +1 -1
  19. data/Documentation/dtas-tl.pod +1 -1
  20. data/Documentation/dtas-xdelay.pod +1 -1
  21. data/Documentation/update-footer.rb +1 -1
  22. data/GIT-VERSION-GEN +2 -2
  23. data/GNUmakefile +1 -1
  24. data/HACKING +1 -1
  25. data/INSTALL +9 -19
  26. data/README +6 -5
  27. data/Rakefile +1 -1
  28. data/TODO +1 -1
  29. data/bin/dtas-archive +1 -1
  30. data/bin/dtas-console +1 -1
  31. data/bin/dtas-ctl +1 -1
  32. data/bin/dtas-cueedit +1 -1
  33. data/bin/dtas-enq +1 -1
  34. data/bin/dtas-mlib +1 -1
  35. data/bin/dtas-msinkctl +1 -1
  36. data/bin/dtas-partstats +1 -1
  37. data/bin/dtas-player +1 -1
  38. data/bin/dtas-readahead +1 -1
  39. data/bin/dtas-sinkedit +1 -1
  40. data/bin/dtas-sourceedit +1 -1
  41. data/bin/dtas-splitfx +1 -1
  42. data/bin/dtas-tl +1 -1
  43. data/bin/dtas-xdelay +1 -1
  44. data/dtas-linux.gemspec +1 -1
  45. data/dtas-mpris.gemspec +1 -1
  46. data/dtas.gemspec +1 -1
  47. data/lib/dtas.rb +9 -1
  48. data/lib/dtas/buffer.rb +10 -7
  49. data/lib/dtas/buffer/fiddle_splice.rb +216 -0
  50. data/lib/dtas/buffer/read_write.rb +3 -3
  51. data/lib/dtas/buffer/splice.rb +3 -1
  52. data/lib/dtas/command.rb +1 -1
  53. data/lib/dtas/compat_onenine.rb +1 -1
  54. data/lib/dtas/cue_index.rb +1 -1
  55. data/lib/dtas/disclaimer.rb +1 -1
  56. data/lib/dtas/edit_client.rb +1 -1
  57. data/lib/dtas/encoding.rb +1 -1
  58. data/lib/dtas/fadefx.rb +1 -1
  59. data/lib/dtas/format.rb +1 -1
  60. data/lib/dtas/mcache.rb +1 -1
  61. data/lib/dtas/mlib.rb +1 -1
  62. data/lib/dtas/mlib/migrations/0001_initial.rb +1 -1
  63. data/lib/dtas/nonblock.rb +1 -1
  64. data/lib/dtas/parse_freq.rb +1 -1
  65. data/lib/dtas/parse_time.rb +1 -1
  66. data/lib/dtas/partstats.rb +1 -1
  67. data/lib/dtas/pipe.rb +13 -9
  68. data/lib/dtas/pipeline.rb +1 -1
  69. data/lib/dtas/player.rb +1 -1
  70. data/lib/dtas/player/client_handler.rb +1 -1
  71. data/lib/dtas/process.rb +1 -1
  72. data/lib/dtas/replaygain.rb +1 -1
  73. data/lib/dtas/rg_state.rb +1 -1
  74. data/lib/dtas/serialize.rb +1 -1
  75. data/lib/dtas/sigevent.rb +6 -3
  76. data/lib/dtas/sigevent/efd.rb +3 -1
  77. data/lib/dtas/sigevent/fiddle_efd.rb +38 -0
  78. data/lib/dtas/sigevent/pipe.rb +2 -2
  79. data/lib/dtas/sink.rb +1 -1
  80. data/lib/dtas/source.rb +1 -1
  81. data/lib/dtas/source/av.rb +1 -1
  82. data/lib/dtas/source/av_ff_common.rb +1 -1
  83. data/lib/dtas/source/cmd.rb +1 -1
  84. data/lib/dtas/source/common.rb +1 -1
  85. data/lib/dtas/source/ff.rb +1 -1
  86. data/lib/dtas/source/file.rb +1 -1
  87. data/lib/dtas/source/mp3gain.rb +1 -1
  88. data/lib/dtas/source/sox.rb +1 -1
  89. data/lib/dtas/source/splitfx.rb +1 -1
  90. data/lib/dtas/spawn_fix.rb +1 -1
  91. data/lib/dtas/splitfx.rb +1 -1
  92. data/lib/dtas/state_file.rb +1 -1
  93. data/lib/dtas/tfx.rb +1 -1
  94. data/lib/dtas/track.rb +1 -1
  95. data/lib/dtas/tracklist.rb +1 -1
  96. data/lib/dtas/unix_accepted.rb +1 -1
  97. data/lib/dtas/unix_client.rb +1 -1
  98. data/lib/dtas/unix_server.rb +1 -1
  99. data/lib/dtas/util.rb +1 -1
  100. data/lib/dtas/watchable.rb +59 -58
  101. data/lib/dtas/watchable/fiddle_ino.rb +78 -0
  102. data/lib/dtas/watchable/inotify.rb +13 -0
  103. data/lib/dtas/writable_iter.rb +1 -1
  104. data/lib/dtas/xs.rb +1 -1
  105. data/perl/dtas-graph +1 -1
  106. data/setup.rb +1 -2
  107. data/test/covshow.rb +1 -1
  108. data/test/helper.rb +1 -1
  109. data/test/player_integration.rb +1 -1
  110. data/test/test_buffer.rb +6 -6
  111. data/test/test_encoding.rb +1 -1
  112. data/test/test_env.rb +1 -1
  113. data/test/test_fadefx.rb +1 -1
  114. data/test/test_format.rb +1 -1
  115. data/test/test_format_change.rb +1 -1
  116. data/test/test_mcache.rb +1 -1
  117. data/test/test_mlib.rb +1 -1
  118. data/test/test_parse_freq.rb +1 -1
  119. data/test/test_pipeline.rb +1 -1
  120. data/test/test_player.rb +1 -1
  121. data/test/test_player_client_handler.rb +1 -1
  122. data/test/test_player_integration.rb +1 -1
  123. data/test/test_process.rb +1 -1
  124. data/test/test_rg_integration.rb +1 -1
  125. data/test/test_rg_state.rb +1 -1
  126. data/test/test_sigevent.rb +20 -0
  127. data/test/test_sink.rb +1 -1
  128. data/test/test_sink_pipe_size.rb +13 -16
  129. data/test/test_sink_tee_integration.rb +1 -1
  130. data/test/test_source_av.rb +1 -1
  131. data/test/test_source_sox.rb +1 -1
  132. data/test/test_splitfx.rb +1 -1
  133. data/test/test_tfx.rb +1 -1
  134. data/test/test_tracklist.rb +1 -1
  135. data/test/test_unixserver.rb +1 -1
  136. data/test/test_util.rb +1 -1
  137. metadata +8 -3
@@ -0,0 +1,13 @@
1
+ # Copyright (C) 2013-2020 all contributors <dtas-all@nongnu.org>
2
+ # License: GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>
3
+ # frozen_string_literal: true
4
+ require 'sleepy_penguin'
5
+
6
+ # used to restart DTAS::Source::SplitFX processing in dtas-player
7
+ # if the YAML file is edited
8
+ class DTAS::Watchable::InotifyReadableIter < SleepyPenguin::Inotify # :nodoc:
9
+ include DTAS::Watchable::InotifyCommon
10
+ def self.new
11
+ super(:CLOEXEC)
12
+ end
13
+ end
@@ -1,4 +1,4 @@
1
- # Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
1
+ # Copyright (C) 2013-2020 all contributors <dtas-all@nongnu.org>
2
2
  # License: GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>
3
3
  # frozen_string_literal: true
4
4
  require_relative '../dtas'
@@ -1,4 +1,4 @@
1
- # Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
1
+ # Copyright (C) 2013-2020 all contributors <dtas-all@nongnu.org>
2
2
  # License: GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>
3
3
  # frozen_string_literal: true
4
4
  require_relative '../dtas'
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/perl -w
2
- # Copyright (C) 2013-2016, 2019 all contributors <dtas-all@nongnu.org>
2
+ # Copyright (C) 2013-2020 all contributors <dtas-all@nongnu.org>
3
3
  # License: GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>
4
4
  #
5
5
  # Process visualizer which shows pipe connections between processes with
data/setup.rb CHANGED
@@ -281,7 +281,6 @@ def multipackage_entries
281
281
  'site-ruby-common' => 'siteruby', # For backward compatibility
282
282
  'site-ruby' => 'siterubyver', # For backward compatibility
283
283
  'bin-dir' => 'bindir',
284
- 'bin-dir' => 'bindir',
285
284
  'rb-dir' => 'rbdir',
286
285
  'so-dir' => 'sodir',
287
286
  'data-dir' => 'datadir',
@@ -785,7 +784,7 @@ def ToplevelInstaller.load_rbconfig
785
784
  else
786
785
  require 'rbconfig'
787
786
  end
788
- ::Config::CONFIG
787
+ ::RbConfig::CONFIG
789
788
  end
790
789
 
791
790
  def initialize(ardir_root, config)
@@ -1,4 +1,4 @@
1
- # Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
1
+ # Copyright (C) 2013-2020 all contributors <dtas-all@nongnu.org>
2
2
  # License: GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>
3
3
  # frozen_string_literal: true
4
4
  #
@@ -1,4 +1,4 @@
1
- # Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
1
+ # Copyright (C) 2013-2020 all contributors <dtas-all@nongnu.org>
2
2
  # License: GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>
3
3
  # frozen_string_literal: true
4
4
  $stdout.sync = $stderr.sync = Thread.abort_on_exception = true
@@ -1,4 +1,4 @@
1
- # Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
1
+ # Copyright (C) 2013-2020 all contributors <dtas-all@nongnu.org>
2
2
  # License: GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>
3
3
  # frozen_string_literal: true
4
4
  require './test/helper'
@@ -1,4 +1,4 @@
1
- # Copyright (C) 2013-2019 all contributors <dtas-all@nongnu.org>
1
+ # Copyright (C) 2013-2020 all contributors <dtas-all@nongnu.org>
2
2
  # License: GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>
3
3
  # frozen_string_literal: true
4
4
  require './test/helper'
@@ -49,14 +49,14 @@ def test_set_buffer_size
49
49
  buf = new_buffer
50
50
  buf.buffer_size = @@max_size
51
51
  assert_equal @@max_size, buf.buffer_size
52
- end if defined?(SleepyPenguin::F_GETPIPE_SZ)
52
+ end if defined?(DTAS::Pipe::F_GETPIPE_SZ)
53
53
 
54
54
  def test_buffer_size
55
55
  buf = new_buffer
56
56
  assert_operator buf.buffer_size, :>, 128
57
57
  buf.buffer_size = @@max_size
58
58
  assert_equal @@max_size, buf.buffer_size
59
- end if defined?(SleepyPenguin::F_GETPIPE_SZ)
59
+ end if defined?(DTAS::Pipe::F_GETPIPE_SZ)
60
60
 
61
61
  def test_broadcast_1
62
62
  buf = new_buffer
@@ -108,7 +108,7 @@ def test_broadcast
108
108
  assert_equal "HELLO", a[0].read(5)
109
109
  assert_equal "HELLO", b[0].read(5)
110
110
 
111
- return unless defined?(SleepyPenguin::F_GETPIPE_SZ)
111
+ return unless defined?(DTAS::Pipe::F_GETPIPE_SZ)
112
112
 
113
113
  b[1].nonblock = true
114
114
  b[1].write('*' * pipe_size(b[1]))
@@ -167,7 +167,7 @@ def test_broadcast_all_full
167
167
  buf.wr.write "HELLO"
168
168
  assert_equal tmp, buf.broadcast(tmp)
169
169
  assert_equal [a[1], b[1]], tmp
170
- end if defined?(SleepyPenguin::F_GETPIPE_SZ)
170
+ end if defined?(DTAS::Pipe::F_GETPIPE_SZ)
171
171
 
172
172
  def test_serialize
173
173
  buf = new_buffer
@@ -206,6 +206,6 @@ def test_load_size
206
206
  end
207
207
 
208
208
  def pipe_size(io)
209
- io.fcntl(SleepyPenguin::F_GETPIPE_SZ)
209
+ io.fcntl(DTAS::Pipe::F_GETPIPE_SZ)
210
210
  end
211
211
  end
@@ -1,4 +1,4 @@
1
- # Copyright (C) 2018-2019 all contributors <dtas-all@nongnu.org>
1
+ # Copyright (C) 2018-2020 all contributors <dtas-all@nongnu.org>
2
2
  # License: GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>
3
3
  # frozen_string_literal: true
4
4
  require './test/helper'
@@ -1,4 +1,4 @@
1
- # Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
1
+ # Copyright (C) 2013-2020 all contributors <dtas-all@nongnu.org>
2
2
  # License: GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>
3
3
  # frozen_string_literal: true
4
4
  require_relative 'helper'
@@ -1,4 +1,4 @@
1
- # Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
1
+ # Copyright (C) 2013-2020 all contributors <dtas-all@nongnu.org>
2
2
  # License: GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>
3
3
  # frozen_string_literal: true
4
4
  require_relative 'helper'
@@ -1,4 +1,4 @@
1
- # Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
1
+ # Copyright (C) 2013-2020 all contributors <dtas-all@nongnu.org>
2
2
  # License: GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>
3
3
  # frozen_string_literal: true
4
4
  require './test/helper'
@@ -1,4 +1,4 @@
1
- # Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
1
+ # Copyright (C) 2013-2020 all contributors <dtas-all@nongnu.org>
2
2
  # License: GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>
3
3
  # frozen_string_literal: true
4
4
  require './test/player_integration'
@@ -1,4 +1,4 @@
1
- # Copyright (C) 2016 all contributors <dtas-all@nongnu.org>
1
+ # Copyright (C) 2016-2020 all contributors <dtas-all@nongnu.org>
2
2
  # License: GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>
3
3
  # frozen_string_literal: true
4
4
  require './test/helper'
@@ -1,4 +1,4 @@
1
- # Copyright (C) 2013-2019 all contributors <dtas-all@nongnu.org>
1
+ # Copyright (C) 2013-2020 all contributors <dtas-all@nongnu.org>
2
2
  # License: GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>
3
3
  # frozen_string_literal: true
4
4
  require_relative 'helper'
@@ -1,4 +1,4 @@
1
- # Copyright (C) 2015-2016 all contributors <dtas-all@nongnu.org>
1
+ # Copyright (C) 2015-2020 all contributors <dtas-all@nongnu.org>
2
2
  # License: GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>
3
3
  # frozen_string_literal: true
4
4
  require './test/helper'
@@ -1,4 +1,4 @@
1
- # Copyright (C) 2017-2019 all contributors <dtas-all@nongnu.org>
1
+ # Copyright (C) 2017-2020 all contributors <dtas-all@nongnu.org>
2
2
  # License: GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>
3
3
  # frozen_string_literal: true
4
4
  require './test/helper'
@@ -1,4 +1,4 @@
1
- # Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
1
+ # Copyright (C) 2013-2020 all contributors <dtas-all@nongnu.org>
2
2
  # License: GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>
3
3
  # frozen_string_literal: true
4
4
  require './test/helper'
@@ -1,4 +1,4 @@
1
- # Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
1
+ # Copyright (C) 2013-2020 all contributors <dtas-all@nongnu.org>
2
2
  # License: GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>
3
3
  # frozen_string_literal: true
4
4
  require './test/helper'
@@ -1,4 +1,4 @@
1
- # Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
1
+ # Copyright (C) 2013-2020 all contributors <dtas-all@nongnu.org>
2
2
  # License: GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>
3
3
  # frozen_string_literal: true
4
4
  require './test/player_integration'
@@ -1,4 +1,4 @@
1
- # Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
1
+ # Copyright (C) 2013-2020 all contributors <dtas-all@nongnu.org>
2
2
  # License: GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>
3
3
  # frozen_string_literal: true
4
4
  require './test/helper'
@@ -1,4 +1,4 @@
1
- # Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
1
+ # Copyright (C) 2013-2020 all contributors <dtas-all@nongnu.org>
2
2
  # License: GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>
3
3
  # frozen_string_literal: true
4
4
  require './test/player_integration'
@@ -1,4 +1,4 @@
1
- # Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
1
+ # Copyright (C) 2013-2020 all contributors <dtas-all@nongnu.org>
2
2
  # License: GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>
3
3
  # frozen_string_literal: true
4
4
  require './test/helper'
@@ -0,0 +1,20 @@
1
+ # Copyright (C) 2019-2020 all contributors <dtas-all@nongnu.org>
2
+ # License: GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>
3
+ # frozen_string_literal: true
4
+ require_relative 'helper'
5
+ require 'dtas'
6
+ require 'dtas/sigevent'
7
+
8
+ class TestSigevent < Testcase
9
+ def test_sigevent
10
+ io = DTAS::Sigevent.new
11
+ io.signal
12
+ assert IO.select([io]), 'IO.select returns'
13
+ res = io.readable_iter do |f,arg|
14
+ assert_same io, f
15
+ assert_nil arg
16
+ end
17
+ assert_equal :wait_readable, res
18
+ assert_nil io.close
19
+ end
20
+ end
@@ -1,4 +1,4 @@
1
- # Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
1
+ # Copyright (C) 2013-2020 all contributors <dtas-all@nongnu.org>
2
2
  # License: GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>
3
3
  # frozen_string_literal: true
4
4
  require './test/helper'
@@ -1,20 +1,17 @@
1
- # Copyright (C) 2013-2019 all contributors <dtas-all@nongnu.org>
1
+ # Copyright (C) 2013-2020 all contributors <dtas-all@nongnu.org>
2
2
  # License: GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>
3
3
  # frozen_string_literal: true
4
- begin
5
- require 'sleepy_penguin'
6
- require './test/player_integration'
7
- class TestSinkPipeSizeIntegration < Testcase
8
- include PlayerIntegration
4
+ require './test/player_integration'
5
+ class TestSinkPipeSizeIntegration < Testcase
6
+ include PlayerIntegration
9
7
 
10
- def test_sink_pipe_size_integration
11
- s = client_socket
12
- default_sink_pid(s)
13
- s.req_ok("sink ed default pipe_size=0x1000")
14
- s.req_ok("sink ed default pipe_size=0x10000")
15
- s.req_ok("sink ed default pipe_size=")
16
- s.req_ok("sink ed default pipe_size=4096")
17
- end if SleepyPenguin.const_defined?(:F_SETPIPE_SZ)
8
+ def test_sink_pipe_size_integration
9
+ s = client_socket
10
+ default_sink_pid(s)
11
+ s.req_ok("sink ed default pipe_size=0x1000")
12
+ s.req_ok("sink ed default pipe_size=0x10000")
13
+ s.req_ok("sink ed default pipe_size=")
14
+ s.req_ok("sink ed default pipe_size=4096")
18
15
  end
19
- rescue LoadError
20
- end
16
+ end if RUBY_PLATFORM =~ /linux/i &&
17
+ File.readable?('/proc/sys/fs/pipe-max-size')
@@ -1,4 +1,4 @@
1
- # Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
1
+ # Copyright (C) 2013-2020 all contributors <dtas-all@nongnu.org>
2
2
  # License: GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>
3
3
  # frozen_string_literal: true
4
4
  require './test/player_integration'
@@ -1,4 +1,4 @@
1
- # Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
1
+ # Copyright (C) 2013-2020 all contributors <dtas-all@nongnu.org>
2
2
  # License: GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>
3
3
  # frozen_string_literal: true
4
4
  require './test/helper'
@@ -1,4 +1,4 @@
1
- # Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
1
+ # Copyright (C) 2013-2020 all contributors <dtas-all@nongnu.org>
2
2
  # License: GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>
3
3
  # frozen_string_literal: true
4
4
  require './test/helper'
@@ -1,4 +1,4 @@
1
- # Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
1
+ # Copyright (C) 2013-2020 all contributors <dtas-all@nongnu.org>
2
2
  # License: GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>
3
3
  # frozen_string_literal: true
4
4
  require 'yaml'
@@ -1,4 +1,4 @@
1
- # Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
1
+ # Copyright (C) 2013-2020 all contributors <dtas-all@nongnu.org>
2
2
  # License: GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>
3
3
  # frozen_string_literal: true
4
4
  require './test/helper'
@@ -1,4 +1,4 @@
1
- # Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
1
+ # Copyright (C) 2013-2020 all contributors <dtas-all@nongnu.org>
2
2
  # License: GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>
3
3
  # frozen_string_literal: true
4
4
  require_relative 'helper'
@@ -1,4 +1,4 @@
1
- # Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
1
+ # Copyright (C) 2013-2020 all contributors <dtas-all@nongnu.org>
2
2
  # License: GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>
3
3
  # frozen_string_literal: true
4
4
  require './test/helper'
@@ -1,4 +1,4 @@
1
- # Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
1
+ # Copyright (C) 2013-2020 all contributors <dtas-all@nongnu.org>
2
2
  # License: GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>
3
3
  # frozen_string_literal: true
4
4
  require './test/helper'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dtas
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.0
4
+ version: 0.18.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - dtas hackers
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-11-14 00:00:00.000000000 Z
11
+ date: 2020-02-03 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: |-
14
14
  Free Software command-line tools for audio playback, mastering, and
@@ -104,6 +104,7 @@ files:
104
104
  - examples/zsh-completion/_dtas-xdelay
105
105
  - lib/dtas.rb
106
106
  - lib/dtas/buffer.rb
107
+ - lib/dtas/buffer/fiddle_splice.rb
107
108
  - lib/dtas/buffer/read_write.rb
108
109
  - lib/dtas/buffer/splice.rb
109
110
  - lib/dtas/command.rb
@@ -131,6 +132,7 @@ files:
131
132
  - lib/dtas/serialize.rb
132
133
  - lib/dtas/sigevent.rb
133
134
  - lib/dtas/sigevent/efd.rb
135
+ - lib/dtas/sigevent/fiddle_efd.rb
134
136
  - lib/dtas/sigevent/pipe.rb
135
137
  - lib/dtas/sink.rb
136
138
  - lib/dtas/source.rb
@@ -155,6 +157,8 @@ files:
155
157
  - lib/dtas/util.rb
156
158
  - lib/dtas/version.rb
157
159
  - lib/dtas/watchable.rb
160
+ - lib/dtas/watchable/fiddle_ino.rb
161
+ - lib/dtas/watchable/inotify.rb
158
162
  - lib/dtas/writable_iter.rb
159
163
  - lib/dtas/xs.rb
160
164
  - man/dtas-archive.1
@@ -194,6 +198,7 @@ files:
194
198
  - test/test_process.rb
195
199
  - test/test_rg_integration.rb
196
200
  - test/test_rg_state.rb
201
+ - test/test_sigevent.rb
197
202
  - test/test_sink.rb
198
203
  - test/test_sink_pipe_size.rb
199
204
  - test/test_sink_tee_integration.rb
@@ -223,7 +228,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
223
228
  - !ruby/object:Gem::Version
224
229
  version: '0'
225
230
  requirements: []
226
- rubygems_version: 3.1.0.pre2
231
+ rubygems_version: 3.1.0.pre3
227
232
  signing_key:
228
233
  specification_version: 4
229
234
  summary: duct tape audio suite for *nix