rb_cdio 0.2.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (108) hide show
  1. data/VERSION +1 -1
  2. data/ext/CdIo.h +0 -9
  3. data/ext/CdIo_Cd.c +1 -1
  4. data/ext/CdIo_Cdda.c +7 -1
  5. data/ext/extconf.rb +6 -6
  6. data/ext/mkmf.log +45 -20
  7. data/test/{testbincue.rb → test_bincue.rb} +0 -0
  8. data/test/{testclose.rb → test_close.rb} +0 -0
  9. data/test/{testmethods.rb → test_methods.rb} +1 -1
  10. data/test/{testtoc.rb → test_toc.rb} +4 -2
  11. data/test/testall.rb +4 -4
  12. metadata +195 -406
  13. data/doc/classes/CdIo.html +0 -511
  14. data/doc/classes/CdIo.src/M000001.html +0 -17
  15. data/doc/classes/CdIo.src/M000002.html +0 -17
  16. data/doc/classes/CdIo.src/M000003.html +0 -17
  17. data/doc/classes/CdIo.src/M000004.html +0 -17
  18. data/doc/classes/CdIo.src/M000005.html +0 -17
  19. data/doc/classes/CdIo.src/M000006.html +0 -17
  20. data/doc/classes/CdIo.src/M000007.html +0 -17
  21. data/doc/classes/CdIo.src/M000008.html +0 -17
  22. data/doc/classes/CdIo/Cd.html +0 -348
  23. data/doc/classes/CdIo/Cd.src/M000020.html +0 -17
  24. data/doc/classes/CdIo/Cd.src/M000021.html +0 -17
  25. data/doc/classes/CdIo/Cd.src/M000022.html +0 -17
  26. data/doc/classes/CdIo/Cd.src/M000023.html +0 -17
  27. data/doc/classes/CdIo/Cd.src/M000024.html +0 -17
  28. data/doc/classes/CdIo/Cd.src/M000025.html +0 -17
  29. data/doc/classes/CdIo/Cd.src/M000026.html +0 -17
  30. data/doc/classes/CdIo/Cd.src/M000027.html +0 -17
  31. data/doc/classes/CdIo/Cd.src/M000028.html +0 -17
  32. data/doc/classes/CdIo/Cd.src/M000029.html +0 -17
  33. data/doc/classes/CdIo/Cd.src/M000030.html +0 -17
  34. data/doc/classes/CdIo/Cd.src/M000031.html +0 -17
  35. data/doc/classes/CdIo/Cd.src/M000032.html +0 -17
  36. data/doc/classes/CdIo/Cd.src/M000033.html +0 -17
  37. data/doc/classes/CdIo/Cd.src/M000034.html +0 -17
  38. data/doc/classes/CdIo/Cd.src/M000035.html +0 -17
  39. data/doc/classes/CdIo/Cdda.html +0 -428
  40. data/doc/classes/CdIo/Cdda.src/M000009.html +0 -17
  41. data/doc/classes/CdIo/Cdda.src/M000010.html +0 -17
  42. data/doc/classes/CdIo/Cdda.src/M000011.html +0 -17
  43. data/doc/classes/CdIo/Cdda.src/M000012.html +0 -17
  44. data/doc/classes/CdIo/Cdda.src/M000013.html +0 -17
  45. data/doc/classes/CdIo/Cdda.src/M000014.html +0 -17
  46. data/doc/classes/CdIo/Cdda.src/M000015.html +0 -17
  47. data/doc/classes/CdIo/Cdda.src/M000016.html +0 -17
  48. data/doc/classes/CdIo/Cdda.src/M000017.html +0 -17
  49. data/doc/classes/CdIo/Cdda.src/M000018.html +0 -17
  50. data/doc/classes/CdIo/Cdda.src/M000019.html +0 -17
  51. data/doc/classes/CdIo/Cdda.src/M000020.html +0 -17
  52. data/doc/classes/CdIo/Cdda.src/M000021.html +0 -17
  53. data/doc/classes/CdIo/Cdda.src/M000022.html +0 -17
  54. data/doc/classes/CdIo/Cdda.src/M000023.html +0 -17
  55. data/doc/classes/CdIo/Cdda.src/M000024.html +0 -17
  56. data/doc/classes/CdIo/Exception.html +0 -118
  57. data/doc/classes/CdIo/Exception/BadParameter.html +0 -111
  58. data/doc/classes/CdIo/Exception/BadPointer.html +0 -111
  59. data/doc/classes/CdIo/Exception/CddbConn.html +0 -111
  60. data/doc/classes/CdIo/Exception/CddbError.html +0 -111
  61. data/doc/classes/CdIo/Exception/Error.html +0 -111
  62. data/doc/classes/CdIo/Exception/NoDriver.html +0 -111
  63. data/doc/classes/CdIo/Exception/NotPermitted.html +0 -111
  64. data/doc/classes/CdIo/Exception/Unsupported.html +0 -111
  65. data/doc/classes/CdIo/Track.html +0 -246
  66. data/doc/classes/CdIo/Track.src/M000017.html +0 -17
  67. data/doc/classes/CdIo/Track.src/M000018.html +0 -17
  68. data/doc/classes/CdIo/Track.src/M000019.html +0 -17
  69. data/doc/classes/CdIo/Track.src/M000025.html +0 -17
  70. data/doc/classes/CdIo/Track.src/M000026.html +0 -17
  71. data/doc/classes/CdIo/Track.src/M000027.html +0 -17
  72. data/doc/classes/CdIo/TrackCdda.html +0 -169
  73. data/doc/classes/CdIo/TrackCdda.src/M000031.html +0 -17
  74. data/doc/classes/CdIo/TrackCdda.src/M000039.html +0 -17
  75. data/doc/classes/CdIo/TrackCdda.src/M000040.html +0 -17
  76. data/doc/classes/CdIo/TrackCdda.src/M000041.html +0 -17
  77. data/doc/classes/CdIo/TrackIso9660.html +0 -159
  78. data/doc/classes/CdIo/Tracks.html +0 -199
  79. data/doc/classes/CdIo/Tracks.src/M000028.html +0 -17
  80. data/doc/classes/CdIo/Tracks.src/M000029.html +0 -17
  81. data/doc/classes/CdIo/Tracks.src/M000030.html +0 -17
  82. data/doc/classes/CdIo/Tracks.src/M000036.html +0 -17
  83. data/doc/classes/CdIo/Tracks.src/M000037.html +0 -17
  84. data/doc/classes/CdIo/Tracks.src/M000038.html +0 -17
  85. data/doc/created.rid +0 -1
  86. data/doc/files/__/rb_cdio_def_rb.html +0 -235
  87. data/doc/files/rb_cdio_def_rb.html +0 -244
  88. data/doc/fr_class_index.html +0 -42
  89. data/doc/fr_file_index.html +0 -27
  90. data/doc/fr_method_index.html +0 -67
  91. data/doc/index.html +0 -24
  92. data/mkmf.log +0 -26
  93. data/svn-commit.tmp +0 -5
  94. data/tags +0 -47
  95. data/test/data/check_common_fn.in +0 -186
  96. data/test/data/check_cue.sh.in +0 -117
  97. data/test/data/check_iso.sh.in +0 -52
  98. data/test/data/check_nrg.sh.in +0 -70
  99. data/test/data/check_paranoia.sh.in +0 -78
  100. data/test/data/check_sizeof +0 -117
  101. data/test/data/check_sizeof.c +0 -77
  102. data/test/data/testassert.c +0 -36
  103. data/test/data/testbincue.c +0 -104
  104. data/test/data/testdefault.c +0 -202
  105. data/test/data/testischar.c +0 -71
  106. data/test/data/testiso9660.c +0 -158
  107. data/test/data/testparanoia.c +0 -185
  108. data/test/data/testtoc.c +0 -114
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.0
1
+ 0.2.1
data/ext/CdIo.h CHANGED
@@ -34,15 +34,6 @@
34
34
  #include <cddb/cddb.h>
35
35
  #endif
36
36
 
37
- /** Test **/
38
-
39
- #if LIBCDIO_VERSION_NUM < 73
40
- #error rb_cdio 0.2.0 needs libcdio>=0.73
41
- #endif
42
-
43
-
44
- /** End tests **/
45
-
46
37
  #define GET_CDIO(self,p) \
47
38
  CdIo* p; \
48
39
  Data_Get_Struct(self, CdIo, p); \
@@ -70,7 +70,7 @@ rb_cdio_cd_new(int argc, VALUE * argv, VALUE class)
70
70
  } else {
71
71
  VALUE c_argv[2];
72
72
  VALUE tdata =
73
- Data_Wrap_Struct(class, 0, _cdio_cd_destroy, p_cdio);
73
+ Data_Wrap_Struct(class, 0, _cdio_cd_destroy, p_cdio);
74
74
  c_argv[0] = rb_str_new2(device);
75
75
  c_argv[1] = INT2FIX(driver);
76
76
  rb_obj_call_init(tdata, 2, c_argv);
@@ -8,6 +8,7 @@
8
8
  * Extraido desde cd-info.
9
9
  **/
10
10
 
11
+ #ifdef HAVE_CDDB
11
12
  static int
12
13
  cddb_dec_digit_sum(int n)
13
14
  {
@@ -52,6 +53,7 @@ cddb_discid(CdIo * p_cdio, int i_tracks)
52
53
  return ((n % 0xff) << 24 | t << 8 | i_tracks);
53
54
  }
54
55
 
56
+
55
57
  static cddb_disc_t *
56
58
  cd_create(int dlength, int tcount, int *foffset, int use_time)
57
59
  {
@@ -211,7 +213,7 @@ rb_cdio_cddb_destroy(cddb_disc_t * disc, cddb_conn_t * conn)
211
213
  }
212
214
  }
213
215
 
214
-
216
+ #endif
215
217
 
216
218
  /**
217
219
  * Audio Functions
@@ -340,11 +342,15 @@ rb_cdio_cdda_play(int argc, VALUE * argv, VALUE obj)
340
342
  VALUE
341
343
  rb_cdio_cdda_cddb_id(VALUE obj)
342
344
  {
345
+ #ifdef HAVE_CDDB
343
346
  char cddb[8];
344
347
  GET_CDIO(obj, p_cdio);
345
348
  track_t nt = cdio_get_num_tracks(p_cdio);
346
349
  sprintf(cddb, "%08lx", cddb_discid(p_cdio, nt));
347
350
  return rb_str_new2(cddb);
351
+ #else
352
+ rb_raise(rb_eException, "You need libcddb");
353
+ #endif
348
354
  }
349
355
 
350
356
 
@@ -1,7 +1,7 @@
1
1
  require 'mkmf'
2
- have_library("cdio","cdio_open");
3
- have_library("iso9660","iso9660_get_system_id");
4
- if have_library("cddb","cddb_new")
5
- have_header("cddb/cddb.h")
6
- end
7
- create_makefile("rb_cdio");
2
+ if have_library("cdio","cdio_open") and have_library("iso9660","iso9660_get_system_id")
3
+ if have_library("cddb","cddb_new")
4
+ have_header("cddb/cddb.h")
5
+ end
6
+ create_makefile("rb_cdio");
7
+ end
@@ -1,48 +1,73 @@
1
1
  have_library: checking for cdio_open() in -lcdio... -------------------- yes
2
2
 
3
- "i686-pc-linux-gnu-gcc -o conftest -I/home/cdx/ruby/rb_cdio/ext -I/usr/lib/ruby/1.8/i686-linux -O2 -march=athlon-xp -m3dnow -msse -mfpmath=sse -mmmx -pipe -ffast-math -fPIC conftest.c -L'/usr/lib' -Wl,-R'/usr/lib' -lruby18-static -lcdio -ldl -lcrypt -lm -lc"
3
+ "cc -o conftest -I. -I/usr/lib/ruby/1.8/x86_64-linux -I. -fno-strict-aliasing -g -g -O2 -fPIC conftest.c -L"." -L"/usr/lib" -L. -rdynamic -Wl,-export-dynamic -lruby1.8-static -lcdio -lpthread -ldl -lcrypt -lm -lc"
4
+ conftest.c: En la función ‘t’:
5
+ conftest.c:3: error: ‘cdio_open’ no se declaró aquí (primer uso en esta función)
6
+ conftest.c:3: error: (Cada identificador no declarado solamente se reporta una vez
7
+ conftest.c:3: error: para cada funcion en la que aparece.)
4
8
  checked program was:
5
9
  /* begin */
10
+ 1: /*top*/
11
+ 2: int main() { return 0; }
12
+ 3: int t() { void ((*volatile p)()); p = (void ((*)()))cdio_open; return 0; }
13
+ /* end */
6
14
 
7
- /*top*/
8
- int main() { return 0; }
9
- int t() { cdio_open(); return 0; }
15
+ "cc -o conftest -I. -I/usr/lib/ruby/1.8/x86_64-linux -I. -fno-strict-aliasing -g -g -O2 -fPIC conftest.c -L"." -L"/usr/lib" -L. -rdynamic -Wl,-export-dynamic -lruby1.8-static -lcdio -lpthread -ldl -lcrypt -lm -lc"
16
+ checked program was:
17
+ /* begin */
18
+ 1: /*top*/
19
+ 2: int main() { return 0; }
20
+ 3: int t() { cdio_open(); return 0; }
10
21
  /* end */
11
22
 
12
23
  --------------------
13
24
 
14
25
  have_library: checking for iso9660_get_system_id() in -liso9660... -------------------- yes
15
26
 
16
- "i686-pc-linux-gnu-gcc -o conftest -I/home/cdx/ruby/rb_cdio/ext -I/usr/lib/ruby/1.8/i686-linux -O2 -march=athlon-xp -m3dnow -msse -mfpmath=sse -mmmx -pipe -ffast-math -fPIC conftest.c -L'/usr/lib' -Wl,-R'/usr/lib' -lcdio -lruby18-static -liso9660 -lcdio -ldl -lcrypt -lm -lc"
27
+ "cc -o conftest -I. -I/usr/lib/ruby/1.8/x86_64-linux -I. -fno-strict-aliasing -g -g -O2 -fPIC conftest.c -L"." -L"/usr/lib" -L. -rdynamic -Wl,-export-dynamic -lcdio -lruby1.8-static -liso9660 -lcdio -lpthread -ldl -lcrypt -lm -lc"
28
+ conftest.c: En la función ‘t’:
29
+ conftest.c:3: error: ‘iso9660_get_system_id’ no se declaró aquí (primer uso en esta función)
30
+ conftest.c:3: error: (Cada identificador no declarado solamente se reporta una vez
31
+ conftest.c:3: error: para cada funcion en la que aparece.)
17
32
  checked program was:
18
33
  /* begin */
34
+ 1: /*top*/
35
+ 2: int main() { return 0; }
36
+ 3: int t() { void ((*volatile p)()); p = (void ((*)()))iso9660_get_system_id; return 0; }
37
+ /* end */
19
38
 
20
- /*top*/
21
- int main() { return 0; }
22
- int t() { iso9660_get_system_id(); return 0; }
39
+ "cc -o conftest -I. -I/usr/lib/ruby/1.8/x86_64-linux -I. -fno-strict-aliasing -g -g -O2 -fPIC conftest.c -L"." -L"/usr/lib" -L. -rdynamic -Wl,-export-dynamic -lcdio -lruby1.8-static -liso9660 -lcdio -lpthread -ldl -lcrypt -lm -lc"
40
+ checked program was:
41
+ /* begin */
42
+ 1: /*top*/
43
+ 2: int main() { return 0; }
44
+ 3: int t() { iso9660_get_system_id(); return 0; }
23
45
  /* end */
24
46
 
25
47
  --------------------
26
48
 
27
- have_library: checking for cddb_new() in -lcddb... -------------------- yes
49
+ have_library: checking for cddb_new() in -lcddb... -------------------- no
28
50
 
29
- "i686-pc-linux-gnu-gcc -o conftest -I/home/cdx/ruby/rb_cdio/ext -I/usr/lib/ruby/1.8/i686-linux -O2 -march=athlon-xp -m3dnow -msse -mfpmath=sse -mmmx -pipe -ffast-math -fPIC conftest.c -L'/usr/lib' -Wl,-R'/usr/lib' -liso9660 -lcdio -lruby18-static -lcddb -liso9660 -lcdio -ldl -lcrypt -lm -lc"
51
+ "cc -o conftest -I. -I/usr/lib/ruby/1.8/x86_64-linux -I. -fno-strict-aliasing -g -g -O2 -fPIC conftest.c -L"." -L"/usr/lib" -L. -rdynamic -Wl,-export-dynamic -liso9660 -lcdio -lruby1.8-static -lcddb -liso9660 -lcdio -lpthread -ldl -lcrypt -lm -lc"
52
+ conftest.c: En la función ‘t’:
53
+ conftest.c:3: error: ‘cddb_new’ no se declaró aquí (primer uso en esta función)
54
+ conftest.c:3: error: (Cada identificador no declarado solamente se reporta una vez
55
+ conftest.c:3: error: para cada funcion en la que aparece.)
30
56
  checked program was:
31
57
  /* begin */
32
-
33
- /*top*/
34
- int main() { return 0; }
35
- int t() { cddb_new(); return 0; }
58
+ 1: /*top*/
59
+ 2: int main() { return 0; }
60
+ 3: int t() { void ((*volatile p)()); p = (void ((*)()))cddb_new; return 0; }
36
61
  /* end */
37
62
 
38
- --------------------
39
-
40
- have_header: checking for cddb/cddb.h... -------------------- yes
41
-
42
- "i686-pc-linux-gnu-gcc -E -I/home/cdx/ruby/rb_cdio/ext -I/usr/lib/ruby/1.8/i686-linux -O2 -march=athlon-xp -m3dnow -msse -mfpmath=sse -mmmx -pipe -ffast-math -fPIC conftest.c -o conftest.i"
63
+ "cc -o conftest -I. -I/usr/lib/ruby/1.8/x86_64-linux -I. -fno-strict-aliasing -g -g -O2 -fPIC conftest.c -L"." -L"/usr/lib" -L. -rdynamic -Wl,-export-dynamic -liso9660 -lcdio -lruby1.8-static -lcddb -liso9660 -lcdio -lpthread -ldl -lcrypt -lm -lc"
64
+ /usr/bin/ld: cannot find -lcddb
65
+ collect2: ld devolvió el estado de salida 1
43
66
  checked program was:
44
67
  /* begin */
45
- #include <cddb/cddb.h>
68
+ 1: /*top*/
69
+ 2: int main() { return 0; }
70
+ 3: int t() { cddb_new(); return 0; }
46
71
  /* end */
47
72
 
48
73
  --------------------
File without changes
File without changes
@@ -5,7 +5,7 @@ else
5
5
  require_gem "rb_cdio",">=0.2"
6
6
  end
7
7
  require "irb/xmp"
8
- CdIo.close_tray("/dev/cdrom")
8
+ CdIo.close_tray("/dev/cdrom1")
9
9
  CdIo.constants.sort.each do |const|
10
10
  begin
11
11
  puts const+"="+CdIo.const_get(const.intern).to_i.to_s
@@ -8,8 +8,10 @@ require 'test/unit'
8
8
 
9
9
  class Testtoc < Test::Unit::TestCase
10
10
  def setup
11
- @data = File.dirname(__FILE__)+"/data"
12
- end
11
+ @data = File.expand_path(File.dirname(__FILE__)+"/data")
12
+ end
13
+ def teardown
14
+ end
13
15
 
14
16
  # def teardown
15
17
  # end
@@ -1,5 +1,5 @@
1
- require 'test/unit'
2
- require 'testbincue'
3
- require 'testtoc'
4
- require 'test_cdda'
1
+ require 'test/unit'
2
+ require 'test_bincue'
3
+ require 'test_toc'
4
+ require 'test_cdda'
5
5
 
metadata CHANGED
@@ -1,431 +1,220 @@
1
1
  --- !ruby/object:Gem::Specification
2
- rubygems_version: 0.8.10
2
+ rubygems_version: 0.9.4
3
3
  specification_version: 1
4
4
  name: rb_cdio
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.2.0
7
- date: 2005-06-04
6
+ version: 0.2.1
7
+ date: 2008-06-25 00:00:00 -04:00
8
8
  summary: "Bindings for libcdio and libcddb: Cross-platform CD-ROM reading and control"
9
9
  require_paths:
10
- - lib
10
+ - lib
11
11
  email:
12
12
  homepage: http://rb-cdio.rubyforge.org
13
13
  rubyforge_project: rb-cdio
14
- description: "rb_cdio is a library for Ruby that creates a module CdIo and several classes to
15
- use the libcdio and libccdb library. The use of libcddb is optional. The libcdio
16
- package contains a library which encapsulates CD-ROM reading and control.
17
- Applications wishing to be oblivious of the OS- and device-dependent properties
18
- of a CD-ROM can use this library. Libcddb is a C library to access data on a
19
- CDDB server (freedb.org). It allows you to: 1. search the database for possible
20
- CD matches; 2. retrieve detailed information about a specific CD; 3. submit new
21
- CD entries to the database."
14
+ description: "rb_cdio is a library for Ruby that creates a module CdIo and several classes to use the libcdio and libccdb library. The use of libcddb is optional. The libcdio package contains a library which encapsulates CD-ROM reading and control. Applications wishing to be oblivious of the OS- and device-dependent properties of a CD-ROM can use this library. Libcddb is a C library to access data on a CDDB server (freedb.org). It allows you to: 1. search the database for possible CD matches; 2. retrieve detailed information about a specific CD; 3. submit new CD entries to the database."
22
15
  autorequire: rb_cdio
23
16
  default_executable:
24
17
  bindir: bin
25
18
  has_rdoc: false
26
19
  required_ruby_version: !ruby/object:Gem::Version::Requirement
27
20
  requirements:
28
- -
29
- - ">="
30
- - !ruby/object:Gem::Version
31
- version: 1.8.0
21
+ - - ">="
22
+ - !ruby/object:Gem::Version
23
+ version: 1.8.0
32
24
  version:
33
25
  platform: ruby
26
+ signing_key:
27
+ cert_chain:
28
+ post_install_message:
34
29
  authors:
35
- - Claudio Bustos
30
+ - Claudio Bustos
36
31
  files:
