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
@@ -1,244 +0,0 @@
1
- <?xml version="1.0" encoding="iso-8859-1"?>
2
- <!DOCTYPE html
3
- PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
-
6
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
7
- <head>
8
- <title>File: rb_cdio.def.rb</title>
9
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
10
- <meta http-equiv="Content-Script-Type" content="text/javascript" />
11
- <link rel="stylesheet" href=".././rdoc-style.css" type="text/css" media="screen" />
12
- <script type="text/javascript">
13
- // <![CDATA[
14
-
15
- function popupCode( url ) {
16
- window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
17
- }
18
-
19
- function toggleCode( id ) {
20
- if ( document.getElementById )
21
- elem = document.getElementById( id );
22
- else if ( document.all )
23
- elem = eval( "document.all." + id );
24
- else
25
- return false;
26
-
27
- elemStyle = elem.style;
28
-
29
- if ( elemStyle.display != "block" ) {
30
- elemStyle.display = "block"
31
- } else {
32
- elemStyle.display = "none"
33
- }
34
-
35
- return true;
36
- }
37
-
38
- // Make codeblocks hidden by default
39
- document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
40
-
41
- // ]]>
42
- </script>
43
-
44
- </head>
45
- <body>
46
-
47
-
48
-
49
- <div id="fileHeader">
50
- <h1>rb_cdio.def.rb</h1>
51
- <table class="header-table">
52
- <tr class="top-aligned-row">
53
- <td><strong>Path:</strong></td>
54
- <td>rb_cdio.def.rb
55
- </td>
56
- </tr>
57
- <tr class="top-aligned-row">
58
- <td><strong>Last Update:</strong></td>
59
- <td>Sat Jun 04 04:08:11 CLT 2005</td>
60
- </tr>
61
- </table>
62
- </div>
63
- <!-- banner header -->
64
-
65
- <div id="bodyContent">
66
-
67
-
68
-
69
- <div id="contextContent">
70
-
71
- <div id="description">
72
- <h1>rb_cdio</h1>
73
- <p>
74
- Create bindings to the library libcdio and libcddb(optional). You can
75
- retrieve information about Cd and images. If you have library libcddb
76
- installed, you can retrieve information like artist and titles for CD-DA.
77
- </p>
78
- <h2>Version</h2>
79
- <p>
80
- 0.2.0
81
- </p>
82
- <h2>Changelog</h2>
83
- <p>
84
- <b>Release 0.2.0(2005.05.31)</b>
85
- </p>
86
- <ul>
87
- <li>Compatible with libcdio 0.73
88
-
89
- </li>
90
- <li><em><a href="../classes/CdIo/Cdda.html">CdIo::Cdda</a></em>
91
-
92
- <pre>
93
- * when you instanciate a Cd class, if the disc is CDDA one, the Cd object is extended with this module.
94
- * You can play, resume and stop the reproduction, and get the state with subchannel() method.
95
- </pre>
96
- </li>
97
- <li><em><a href="../classes/CdIo.html">CdIo</a></em>
98
-
99
- <pre>
100
- * new method CdIo.close_tray()
101
- * mod CdIo.drive_cap_dev()
102
- * &quot;mcn&quot; and &quot;isrc&quot; from misc caps was moved to read caps
103
- * new attr for read caps:&quot;mode2_form1&quot;,&quot;mode2_form2&quot;
104
- * new exceptions on module CdIo::Exceptions : IoError, Unsupported,Uninit, NotPermitted, BadParameter, BadPointer, NoDriver)
105
- </pre>
106
- </li>
107
- <li><em><a href="../classes/CdIo/Cd.html">CdIo::Cd</a></em>
108
-
109
- <pre>
110
- * new attr: @last_lsn (replace @stat_size) and @joliet_level
111
- </pre>
112
- </li>
113
- </ul>
114
- <p>
115
- <b>Release 0.1.1(2005.05.28)</b>
116
- </p>
117
- <ul>
118
- <li>Last compatible with libcdio 0.70
119
-
120
- </li>
121
- <li>Deleted all &quot;get_&quot; at the begin of methods
122
-
123
- </li>
124
- <li>Unit tests on test dir
125
-
126
- </li>
127
- <li>New class <a href="../classes/CdIo/Tracks.html">CdIo::Tracks</a>
128
-
129
- </li>
130
- <li>Added constants for tracks formats
131
-
132
- </li>
133
- <li><em><a href="../classes/CdIo/Track.html">CdIo::Track</a></em>
134
-
135
- <pre>
136
- * Verification for track number
137
- * New attribute @leadout
138
- </pre>
139
- </li>
140
- </ul>
141
- <p>
142
- <b>Release 0.1.0 (2005.05.24)</b>
143
- </p>
144
- <ul>
145
- <li>Library packaged as rubygem
146
-
147
- </li>
148
- </ul>
149
- <p>
150
- <b>Release 0.0.2 (2005.05.22)</b>
151
- </p>
152
- <ul>
153
- <li>Indentation of C files changed to KR style
154
-
155
- </li>
156
- <li>New file: CdIo_Common.c
157
-
158
- </li>
159
- <li>Better CdIo_test.rb
160
-
161
- </li>
162
- <li>Implemented:
163
-
164
- <pre>
165
- - CdIo.open
166
- - CdIo::Cd.get_hwinfo
167
- - CdIo::Cd.close
168
- - CdIo::Cd.get_cdtext
169
- - CdIo::Track.get_cdtext
170
- </pre>
171
- </li>
172
- </ul>
173
- <h2>Download</h2>
174
- <p>
175
- <a href="http://rb-cdio.rubyforge.org">rb-cdio.rubyforge.org</a>
176
- </p>
177
- <h2>Example of use</h2>
178
- <pre>
179
- CdIo.devices
180
- ==&gt;[&quot;/dev/cdrom&quot;, &quot;/dev/dvd&quot;]
181
- cd=CdIo.default_device
182
- ==&gt;&quot;/dev/cdrom&quot;
183
- CdIo.drive_cap_dev(cd)
184
- ==&gt;{&quot;misc&quot;=&gt;{&quot;close_tray&quot;=&gt;true, &quot;media_changed&quot;=&gt;false, &quot;select_disk&quot;=&gt;false, &quot;lock&quot;=&gt;true, &quot;multi_session&quot;=&gt;true, &quot;eject&quot;=&gt;true, &quot;reset&quot;=&gt;false, &quot;select_speed&quot;=&gt;false, &quot;file&quot;=&gt;false}, &quot;read&quot;=&gt;{&quot;mode2_form1&quot;=&gt;true, &quot;dvd-rw&quot;=&gt;false, &quot;audio&quot;=&gt;true, &quot;mode2_form2&quot;=&gt;true, &quot;c2_errs&quot;=&gt;false, &quot;dvd-r&quot;=&gt;false, &quot;mcn&quot;=&gt;true, &quot;cd-da&quot;=&gt;true, &quot;dvd-rom&quot;=&gt;false, &quot;isrc&quot;=&gt;true, &quot;cd-r&quot;=&gt;true, &quot;dvd-ram&quot;=&gt;false, &quot;dvr+r&quot;=&gt;false, &quot;cd+g&quot;=&gt;false, &quot;dvd+rw&quot;=&gt;false, &quot;cd-rw&quot;=&gt;true}, &quot;write&quot;=&gt;{&quot;dvd-rw&quot;=&gt;false, &quot;cd&quot;=&gt;false, &quot;dvd-r&quot;=&gt;false, &quot;burn_proof&quot;=&gt;false, &quot;dvd+r&quot;=&gt;false, &quot;cd-r&quot;=&gt;false, &quot;dvd&quot;=&gt;false, &quot;dvd-ram&quot;=&gt;false, &quot;dvd+rw&quot;=&gt;false, &quot;mount_rainier&quot;=&gt;false, &quot;cd-rw&quot;=&gt;false}}
185
- CdIo.driver_describe(CdIo::DRIVER_LINUX)
186
- ==&gt;&quot;GNU/Linux ioctl and MMC driver&quot;
187
- CdIo.discmode_describe(CdIo::CDIO_DISC_MODE_CD_DA)
188
- ==&gt;&quot;CD-DA&quot;
189
- CdIo.track_format_describe(CdIo::TRACK_FORMAT_XA)
190
- ==&gt;&quot;XA&quot;
191
- cdo=CdIo.open(cd)
192
- ==&gt;#&lt;CdIo::Cd:0xb7d2a91c&gt;
193
- cdo.cdtext
194
- ==&gt;nil
195
- cdo.tracks.each do |track|
196
- track.number
197
- track
198
- end
199
- ==&gt;[#&lt;CdIo::TrackIso9660:0xb7cde440 @leadout=false, @min=0, @cd=#&lt;CdIo::Cd:0xb7d2a91c&gt;, @sec_count=311872, @frames=0, @lsn=0, @format=3, @track_type=3, @msf=&quot;00:02:00&quot;, @number=1, @sec=2, @lba=150&gt;]
200
- cdo.tracks[CdIo::CDIO_CDROM_LEADOUT_TRACK];
201
- cdo.is_cd?
202
- ==&gt;true
203
- cdo.is_dvd?
204
- ==&gt;false
205
- cdo.drive_cap
206
- ==&gt;{&quot;misc&quot;=&gt;{&quot;close_tray&quot;=&gt;true, &quot;media_changed&quot;=&gt;false, &quot;select_disk&quot;=&gt;false, &quot;lock&quot;=&gt;true, &quot;multi_session&quot;=&gt;true, &quot;eject&quot;=&gt;true, &quot;reset&quot;=&gt;false, &quot;select_speed&quot;=&gt;false, &quot;file&quot;=&gt;false}, &quot;read&quot;=&gt;{&quot;mode2_form1&quot;=&gt;true, &quot;dvd-rw&quot;=&gt;false, &quot;audio&quot;=&gt;true, &quot;mode2_form2&quot;=&gt;true, &quot;c2_errs&quot;=&gt;false, &quot;dvd-r&quot;=&gt;false, &quot;mcn&quot;=&gt;true, &quot;cd-da&quot;=&gt;true, &quot;dvd-rom&quot;=&gt;false, &quot;isrc&quot;=&gt;true, &quot;cd-r&quot;=&gt;true, &quot;dvd-ram&quot;=&gt;false, &quot;dvr+r&quot;=&gt;false, &quot;cd+g&quot;=&gt;false, &quot;dvd+rw&quot;=&gt;false, &quot;cd-rw&quot;=&gt;true}, &quot;write&quot;=&gt;{&quot;dvd-rw&quot;=&gt;false, &quot;cd&quot;=&gt;false, &quot;dvd-r&quot;=&gt;false, &quot;burn_proof&quot;=&gt;false, &quot;dvd+r&quot;=&gt;false, &quot;cd-r&quot;=&gt;false, &quot;dvd&quot;=&gt;false, &quot;dvd-ram&quot;=&gt;false, &quot;dvd+rw&quot;=&gt;false, &quot;mount_rainier&quot;=&gt;false, &quot;cd-rw&quot;=&gt;false}}
207
- cdo.hwinfo
208
- ==&gt;{&quot;revision&quot;=&gt;&quot;1.00&quot;, &quot;vendor&quot;=&gt;&quot;HL-DT-ST&quot;, &quot;model&quot;=&gt;&quot;CD-ROM GCR-8520B&quot;}
209
- cdo.joliet_level
210
- ==&gt;0
211
- </pre>
212
-
213
- </div>
214
-
215
-
216
- </div>
217
-
218
-
219
- </div>
220
-
221
-
222
- <!-- if includes -->
223
-
224
- <div id="section">
225
-
226
-
227
-
228
-
229
-
230
-
231
-
232
-
233
- <!-- if method_list -->
234
-
235
-
236
- </div>
237
-
238
-
239
- <div id="validator-badges">
240
- <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
241
- </div>
242
-
243
- </body>
244
- </html>
@@ -1,42 +0,0 @@
1
-
2
- <?xml version="1.0" encoding="iso-8859-1"?>
3
- <!DOCTYPE html
4
- PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
5
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
6
-
7
- <!--
8
-
9
- Classes
10
-
11
- -->
12
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
13
- <head>
14
- <title>Classes</title>
15
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
16
- <link rel="stylesheet" href="rdoc-style.css" type="text/css" />
17
- <base target="docwin" />
18
- </head>
19
- <body>
20
- <div id="index">
21
- <h1 class="section-bar">Classes</h1>
22
- <div id="index-entries">
23
- <a href="classes/CdIo.html">CdIo</a><br />
24
- <a href="classes/CdIo/Cd.html">CdIo::Cd</a><br />
25
- <a href="classes/CdIo/Cdda.html">CdIo::Cdda</a><br />
26
- <a href="classes/CdIo/Exception.html">CdIo::Exception</a><br />
27
- <a href="classes/CdIo/Exception/BadParameter.html">CdIo::Exception::BadParameter</a><br />
28
- <a href="classes/CdIo/Exception/BadPointer.html">CdIo::Exception::BadPointer</a><br />
29
- <a href="classes/CdIo/Exception/CddbConn.html">CdIo::Exception::CddbConn</a><br />
30
- <a href="classes/CdIo/Exception/CddbError.html">CdIo::Exception::CddbError</a><br />
31
- <a href="classes/CdIo/Exception/Error.html">CdIo::Exception::Error</a><br />
32
- <a href="classes/CdIo/Exception/NoDriver.html">CdIo::Exception::NoDriver</a><br />
33
- <a href="classes/CdIo/Exception/NotPermitted.html">CdIo::Exception::NotPermitted</a><br />
34
- <a href="classes/CdIo/Exception/Unsupported.html">CdIo::Exception::Unsupported</a><br />
35
- <a href="classes/CdIo/Track.html">CdIo::Track</a><br />
36
- <a href="classes/CdIo/TrackCdda.html">CdIo::TrackCdda</a><br />
37
- <a href="classes/CdIo/TrackIso9660.html">CdIo::TrackIso9660</a><br />
38
- <a href="classes/CdIo/Tracks.html">CdIo::Tracks</a><br />
39
- </div>
40
- </div>
41
- </body>
42
- </html>
@@ -1,27 +0,0 @@
1
-
2
- <?xml version="1.0" encoding="iso-8859-1"?>
3
- <!DOCTYPE html
4
- PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
5
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
6
-
7
- <!--
8
-
9
- Files
10
-
11
- -->
12
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
13
- <head>
14
- <title>Files</title>
15
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
16
- <link rel="stylesheet" href="rdoc-style.css" type="text/css" />
17
- <base target="docwin" />
18
- </head>
19
- <body>
20
- <div id="index">
21
- <h1 class="section-bar">Files</h1>
22
- <div id="index-entries">
23
- <a href="files/rb_cdio_def_rb.html">rb_cdio.def.rb</a><br />
24
- </div>
25
- </div>
26
- </body>
27
- </html>
@@ -1,67 +0,0 @@
1
-
2
- <?xml version="1.0" encoding="iso-8859-1"?>
3
- <!DOCTYPE html
4
- PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
5
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
6
-
7
- <!--
8
-
9
- Methods
10
-
11
- -->
12
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
13
- <head>
14
- <title>Methods</title>
15
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
16
- <link rel="stylesheet" href="rdoc-style.css" type="text/css" />
17
- <base target="docwin" />
18
- </head>
19
- <body>
20
- <div id="index">
21
- <h1 class="section-bar">Methods</h1>
22
- <div id="index-entries">
23
- <a href="classes/CdIo/Tracks.html#M000038">[] (CdIo::Tracks)</a><br />
24
- <a href="classes/CdIo/Cdda.html#M000019">artist (CdIo::Cdda)</a><br />
25
- <a href="classes/CdIo/TrackCdda.html#M000040">artist (CdIo::TrackCdda)</a><br />
26
- <a href="classes/CdIo/Cdda.html#M000021">category (CdIo::Cdda)</a><br />
27
- <a href="classes/CdIo/Cdda.html#M000018">cddb_fetch (CdIo::Cdda)</a><br />
28
- <a href="classes/CdIo/Cdda.html#M000016">cddb_id (CdIo::Cdda)</a><br />
29
- <a href="classes/CdIo/Cdda.html#M000017">cddb_matches (CdIo::Cdda)</a><br />
30
- <a href="classes/CdIo/Track.html#M000027">cdtext (CdIo::Track)</a><br />
31
- <a href="classes/CdIo/Cd.html#M000029">cdtext (CdIo::Cd)</a><br />
32
- <a href="classes/CdIo/Cd.html#M000035">close (CdIo::Cd)</a><br />
33
- <a href="classes/CdIo.html#M000002">default_device (CdIo)</a><br />
34
- <a href="classes/CdIo.html#M000001">devices (CdIo)</a><br />
35
- <a href="classes/CdIo.html#M000005">discmode_describe (CdIo)</a><br />
36
- <a href="classes/CdIo/Cd.html#M000033">drive_cap (CdIo::Cd)</a><br />
37
- <a href="classes/CdIo.html#M000003">drive_cap_dev (CdIo)</a><br />
38
- <a href="classes/CdIo.html#M000004">driver_describe (CdIo)</a><br />
39
- <a href="classes/CdIo/Tracks.html#M000037">each (CdIo::Tracks)</a><br />
40
- <a href="classes/CdIo/Cdda.html#M000024">extra_data (CdIo::Cdda)</a><br />
41
- <a href="classes/CdIo/Cdda.html#M000022">genre (CdIo::Cdda)</a><br />
42
- <a href="classes/CdIo/Track.html#M000026">green? (CdIo::Track)</a><br />
43
- <a href="classes/CdIo/Cd.html#M000034">hwinfo (CdIo::Cd)</a><br />
44
- <a href="classes/CdIo/Cd.html#M000031">is_cd? (CdIo::Cd)</a><br />
45
- <a href="classes/CdIo/Cd.html#M000032">is_dvd? (CdIo::Cd)</a><br />
46
- <a href="classes/CdIo/Cdda.html#M000023">length (CdIo::Cdda)</a><br />
47
- <a href="classes/CdIo/Tracks.html#M000036">new (CdIo::Tracks)</a><br />
48
- <a href="classes/CdIo/Track.html#M000025">new (CdIo::Track)</a><br />
49
- <a href="classes/CdIo/Cd.html#M000028">new (CdIo::Cd)</a><br />
50
- <a href="classes/CdIo.html#M000008">open (CdIo)</a><br />
51
- <a href="classes/CdIo/Cdda.html#M000012">pause (CdIo::Cdda)</a><br />
52
- <a href="classes/CdIo/Cdda.html#M000011">play (CdIo::Cdda)</a><br />
53
- <a href="classes/CdIo/TrackCdda.html#M000039">play (CdIo::TrackCdda)</a><br />
54
- <a href="classes/CdIo/Cdda.html#M000013">resume (CdIo::Cdda)</a><br />
55
- <a href="classes/CdIo/Cdda.html#M000014">stop (CdIo::Cdda)</a><br />
56
- <a href="classes/CdIo/Cdda.html#M000015">subchannel (CdIo::Cdda)</a><br />
57
- <a href="classes/CdIo/Cdda.html#M000020">title (CdIo::Cdda)</a><br />
58
- <a href="classes/CdIo/TrackCdda.html#M000041">title (CdIo::TrackCdda)</a><br />
59
- <a href="classes/CdIo.html#M000006">track_format_describe (CdIo)</a><br />
60
- <a href="classes/CdIo.html#M000007">track_type_describe (CdIo)</a><br />
61
- <a href="classes/CdIo/Cd.html#M000030">tracks (CdIo::Cd)</a><br />
62
- <a href="classes/CdIo/Cdda.html#M000009">volume (CdIo::Cdda)</a><br />
63
- <a href="classes/CdIo/Cdda.html#M000010">volume= (CdIo::Cdda)</a><br />
64
- </div>
65
- </div>
66
- </body>
67
- </html>
@@ -1,24 +0,0 @@
1
- <?xml version="1.0" encoding="iso-8859-1"?>
2
- <!DOCTYPE html
3
- PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
4
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
5
-
6
- <!--
7
-
8
- RDoc Documentation
9
-
10
- -->
11
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
12
- <head>
13
- <title>RDoc Documentation</title>
14
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
15
- </head>
16
- <frameset rows="20%, 80%">
17
- <frameset cols="25%,35%,45%">
18
- <frame src="fr_file_index.html" title="Files" name="Files" />
19
- <frame src="fr_class_index.html" name="Classes" />
20
- <frame src="fr_method_index.html" name="Methods" />
21
- </frameset>
22
- <frame src="files/rb_cdio_def_rb.html" name="docwin" />
23
- </frameset>
24
- </html>
data/mkmf.log DELETED
@@ -1,26 +0,0 @@
1
- have_library: checking for cdio_open() in -lcdio... -------------------- yes
2
-
3
- "i686-pc-linux-gnu-gcc -o conftest -I/home/cdx/ruby/rb_cdio -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"
4
- checked program was:
5
- /* begin */
6
-
7
- /*top*/
8
- int main() { return 0; }
9
- int t() { cdio_open(); return 0; }
10
- /* end */
11
-
12
- --------------------
13
-
14
- have_library: checking for iso9660_get_system_id() in -liso9660... -------------------- yes
15
-
16
- "i686-pc-linux-gnu-gcc -o conftest -I/home/cdx/ruby/rb_cdio -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"
17
- checked program was:
18
- /* begin */
19
-
20
- /*top*/
21
- int main() { return 0; }
22
- int t() { iso9660_get_system_id(); return 0; }
23
- /* end */
24
-
25
- --------------------
26
-
@@ -1,5 +0,0 @@
1
- Creada linea de tags
2
-
3
- --Esta línea y las que están debajo serán ignoradas--
4
-
5
- A file:///var/svn/rb_cdio/tags
data/tags DELETED
@@ -1,47 +0,0 @@
1
- !_TAG_FILE_FORMAT 2 /extended format; --format=1 will not append ;" to lines/
2
- !_TAG_FILE_SORTED 1 /0=unsorted, 1=sorted, 2=foldcase/
3
- !_TAG_PROGRAM_AUTHOR Darren Hiebert /dhiebert@users.sourceforge.net/
4
- !_TAG_PROGRAM_NAME Exuberant Ctags //
5
- !_TAG_PROGRAM_URL http://ctags.sourceforge.net /official site/
6
- !_TAG_PROGRAM_VERSION 5.5.4 //
7
- CAP CdIo_Common.c 2;" d file:
8
- CAP CdIo_Common.c 58;" d file:
9
- Init_CdIo CdIo.c /^Init_CdIo()$/;" f
10
- _cdio_cd_destroy CdIo_Cd.c /^static void _cdio_cd_destroy(void *p) {$/;" f file:
11
- _cdio_cd_is_iso CdIo_Cd.c /^static bool _cdio_cd_is_iso(CdIo* p_cdio, track_t track) {$/;" f file:
12
- _get_freedb CdIo_Cd.c /^static VALUE _get_freedb(VALUE obj) {$/;" f file:
13
- _get_freedb_error CdIo_Cd.c /^static VALUE _get_freedb_error(VALUE obj, VALUE error_info) {$/;" f file:
14
- _track_by_type CdIo_Cd.c /^static VALUE _track_by_type(VALUE obj,track_t i) {$/;" f file:
15
- cddb_dec_digit_sum CdIo_Cd.c /^cddb_dec_digit_sum(int n)$/;" f file:
16
- cddb_discid CdIo_Cd.c /^cddb_discid(CdIo *p_cdio, int i_tracks)$/;" f file:
17
- get_cap CdIo_Common.c /^VALUE get_cap( cdio_drive_read_cap_t* read_cap,$/;" f
18
- msf_seconds CdIo_Cd.c /^msf_seconds(msf_t *msf) $/;" f file:
19
- rb_cdio_cd_get_arg CdIo_Cd.c /^VALUE rb_cdio_cd_get_arg(VALUE obj, VALUE arg)$/;" f
20
- rb_cdio_cd_get_cdtext CdIo_Cd.c /^VALUE rb_cdio_cd_get_cdtext(VALUE class)$/;" f
21
- rb_cdio_cd_get_drive_cap CdIo_Cd.c /^VALUE rb_cdio_cd_get_drive_cap(VALUE obj) {$/;" f
22
- rb_cdio_cd_get_first_track CdIo_Cd.c /^VALUE rb_cdio_cd_get_first_track(VALUE self) {$/;" f
23
- rb_cdio_cd_get_freedb CdIo_Cd.c /^VALUE rb_cdio_cd_get_freedb(VALUE obj) {$/;" f
24
- rb_cdio_cd_get_hwinfo CdIo_Cd.c /^VALUE rb_cdio_cd_get_hwinfo(VALUE obj) {$/;" f
25
- rb_cdio_cd_get_tracks CdIo_Cd.c /^VALUE rb_cdio_cd_get_tracks(VALUE self) {$/;" f
26
- rb_cdio_cd_init CdIo_Cd.c /^VALUE rb_cdio_cd_init(VALUE self,VALUE device,VALUE driver)$/;" f
27
- rb_cdio_cd_is_cd CdIo_Cd.c /^VALUE rb_cdio_cd_is_cd(VALUE obj) {$/;" f
28
- rb_cdio_cd_is_dvd CdIo_Cd.c /^VALUE rb_cdio_cd_is_dvd(VALUE obj) {$/;" f
29
- rb_cdio_cd_new CdIo_Cd.c /^VALUE rb_cdio_cd_new(int argc,VALUE *argv,VALUE class)$/;" f
30
- rb_cdio_discmode_describe CdIo_Modulo.c /^VALUE rb_cdio_discmode_describe(VALUE module, VALUE discmode) {$/;" f
31
- rb_cdio_driver_describe CdIo_Modulo.c /^VALUE rb_cdio_driver_describe(VALUE module, VALUE driver)$/;" f
32
- rb_cdio_get_default_device CdIo_Modulo.c /^VALUE rb_cdio_get_default_device(int argc, VALUE * argv, VALUE module)$/;" f
33
- rb_cdio_get_devices CdIo_Modulo.c /^VALUE rb_cdio_get_devices(int argc, VALUE * argv, VALUE module)$/;" f
34
- rb_cdio_get_devices_ret CdIo_Modulo.c /^VALUE rb_cdio_get_devices_ret(VALUE module)$/;" f
35
- rb_cdio_get_devices_with_cap CdIo_Modulo.c /^VALUE rb_cdio_get_devices_with_cap(VALUE module, VALUE search_devices,$/;" f
36
- rb_cdio_get_devices_with_cap_ret CdIo_Modulo.c /^VALUE rb_cdio_get_devices_with_cap_ret(VALUE module, VALUE search_devices,$/;" f
37
- rb_cdio_get_drive_cap_dev CdIo_Modulo.c /^VALUE rb_cdio_get_drive_cap_dev(VALUE module, VALUE device)$/;" f
38
- rb_cdio_open CdIo_Modulo.c /^VALUE rb_cdio_open(VALUE module, VALUE args)$/;" f
39
- rb_cdio_track_format_describe CdIo_Modulo.c /^VALUE rb_cdio_track_format_describe(VALUE module, VALUE track_format)$/;" f
40
- rb_cdio_track_green CdIo_Track.c /^VALUE rb_cdio_track_green(VALUE obj) {$/;" f
41
- rb_cdio_track_init CdIo_Track.c /^VALUE rb_cdio_track_init(VALUE obj,VALUE cd,VALUE track) {$/;" f
42
- rb_cdio_track_new CdIo_Track.c /^VALUE rb_cdio_track_new(VALUE cd, int track) {$/;" f
43
- rb_cdio_track_number CdIo_Track.c /^int rb_cdio_track_number(VALUE obj) {$/;" f
44
- rb_cdio_track_type_describe CdIo_Modulo.c /^VALUE rb_cdio_track_type_describe(VALUE module,VALUE track) {$/;" f
45
- rb_cdio_trackiso9660_init CdIo_TrackIso9660.c /^VALUE rb_cdio_trackiso9660_init(VALUE obj,VALUE cd,VALUE track) {$/;" f
46
- rb_cdio_trackiso9660_new CdIo_TrackIso9660.c /^VALUE rb_cdio_trackiso9660_new(VALUE cd,int track) {$/;" f
47
- read_iso9660_pvd CdIo_TrackIso9660.c /^read_iso9660_pvd(const CdIo *p_cdio, track_format_t track_format, \/*out*\/$/;" f file: