This repository has been archived on 2025-05-24. You can view files and clone it, but cannot push or open issues or pull requests.
Files
libcdio-osx/THANKS
rocky 82c7c09a97 Fixes for Mingw+MSYS and DLL support from Carlo Bramini
* configure.ac: Added AC_LIBTOOL_WIN32_DLL for enabling the creation of shared libraries.
* configure.ac: Added -I$(top_srcdir)/include to LIBCDIO_CFLAGS, it allows to build outside the source tree.
* configure.ac: Added LT_NO_UNDEFINED for adding '-no-undefined' switch to libtool when building win32 shared libraries.
* configure.ac: Check for Windows.h presence if under Mingw (included for using Sleep() function).
* configure.ac: Check for more missing functions: setenv(), unsetenv(), sleep(), gmtime_r(), localtime_r().

* example/cdchange.c: If sleep() function does not exist, it tries to emulate it with a similar code (require inclusion of Windows.h)

* src/cddb.c:
* lib/cdda_interface/scsi_interface.c: Compilation fails because u_int32_t is undefined. It has been changed to uint32_t to be compliant to all other parts of the libraries.
* lib/cdda_interface/Makefile.am:
* lib/iso9660/Makefile.am:
* lib/cdio++/Makefile.am:
* lib/paranoia/Makefile.am:
* lib/udf/Makefile.am:
* lib/driver/Makefile.am: added LT_NO_UNDEFINED to libtool flags.
* lib/iso9660/iso9660.c: Added replacements for setenv(), unsetenv(), gmtime_r\
(), localtime_r().
2008-06-25 08:01:53 +00:00

65 lines
1.7 KiB
Plaintext

Burkhard Plaum <plaum@ipf.uni-stuttgart.de>
some GNU/Linux and CD-Text patches
Carlo Bramini
fixes for Mingw+MSYS and DLL support
Diego 'Flameeyes' Pettenò
patches to FreeBSD and making Gentoo-friendly
Frantisek Dvorak <valtri at atlas.cz>:
bug reports and miscellaneous fixes
Heiner <h.eichmann at gmx.de>
FreeBSD CAM support and FreeBSD debugging & testing
Ian MacIntosh
Sun-related things.
Justin B. Ruggles <jruggle at earthlink.net>
SCSI MMC discmode determination via Read TOC.
Justin F. Hallett <thesin at southofheaven.org>
Fink packaging and matters OSX
Kris Verbeeck <airborne at advalvas.be>:
CDDB library support from libcddb http://libcddb.sourceforge.net
Gentoo ebuild-file
Manfred Tremmel <Manfred.Tremmel at iiv.de>:
RPM spec file and inclusion of libcdio into
http://packman.links2linux.de/
Michael Kukat <michael at unixiron.org>,
for the hints in extractnrg.pl
Nicolas Boullis <nboullis at debian.org>
Build issues, library symbol versioning, Debian packaging and issues
Patrick Guimond
CD-Extra audio data boundaries
Peter Hartley
Cross-compiling to mingw32
Peter J. Creath
removal of libpopt, paranoia documentation, some bug fixes to
cd-* programs and the paranoia lib
Steven M. Schultz <sms at 2BSD.COM>
All things BSDI and the use of a really fabulous Darwin G5 box.
Svend S. Sorensen <ssorensen at fastmail.fm>
cdrdao TOC-reading and CDRWin CUE parsing code based on cuetools
http://cuetools.sourceforge.net/
xboxmediacenter team (www.xboxmediacenter.de)
X-Box detection and XDF filesystem things
Daniel Schwarz
log-summary option in cd-paranoia.
Robert William Fuller
get_track_pregap_lba, get_track_pregap_lsn. Section on "CD-DA pregap"
in libcdio manual.