37
- - "./doc"
38
- - "./VERSION"
39
- - "./lib"
40
- - "./LICENSE"
41
- - "./test"
42
- - "./README.EXT"
43
- - "./README.txt"
44
- - "./rb_cdio.def.rb"
45
- - "./ChangeLog.txt"
46
- - "./mkmf.log"
47
- - "./ext"
48
- - "./svn-commit.tmp"
49
- - "./tags"
50
- - "./doc/created.rid"
51
- - "./doc/files"
52
- - "./doc/classes"
53
- - "./doc/fr_file_index.html"
54
- - "./doc/fr_class_index.html"
55
- - "./doc/fr_method_index.html"
56
- - "./doc/index.html"
57
- - "./doc/files/__"
58
- - "./doc/files/rb_cdio_def_rb.html"
59
- - "./doc/files/__/rb_cdio_def_rb.html"
60
- - "./doc/classes/CdIo.src"
61
- - "./doc/classes/CdIo"
62
- - "./doc/classes/CdIo.html"
63
- - "./doc/classes/CdIo.src/M000001.html"
64
- - "./doc/classes/CdIo.src/M000002.html"
65
- - "./doc/classes/CdIo.src/M000003.html"
66
- - "./doc/classes/CdIo.src/M000004.html"
67
- - "./doc/classes/CdIo.src/M000005.html"
68
- - "./doc/classes/CdIo.src/M000006.html"
69
- - "./doc/classes/CdIo.src/M000007.html"
70
- - "./doc/classes/CdIo.src/M000008.html"
71
- - "./doc/classes/CdIo/Cdda.src"
72
- - "./doc/classes/CdIo/Track.src"
73
- - "./doc/classes/CdIo/Cd.src"
74
- - "./doc/classes/CdIo/Tracks.src"
75
- - "./doc/classes/CdIo/Cdda.html"
76
- - "./doc/classes/CdIo/Exception.html"
77
- - "./doc/classes/CdIo/Exception"
78
- - "./doc/classes/CdIo/Track.html"
79
- - "./doc/classes/CdIo/Cd.html"
80
- - "./doc/classes/CdIo/Tracks.html"
81
- - "./doc/classes/CdIo/TrackIso9660.html"
82
- - "./doc/classes/CdIo/TrackCdda.src"
83
- - "./doc/classes/CdIo/TrackCdda.html"
84
- - "./doc/classes/CdIo/Cdda.src/M000009.html"
85
- - "./doc/classes/CdIo/Cdda.src/M000010.html"
86
- - "./doc/classes/CdIo/Cdda.src/M000011.html"
87
- - "./doc/classes/CdIo/Cdda.src/M000012.html"
88
- - "./doc/classes/CdIo/Cdda.src/M000013.html"
89
- - "./doc/classes/CdIo/Cdda.src/M000014.html"
90
- - "./doc/classes/CdIo/Cdda.src/M000015.html"
91
- - "./doc/classes/CdIo/Cdda.src/M000016.html"
92
- - "./doc/classes/CdIo/Cdda.src/M000017.html"
93
- - "./doc/classes/CdIo/Cdda.src/M000018.html"
94
- - "./doc/classes/CdIo/Cdda.src/M000019.html"
95
- - "./doc/classes/CdIo/Cdda.src/M000020.html"
96
- - "./doc/classes/CdIo/Cdda.src/M000021.html"
97
- - "./doc/classes/CdIo/Cdda.src/M000022.html"
98
- - "./doc/classes/CdIo/Cdda.src/M000023.html"
99
- - "./doc/classes/CdIo/Cdda.src/M000024.html"
100
- - "./doc/classes/CdIo/Track.src/M000017.html"
101
- - "./doc/classes/CdIo/Track.src/M000018.html"
102
- - "./doc/classes/CdIo/Track.src/M000019.html"
103
- - "./doc/classes/CdIo/Track.src/M000025.html"
104
- - "./doc/classes/CdIo/Track.src/M000026.html"
105
- - "./doc/classes/CdIo/Track.src/M000027.html"
106
- - "./doc/classes/CdIo/Cd.src/M000020.html"
107
- - "./doc/classes/CdIo/Cd.src/M000021.html"
108
- - "./doc/classes/CdIo/Cd.src/M000022.html"
109
- - "./doc/classes/CdIo/Cd.src/M000023.html"
110
- - "./doc/classes/CdIo/Cd.src/M000024.html"
111
- - "./doc/classes/CdIo/Cd.src/M000025.html"
112
- - "./doc/classes/CdIo/Cd.src/M000026.html"
113
- - "./doc/classes/CdIo/Cd.src/M000027.html"
114
- - "./doc/classes/CdIo/Cd.src/M000028.html"
115
- - "./doc/classes/CdIo/Cd.src/M000029.html"
116
- - "./doc/classes/CdIo/Cd.src/M000030.html"
117
- - "./doc/classes/CdIo/Cd.src/M000031.html"
118
- - "./doc/classes/CdIo/Cd.src/M000032.html"
119
- - "./doc/classes/CdIo/Cd.src/M000033.html"
120
- - "./doc/classes/CdIo/Cd.src/M000034.html"
121
- - "./doc/classes/CdIo/Cd.src/M000035.html"
122
- - "./doc/classes/CdIo/Tracks.src/M000028.html"
123
- - "./doc/classes/CdIo/Tracks.src/M000029.html"
124
- - "./doc/classes/CdIo/Tracks.src/M000030.html"
125
- - "./doc/classes/CdIo/Tracks.src/M000036.html"
126
- - "./doc/classes/CdIo/Tracks.src/M000037.html"
127
- - "./doc/classes/CdIo/Tracks.src/M000038.html"
128
- - "./doc/classes/CdIo/Exception/NoDriver.html"
129
- - "./doc/classes/CdIo/Exception/BadPointer.html"
130
- - "./doc/classes/CdIo/Exception/NotPermitted.html"
131
- - "./doc/classes/CdIo/Exception/BadParameter.html"
132
- - "./doc/classes/CdIo/Exception/Error.html"
133
- - "./doc/classes/CdIo/Exception/Unsupported.html"
134
- - "./doc/classes/CdIo/Exception/CddbConn.html"
135
- - "./doc/classes/CdIo/Exception/CddbError.html"
136
- - "./doc/classes/CdIo/TrackCdda.src/M000031.html"
137
- - "./doc/classes/CdIo/TrackCdda.src/M000039.html"
138
- - "./doc/classes/CdIo/TrackCdda.src/M000040.html"
139
- - "./doc/classes/CdIo/TrackCdda.src/M000041.html"
140
- - "./lib/rb_cdio_read.rb"
141
- - "./test/testbincue.rb"
142
- - "./test/testtoc.rb"
143
- - "./test/testall.rb"
144
- - "./test/testmethods.rb"
145
- - "./test/testclose.rb"
146
- - "./test/test_cdda.rb"
147
- - "./test/data"
148
- - "./test/data/bad-cat1.cue"
149
- - "./test/data/bad-cat1.toc"
150
- - "./test/data/bad-cat2.cue"
151
- - "./test/data/bad-cat2.toc"
152
- - "./test/data/bad-cat3.cue"
153
- - "./test/data/bad-cat3.toc"
154
- - "./test/data/bad-mode1.cue"
155
- - "./test/data/bad-mode1.toc"
156
- - "./test/data/bad-msf-1.cue"
157
- - "./test/data/bad-msf-1.toc"
158
- - "./test/data/bad-msf-2.cue"
159
- - "./test/data/bad-msf-2.toc"
160
- - "./test/data/bad-msf-3.cue"
161
- - "./test/data/bad-msf-3.toc"
162
- - "./test/data/cdda.bin"
163
- - "./test/data/cdda.cue"
164
- - "./test/data/cdda-read.right"
165
- - "./test/data/cdda.right"
166
- - "./test/data/cdda.toc"
167
- - "./test/data/cdtext.toc"
168
- - "./test/data/check_common_fn"
169
- - "./test/data/check_common_fn.in"
170
- - "./test/data/check_cue.sh.in"
171
- - "./test/data/check_iso.sh.in"
172
- - "./test/data/check_nrg.sh.in"
173
- - "./test/data/check_opts0.right"
174
- - "./test/data/check_opts1.right"
175
- - "./test/data/check_opts2.right"
176
- - "./test/data/check_opts3.right"
177
- - "./test/data/check_opts4.right"
178
- - "./test/data/check_opts5.right"
179
- - "./test/data/check_opts6.right"
180
- - "./test/data/check_opts7.right"
181
- - "./test/data/check_sizeof"
182
- - "./test/data/check_sizeof.c"
183
- - "./test/data/copying.iso"
184
- - "./test/data/copying.right"
185
- - "./test/data/data1.toc"
186
- - "./test/data/data2.toc"
187
- - "./test/data/data5.toc"
188
- - "./test/data/data6.toc"
189
- - "./test/data/data7.toc"
190
- - "./test/data/isofs-m1.bin"
191
- - "./test/data/isofs-m1.cue"
192
- - "./test/data/isofs-m1-read.right"
193
- - "./test/data/isofs-m1.right"
194
- - "./test/data/isofs-m1.toc"
195
- - "./test/data/joliet.iso"
196
- - "./test/data/bad-file.toc"
197
- - "./test/data/t1.toc"
198
- - "./test/data/t2.toc"
199
- - "./test/data/t3.toc"
200
- - "./test/data/t4.toc"
201
- - "./test/data/t5.toc"
202
- - "./test/data/t6.toc"
203
- - "./test/data/t7.toc"
204
- - "./test/data/t8.toc"
205
- - "./test/data/t9.toc"
206
- - "./test/data/joliet.right"
207
- - "./test/data/testassert.c"
208
- - "./test/data/testbincue.c"
209
- - "./test/data/testdefault.c"
210
- - "./test/data/check_paranoia.sh.in"
211
- - "./test/data/testischar.c"
212
- - "./test/data/vcd2.toc"
213
- - "./test/data/copying-rr.iso"
214
- - "./test/data/testiso9660.c"
215
- - "./test/data/copying-rr.right"
216
- - "./test/data/testtoc.c"
217
- - "./test/data/vcd_demo.right"
218
- - "./test/data/videocd.nrg"
219
- - "./test/data/videocd.right"
220
- - "./test/data/isofs-m1-no-rr.right"
221
- - "./test/data/joliet-nojoliet.right"
222
- - "./test/data/testparanoia.c"
223
- - "./test/data/vcd_demo_vcdinfo.right"
224
- - "./ext/CdIo_Track.c"
225
- - "./ext/CdIo.c"
226
- - "./ext/CdIo_TrackIso9660.c"
227
- - "./ext/CdIo_Common.c"
228
- - "./ext/CdIo_Modulo.c"
229
- - "./ext/CdIo_Cd.c"
230
- - "./ext/extconf.rb"
231
- - "./ext/CdIo.h"
232
- - "./ext/mkmf.log"
233
- - "./ext/CdIo_Tracks.c"
234
- - "./ext/CdIo_Cdda.c"
235
- - "./ext/CdIo_TrackCdda.c"
236
- - lib/rb_cdio_read.rb
237
- - test/testbincue.rb
238
- - test/testtoc.rb
239
- - test/testall.rb
240
- - test/testmethods.rb
241
- - test/testclose.rb
242
- - test/test_cdda.rb
243
- - test/data
244
- - test/data/bad-cat1.cue
245
- - test/data/bad-cat1.toc
246
- - test/data/bad-cat2.cue
247
- - test/data/bad-cat2.toc
248
- - test/data/bad-cat3.cue
249
- - test/data/bad-cat3.toc
250
- - test/data/bad-mode1.cue
251
- - test/data/bad-mode1.toc
252
- - test/data/bad-msf-1.cue
253
- - test/data/bad-msf-1.toc
254
- - test/data/bad-msf-2.cue
255
- - test/data/bad-msf-2.toc
256
- - test/data/bad-msf-3.cue
257
- - test/data/bad-msf-3.toc
258
- - test/data/cdda.bin
259
- - test/data/cdda.cue
260
- - test/data/cdda-read.right
261
- - test/data/cdda.right
262
- - test/data/cdda.toc
263
- - test/data/cdtext.toc
264
- - test/data/check_common_fn
265
- - test/data/check_common_fn.in
266
- - test/data/check_cue.sh.in
267
- - test/data/check_iso.sh.in
268
- - test/data/check_nrg.sh.in
269
- - test/data/check_opts0.right
270
- - test/data/check_opts1.right
271
- - test/data/check_opts2.right
272
- - test/data/check_opts3.right
273
- - test/data/check_opts4.right
274
- - test/data/check_opts5.right
275
- - test/data/check_opts6.right
276
- - test/data/check_opts7.right
277
- - test/data/check_sizeof
278
- - test/data/check_sizeof.c
279
- - test/data/copying.iso
280
- - test/data/copying.right
281
- - test/data/data1.toc
282
- - test/data/data2.toc
283
- - test/data/data5.toc
284
- - test/data/data6.toc
285
- - test/data/data7.toc
286
- - test/data/isofs-m1.bin
287
- - test/data/isofs-m1.cue
288
- - test/data/isofs-m1-read.right
289
- - test/data/isofs-m1.right
290
- - test/data/isofs-m1.toc
291
- - test/data/joliet.iso
292
- - test/data/bad-file.toc
293
- - test/data/t1.toc
294
- - test/data/t2.toc
295
- - test/data/t3.toc
296
- - test/data/t4.toc
297
- - test/data/t5.toc
298
- - test/data/t6.toc
299
- - test/data/t7.toc
300
- - test/data/t8.toc
301
- - test/data/t9.toc
302
- - test/data/joliet.right
303
- - test/data/testassert.c
304
- - test/data/testbincue.c
305
- - test/data/testdefault.c
306
- - test/data/check_paranoia.sh.in
307
- - test/data/testischar.c
308
- - test/data/vcd2.toc
309
- - test/data/copying-rr.iso
310
- - test/data/testiso9660.c
311
- - test/data/copying-rr.right
312
- - test/data/testtoc.c
313
- - test/data/vcd_demo.right
314
- - test/data/videocd.nrg
315
- - test/data/videocd.right
316
- - test/data/isofs-m1-no-rr.right
317
- - test/data/joliet-nojoliet.right
318
- - test/data/testparanoia.c
319
- - test/data/vcd_demo_vcdinfo.right
320
- - ext/CdIo_Track.c
321
- - ext/CdIo.c
322
- - ext/CdIo_TrackIso9660.c
323
- - ext/CdIo_Common.c
324
- - ext/CdIo_Modulo.c
325
- - ext/CdIo_Cd.c
326
- - ext/extconf.rb
327
- - ext/CdIo.h
328
- - ext/mkmf.log
329
- - ext/CdIo_Tracks.c
330
- - ext/CdIo_Cdda.c
331
- - ext/CdIo_TrackCdda.c
332
- - doc/created.rid
333
- - doc/files
334
- - doc/classes
335
- - doc/fr_file_index.html
336
- - doc/fr_class_index.html
337
- - doc/fr_method_index.html
338
- - doc/index.html
339
- - doc/files/__
340
- - doc/files/rb_cdio_def_rb.html
341
- - doc/files/__/rb_cdio_def_rb.html
342
- - doc/classes/CdIo.src
343
- - doc/classes/CdIo
344
- - doc/classes/CdIo.html
345
- - doc/classes/CdIo.src/M000001.html
346
- - doc/classes/CdIo.src/M000002.html
347
- - doc/classes/CdIo.src/M000003.html
348
- - doc/classes/CdIo.src/M000004.html
349
- - doc/classes/CdIo.src/M000005.html
350
- - doc/classes/CdIo.src/M000006.html
351
- - doc/classes/CdIo.src/M000007.html
352
- - doc/classes/CdIo.src/M000008.html
353
- - doc/classes/CdIo/Cdda.src
354
- - doc/classes/CdIo/Track.src
355
- - doc/classes/CdIo/Cd.src
356
- - doc/classes/CdIo/Tracks.src
357
- - doc/classes/CdIo/Cdda.html
358
- - doc/classes/CdIo/Exception.html
359
- - doc/classes/CdIo/Exception
360
- - doc/classes/CdIo/Track.html
361
- - doc/classes/CdIo/Cd.html
362
- - doc/classes/CdIo/Tracks.html
363
- - doc/classes/CdIo/TrackIso9660.html
364
- - doc/classes/CdIo/TrackCdda.src
365
- - doc/classes/CdIo/TrackCdda.html
366
- - doc/classes/CdIo/Cdda.src/M000009.html
367
- - doc/classes/CdIo/Cdda.src/M000010.html
368
- - doc/classes/CdIo/Cdda.src/M000011.html
369
- - doc/classes/CdIo/Cdda.src/M000012.html
370
- - doc/classes/CdIo/Cdda.src/M000013.html
371
- - doc/classes/CdIo/Cdda.src/M000014.html
372
- - doc/classes/CdIo/Cdda.src/M000015.html
373
- - doc/classes/CdIo/Cdda.src/M000016.html
374
- - doc/classes/CdIo/Cdda.src/M000017.html
375
- - doc/classes/CdIo/Cdda.src/M000018.html
376
- - doc/classes/CdIo/Cdda.src/M000019.html
377
- - doc/classes/CdIo/Cdda.src/M000020.html
378
- - doc/classes/CdIo/Cdda.src/M000021.html
379
- - doc/classes/CdIo/Cdda.src/M000022.html
380
- - doc/classes/CdIo/Cdda.src/M000023.html
381
- - doc/classes/CdIo/Cdda.src/M000024.html
382
- - doc/classes/CdIo/Track.src/M000017.html
383
- - doc/classes/CdIo/Track.src/M000018.html
384
- - doc/classes/CdIo/Track.src/M000019.html
385
- - doc/classes/CdIo/Track.src/M000025.html
386
- - doc/classes/CdIo/Track.src/M000026.html
387
- - doc/classes/CdIo/Track.src/M000027.html
388
- - doc/classes/CdIo/Cd.src/M000020.html
389
- - doc/classes/CdIo/Cd.src/M000021.html
390
- - doc/classes/CdIo/Cd.src/M000022.html
391
- - doc/classes/CdIo/Cd.src/M000023.html
392
- - doc/classes/CdIo/Cd.src/M000024.html
393
- - doc/classes/CdIo/Cd.src/M000025.html
394
- - doc/classes/CdIo/Cd.src/M000026.html
395
- - doc/classes/CdIo/Cd.src/M000027.html
396
- - doc/classes/CdIo/Cd.src/M000028.html
397
- - doc/classes/CdIo/Cd.src/M000029.html
398
- - doc/classes/CdIo/Cd.src/M000030.html
399
- - doc/classes/CdIo/Cd.src/M000031.html
400
- - doc/classes/CdIo/Cd.src/M000032.html
401
- - doc/classes/CdIo/Cd.src/M000033.html
402
- - doc/classes/CdIo/Cd.src/M000034.html
403
- - doc/classes/CdIo/Cd.src/M000035.html
404
- - doc/classes/CdIo/Tracks.src/M000028.html
405
- - doc/classes/CdIo/Tracks.src/M000029.html
406
- - doc/classes/CdIo/Tracks.src/M000030.html
407
- - doc/classes/CdIo/Tracks.src/M000036.html
408
- - doc/classes/CdIo/Tracks.src/M000037.html
409
- - doc/classes/CdIo/Tracks.src/M000038.html
410
- - doc/classes/CdIo/Exception/NoDriver.html
411
- - doc/classes/CdIo/Exception/BadPointer.html
412
- - doc/classes/CdIo/Exception/NotPermitted.html
413
- - doc/classes/CdIo/Exception/BadParameter.html
414
- - doc/classes/CdIo/Exception/Error.html
415
- - doc/classes/CdIo/Exception/Unsupported.html
416
- - doc/classes/CdIo/Exception/CddbConn.html
417
- - doc/classes/CdIo/Exception/CddbError.html
418
- - doc/classes/CdIo/TrackCdda.src/M000031.html
419
- - doc/classes/CdIo/TrackCdda.src/M000039.html
420
- - doc/classes/CdIo/TrackCdda.src/M000040.html
421
- - doc/classes/CdIo/TrackCdda.src/M000041.html
32
+ - ./ext
33
+ - ./ext/CdIo.c
34
+ - ./ext/CdIo.h
35
+ - ./ext/CdIo_TrackCdda.c
36
+ - ./ext/CdIo_Modulo.c
37
+ - ./ext/CdIo_Common.c
38
+ - ./ext/extconf.rb
39
+ - ./ext/CdIo_Track.c
40
+ - ./ext/CdIo_TrackIso9660.c
41
+ - ./ext/CdIo_Tracks.c
42
+ - ./ext/CdIo_Cdda.c
43
+ - ./ext/mkmf.log
44
+ - ./ext/CdIo_Cd.c
45
+ - ./lib
46
+ - ./lib/rb_cdio_read.rb
47
+ - ./pkg
48
+ - ./test
49
+ - ./test/data
50
+ - ./test/data/check_opts6.right
51
+ - ./test/data/bad-cat1.cue
52
+ - ./test/data/bad-cat1.toc
53
+ - ./test/data/bad-cat2.cue
54
+ - ./test/data/bad-cat2.toc
55
+ - ./test/data/bad-cat3.cue
56
+ - ./test/data/bad-cat3.toc
57
+ - ./test/data/bad-mode1.cue
58
+ - ./test/data/bad-mode1.toc
59
+ - ./test/data/isofs-m1-read.right
60
+ - ./test/data/bad-msf-1.cue
61
+ - ./test/data/bad-msf-1.toc
62
+ - ./test/data/bad-msf-2.cue
63
+ - ./test/data/bad-msf-2.toc
64
+ - ./test/data/bad-msf-3.cue
65
+ - ./test/data/bad-msf-3.toc
66
+ - ./test/data/copying-rr.right
67
+ - ./test/data/data1.toc
68
+ - ./test/data/data2.toc
69
+ - ./test/data/data5.toc
70
+ - ./test/data/data6.toc
71
+ - ./test/data/data7.toc
72
+ - ./test/data/check_opts0.right
73
+ - ./test/data/check_opts7.right
74
+ - ./test/data/vcd_demo_vcdinfo.right
75
+ - ./test/data/isofs-m1-no-rr.right
76
+ - ./test/data/copying-rr.iso
77
+ - ./test/data/check_opts1.right
78
+ - ./test/data/joliet.iso
79
+ - ./test/data/copying.iso
80
+ - ./test/data/videocd.right
81
+ - ./test/data/vcd_demo.right
82
+ - ./test/data/check_opts2.right
83
+ - ./test/data/isofs-m1.bin
84
+ - ./test/data/isofs-m1.cue
85
+ - ./test/data/isofs-m1.toc
86
+ - ./test/data/videocd.nrg
87
+ - ./test/data/t1.toc
88
+ - ./test/data/t2.toc
89
+ - ./test/data/t3.toc
90
+ - ./test/data/t4.toc
91
+ - ./test/data/t5.toc
92
+ - ./test/data/t6.toc
93
+ - ./test/data/t7.toc
94
+ - ./test/data/t8.toc
95
+ - ./test/data/t9.toc
96
+ - ./test/data/check_opts3.right
97
+ - ./test/data/cdda.right
98
+ - ./test/data/isofs-m1.right
99
+ - ./test/data/cdda.bin
100
+ - ./test/data/cdda.cue
101
+ - ./test/data/cdda.toc
102
+ - ./test/data/check_opts4.right
103
+ - ./test/data/copying.right
104
+ - ./test/data/joliet.right
105
+ - ./test/data/joliet-nojoliet.right
106
+ - ./test/data/cdda-read.right
107
+ - ./test/data/check_opts5.right
108
+ - ./test/data/cdtext.toc
109
+ - ./test/data/bad-file.toc
110
+ - ./test/data/vcd2.toc
111
+ - ./test/data/check_common_fn
112
+ - ./test/test_close.rb
113
+ - ./test/testall.rb
114
+ - ./test/test_methods.rb
115
+ - ./test/test_toc.rb
116
+ - ./test/test_cdda.rb
117
+ - ./test/test_bincue.rb
118
+ - ./LICENSE
119
+ - ./VERSION
120
+ - ./README.EXT
121
+ - ./README.txt
122
+ - ./rb_cdio.def.rb
123
+ - ./ChangeLog.txt
124
+ - lib/rb_cdio_read.rb
125
+ - test/data
126
+ - test/data/check_opts6.right
127
+ - test/data/bad-cat1.cue
128
+ - test/data/bad-cat1.toc
129
+ - test/data/bad-cat2.cue
130
+ - test/data/bad-cat2.toc
131
+ - test/data/bad-cat3.cue
132
+ - test/data/bad-cat3.toc
133
+ - test/data/bad-mode1.cue
134
+ - test/data/bad-mode1.toc
135
+ - test/data/isofs-m1-read.right
136
+ - test/data/bad-msf-1.cue
137
+ - test/data/bad-msf-1.toc
138
+ - test/data/bad-msf-2.cue
139
+ - test/data/bad-msf-2.toc
140
+ - test/data/bad-msf-3.cue
141
+ - test/data/bad-msf-3.toc
142
+ - test/data/copying-rr.right
143
+ - test/data/data1.toc
144
+ - test/data/data2.toc
145
+ - test/data/data5.toc
146
+ - test/data/data6.toc
147
+ - test/data/data7.toc
148
+ - test/data/check_opts0.right
149
+ - test/data/check_opts7.right
150
+ - test/data/vcd_demo_vcdinfo.right
151
+ - test/data/isofs-m1-no-rr.right
152
+ - test/data/copying-rr.iso
153
+ - test/data/check_opts1.right
154
+ - test/data/joliet.iso
155
+ - test/data/copying.iso
156
+ - test/data/videocd.right
157
+ - test/data/vcd_demo.right
158
+ - test/data/check_opts2.right
159
+ - test/data/isofs-m1.bin
160
+ - test/data/isofs-m1.cue
161
+ - test/data/isofs-m1.toc
162
+ - test/data/videocd.nrg
163
+ - test/data/t1.toc
164
+ - test/data/t2.toc
165
+ - test/data/t3.toc
166
+ - test/data/t4.toc
167
+ - test/data/t5.toc
168
+ - test/data/t6.toc
169
+ - test/data/t7.toc
170
+ - test/data/t8.toc
171
+ - test/data/t9.toc
172
+ - test/data/check_opts3.right
173
+ - test/data/cdda.right
174
+ - test/data/isofs-m1.right
175
+ - test/data/cdda.bin
176
+ - test/data/cdda.cue
177
+ - test/data/cdda.toc
178
+ - test/data/check_opts4.right
179
+ - test/data/copying.right
180
+ - test/data/joliet.right
181
+ - test/data/joliet-nojoliet.right
182
+ - test/data/cdda-read.right
183
+ - test/data/check_opts5.right
184
+ - test/data/cdtext.toc
185
+ - test/data/bad-file.toc
186
+ - test/data/vcd2.toc
187
+ - test/data/check_common_fn
188
+ - test/test_close.rb
189
+ - test/testall.rb
190
+ - test/test_methods.rb
191
+ - test/test_toc.rb
192
+ - test/test_cdda.rb
193
+ - test/test_bincue.rb
194
+ - ext/CdIo.c
195
+ - ext/CdIo.h
196
+ - ext/CdIo_TrackCdda.c
197
+ - ext/CdIo_Modulo.c
198
+ - ext/CdIo_Common.c
199
+ - ext/extconf.rb
200
+ - ext/CdIo_Track.c
201
+ - ext/CdIo_TrackIso9660.c
202
+ - ext/CdIo_Tracks.c
203
+ - ext/CdIo_Cdda.c
204
+ - ext/mkmf.log
205
+ - ext/CdIo_Cd.c
422
206
  test_files: []
207
+
423
208
  rdoc_options: []
209
+
424
210
  extra_rdoc_files: []
211
+
425
212
  executables: []
213
+
426
214
  extensions:
427
- - ext/extconf.rb
215
+ - ext/extconf.rb
428
216
  requirements:
429
- - libcdio v0.73
430
- - libcddb >=v1.0.2
431
- dependencies: []
217
+ - libcdio v0.73 (or CDIO_API_VERSION = 5)
218
+ - libcddb >=v1.0.2
219
+ dependencies: []
220
+