- MinGW doesn't have struct timespec, so udf_time.c doesn't compile (changes lib/udf/udf_time.c, configure.ac, config.h.in) - The configure test for bitfield ordering uses AC_TRY_RUN and thus doesn't work when cross-compiling; use sneakiness to try and determine it at compile time, falling back to the existing runtime check if the sneakiness doesn't work (changes configure.ac; tested on x86_64-linux-gnu and i586-mingw32 which are bf_lsbf=1, plus sparc64-linux-gnu which is bf_lsbf=0) - The configure test for "extern long timezone" needlessly uses AC_TRY_RUN when in fact AC_LINK_IFELSE is all we need to know, and that latter works when cross-compiling (changes configure.ac) - MinGW sys/stat.h doesn't have the *GRP or *OTH macros, nor S_IFLNK or S_IFSOCK, nor S_ISUID etc (changes lib/udf/udf.c and lib/iso9660/xa.c) - MinGW doesn't have <sys/wait.h>, so even the header-inclusion bit of the Linux driver doesn't compile unless it's moved inside the "ifdef HAVE_LINUX_CDROM" (changes lib/driver/gnu_linux.c) - Because the man pages cd-info.1 etc depend on the binaries themselves (for help2man reasons), the configure options --without-cd-info etc don't actually stop them being compiled. Fixed by only depending on man pages for programs that are actually built, which also stops the installation of man pages of programs which aren't themselves installed (changes src/Makefile.am)
62 lines
1.7 KiB
Plaintext
62 lines
1.7 KiB
Plaintext
Burkhard Plaum <plaum@ipf.uni-stuttgart.de>
|
|
some GNU/Linux and CD-Text patches
|
|
|
|
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.
|