rocky
ddf569dbea
Apply kfreebsd patch from Debian.
2007-12-15 22:36:35 +00:00
flameeyes
a9d358af67
Unbreak --enable/--disable joliet support. Use AS_HELP_STRING to pretty-print the help message.
2007-11-16 13:52:55 +00:00
rocky
83fb5978bf
Final 0.79 release
2007-10-27 04:02:36 +00:00
rocky
4759107d7c
libcdio cdparanoia doing the wrong thing on a single-sector read. Savannah patch #5999 .
2007-10-16 15:32:02 +00:00
rocky
40c531fed9
Remove := in Makefiles for portability.
...
autoconf 1.10 complains about adding AM_PROC_CC_C_O - pander to it.
2007-10-15 04:53:59 +00:00
rocky
a33bb59a7f
iso9660_fs.c: remove some (but not all) of the redundancy
...
testisocd2.c.in: a test of working with an ISO 9660 image.
2007-08-12 12:41:10 +00:00
flameeyes
48751a50f3
Borrow the eject code for OSX from xine-lib-1.2-macos branch, as contributed
...
by Matt Messier. This allows to eject disks on Mac OS X without having to
call an external utility.
Incidentally this fixes libcdio eject function on Mac OS X 10.4 and later, as
hditool was moved from /usr/sbin to /usr/bin.
2007-08-09 02:19:40 +00:00
rocky
cd266bbd19
Rename Japan locale to ja. Bug #19880 .
2007-05-16 10:00:50 +00:00
rocky
9d516c174c
Was chopping off HAVE_SYS_TYPES declaration.
2007-04-15 16:34:36 +00:00
rocky
07b1944cb6
Better strtol fix based on SMS's remark.
2007-03-05 11:49:24 +00:00
rocky
547d8387cb
Typo in configure.ac reported by Gergely Szász, bug report #18522 .
2006-12-14 00:19:58 +00:00
rocky
c7ad16607e
Disable libvcdinfo - 2nd try.
2006-11-30 02:22:01 +00:00
rocky
a423fd5c59
Disable vcdinfo in cd-info by default. It causes too much of a hassle
...
for too many people.
2006-11-30 02:08:14 +00:00
gmerlin
efc2151bc1
* Better drive detection for Linux
...
* cdio_add_device_list() now adds devices with symlinks only once
2006-11-27 19:31:37 +00:00
rocky
84f194e780
We really are in 0.79cvs now.
2006-11-16 00:47:28 +00:00
rocky
6e9db51c5a
A stray quote got inserted into the "cut". This time, for sure!
2006-10-30 13:02:37 +00:00
rocky
54dc0d8c13
Get reeady for 0.78.2 release?
2006-10-30 12:46:05 +00:00
flameeyes
d3d2c7dfdd
Use cut rather than sed for removing the micro version.
2006-10-30 12:21:41 +00:00
rocky
2065348453
This time, for sure! (See previous.)
2006-10-29 05:11:08 +00:00
rocky
5bce55e343
Remove .1 in LIBCDIO_VERSION_NUM
2006-10-29 05:08:31 +00:00
rocky
a470acc5ab
Prepare a release that doesn't have the .so problem.
2006-10-28 02:11:24 +00:00
rocky
56c17837f3
Make iconv more necessary.
2006-10-27 10:43:32 +00:00
rocky
24d4e4f19d
Get ready for release.
2006-10-27 09:11:14 +00:00
rocky
12ac7c8a23
configure.ac: in 0.78cvs now
...
mmc2a.c: small changes from and synch with mmc-tool.
2006-04-12 09:38:45 +00:00
flameeyes
2f62a9c3fd
Add a --disable-cxx configure parameter so that the C++ bindings can be skipped.
2006-03-30 10:47:51 +00:00
rocky
f2046d59cd
We'll accept FreeBSD 7.
2006-03-25 00:22:47 +00:00
rocky
b8d69c67a2
iso9660.h: remove doxygen formatting warning.
...
configure.ac, NEWS: get ready for 0.77 release
2006-03-18 02:35:06 +00:00
rocky
25a76d78cb
Put back in getopt.h, getopt.c, getopt1.c. Solaris doesn't always have
...
it and it's really too much of a hassle to do all that configuration
code to figure out where it is and what has to be done to get it to
work.
2006-03-17 19:36:54 +00:00
rocky
67d4aa6fe9
Move code from devices.hpp and iso9660.hpp headers into external files -
...
cdio.cpp, device.cpp, iso9660.cpp
configure.ac, C++/OO/Makefile.am: Found some bugs libraries acces in doing the
above move.
2006-03-07 10:46:36 +00:00
rocky
577774dd7b
testbincue.c.in: set @srcdir@. Make gcc 2.95 compatible.
2006-03-07 02:38:44 +00:00
rocky
6ed9b4a5ff
Distribute pkg-config files. Add iso9600.hpp to distribution.
2006-03-06 22:34:13 +00:00
rocky
5e2d4f6bdf
Get first libiso9660++ OO program (iso3) working.
2006-03-06 01:34:22 +00:00
rocky
14f4a96a0d
Allow DragonFly which so far is exactly like FreeBSD. Guidance
...
suggested and provided by Diego 'Flameeyes' Pettenò.
2006-02-12 04:26:44 +00:00
rocky
803e4799db
Probably this is the right way (or a better way?) to ensure derived
...
scripts in test are made executable.
2006-01-23 04:07:22 +00:00
rocky
6a83b97a27
read.h needs <sys/types.h> Add it into cdio_config.h and include only
...
once. Fixed based on observation and suggestion of Steve Schultz.
2006-01-21 12:02:55 +00:00
rocky
a57453248e
Add largefile support. For example ISO images over 2G.
...
Problem and suggestion of where to look for a solution from
Colossus.
2006-01-05 21:57:40 +00:00
rocky
d7dd4a6c8a
First cut at a C++ wrapper for libcdio libcdio++. What's not done are
...
audio and MMC commands. No doubt it may be a little rough and I expect
further changes.
2005-11-10 11:11:15 +00:00
rocky
aa46500486
Need to move long timezone test lower for Cygwin
2005-10-27 03:47:32 +00:00
rocky
311bed3fba
Attempt to deal with OS's (like BSDI) that don't have an extern long timezone.
2005-10-27 03:26:39 +00:00
rocky
2ee302e4f8
Changes to make work on Cygwin. However probably need a more general
...
test for timezone being extern long.
2005-10-27 03:03:42 +00:00
pjcreath
d58ce669d9
Fixed Darwin builds broken by dependency tracking.
2005-10-25 14:16:41 +00:00
rocky
e9be12e7e5
First inkling of code for UDF support.
2005-10-24 03:12:30 +00:00
rocky
98a486f82c
Add tests for gettimeofday(), {sete,get}{u,g}id()
...
More of the UDF library code mechanism put in.
2005-10-23 12:56:40 +00:00
rocky
91ed647a6b
BSDI needs to test for libgnugetopt. Patch from Steven Schultz
2005-10-16 22:21:13 +00:00
rocky
16bdbf2615
Remove libpopt.
...
cd-drive, cd-info: some source option bug fixes
osx.c: bug in duplicate free in add-device
Patches and bug fixes courtesy Peter J. Creath
2005-10-05 09:48:11 +00:00
rocky
16e7b54f92
Add doxygen file identification to cdio/cdio_config.h.
2005-09-30 01:10:54 +00:00
rocky
26295ee24f
Add darwin8* to list - thanks to Peter J. Creath; Oh, and we are iIn version 0.77cvs now
2005-09-30 01:09:16 +00:00
rocky
ba988e93c8
Final preparation for 0.76 release.
2005-09-23 09:08:48 +00:00
rocky
2a03988a3a
Add -lm in libcdio_cdda where it's needed.
2005-09-21 01:09:08 +00:00
rocky
901ab06722
Change needed for building cdda-player: -lcdrom needs to come after
...
-ldvd
Problem determination and patch all from Steve Schultz. Thanks!
2005-09-18 20:30:33 +00:00