Commit Graph

29 Commits

Author SHA1 Message Date
rocky
b4b1c4ec6f Add option to disable Rock-Ridge support --disable-rock
Add IS_ISSOCK() or S_ISLNK() macros for Rock-Ridge when environment
doesn't have it, e.g. MSYS 1.0.10 with MinGW 3.4.2.

Go over --enable settings. --disable-cpp-progs now works.

Require libcddb 1.0.1 or better
2005-09-15 06:36:01 +00:00
rocky
c48ac300dc Changes to make Solaris /bin/sh regression test work. 2005-04-11 02:36:36 +00:00
rocky
9d7e2b97da Enable building out of srcdir. Patches outside of test/* from Mike Castle 2005-03-02 12:49:28 +00:00
rocky
3d97c7ded6 Correct Rock-Ridge directory/link listing.
{cd,iso}-info --no-rock-ridge works (and with rock-ridge too)
test/*.right: output is now what I guess it's should be
2005-02-20 16:21:06 +00:00
rocky
90b7edfd26 Slightly more descriptive and accurate error messages when regression tests
fail. Also if no Joliet support, one test is skipped.
2005-01-29 14:50:34 +00:00
rocky
a352d2c8df Improve cdrdao to handle MSF-length.
Remove vcd_demo_toc.right since the cd-info output is now the same as
vcd_demo.right vcd_demo.toc adjusted accordingly.
2005-01-22 23:57:10 +00:00
rocky
1022ccd689 Add track flags for solaris. Regression test without vcdinfo corrected. 2004-12-31 08:27:49 +00:00
rocky
97a51c3c26 Add image driver track flag reporting. Reorganize code for image drivers
a little better (via image_common.c).

Update regression tests for more expanded cd-info output.
2004-12-31 07:51:43 +00:00
rocky
40332db672 Add get_hwinfo functions in image drivers. 2004-09-04 00:06:50 +00:00
rocky
b4cea7fd9e Add get_disc_mode to image readers.
Add it in cd-info display.
Update regression tests.

I'm not sure disc_mode is all that helpful or correct.
2004-07-24 14:23:37 +00:00
rocky
f06c619306 Log command used when there's an error. Redo error message to
make cut and paste of command line easier.
2004-05-06 12:05:49 +00:00
rocky
288e785942 Cater to old shells 2004-05-06 11:12:10 +00:00
rocky
697cbc32d2 Test for presence of vcd_demo.bin, not vcd_demo.cue to see if
we can run this regression test.
2004-05-06 01:22:13 +00:00
rocky
f04f14c312 Add some cdrdao image reading support from Svend S. Sorensen's
cuetools

cdio.c: remove some complicated and extraneous code for auto-driver
detection.
2004-05-04 02:06:48 +00:00
rocky
359cf083a8 cd_types: sector 0 rarely needs to be read, and when it doesn't, it's not
an error if it can't be read
cd-info:  give more info by default - source location and driver.
test/*:   as a result of cd-info changes need now to pass option --quiet.
2003-10-06 04:04:05 +00:00
rocky
1e84cacbb4 Fill out autoscan devices/images to image drivers. API is probably
closer to more complete.
2003-09-30 03:26:11 +00:00
rocky
21039b8f90 Closer to autoscan working better. globbing for *.nrg in NRG.
Will probably do likewise in bin/cue when NRG is working.
2003-09-29 02:56:22 +00:00
rocky
70ffa73191 incorrect usage of cd test/ if ! test -> if test ! 2003-09-20 00:28:31 +00:00
rocky
19b760c443 Add CD-DA reading test via cd-read; Add GPL 2003-09-19 04:09:47 +00:00
rocky
ba735a5960 The program is now called cd-info. 2003-09-14 04:56:46 +00:00
rocky
78bf55851c Output time format change in cd-info. Hopefully the last one. 2003-09-07 18:14:26 +00:00
rocky
3a0375fed9 Was setting options all wrong and using wrong CDDB subtitution variable.
As Bullwinkle says, "This time, for sure!"
2003-09-01 02:02:59 +00:00
rocky
e801ca8bcd Make mode1 format filesystem print work. 2003-08-31 15:52:56 +00:00
rocky
cccaa2a036 I think I have the XA encapsulation down so that it will work in vcdimager
(and others).
2003-08-31 08:32:40 +00:00
rocky
0b12ed3c41 Move over reading ISO-9660 filesytems from vcdimager. Handling of XA
attributes also moved over.
2003-08-31 06:59:23 +00:00
rocky
8b1d6fce22 Invalid substituiton variable.
Allow cd-info tests to be skipped.
2003-08-29 11:10:01 +00:00
rocky
916220e58b Add a test using --bin 2003-05-18 02:31:59 +00:00
rocky
65e6cf33ca cd-info: Use libvcdinfo if it is around to list out general Video CD
properties (format version, album description, preparer id, volume
number and count). cd-info output changed slightly.
2003-04-26 14:24:44 +00:00
rocky
adfb8564c9 tests -> test
All public includes are included via #include <cdio/....h> rather than
#include "....h"

(removed -I $top_srcdir/include/cdio)
2003-04-22 12:09:08 +00:00