Commit graph

26 commits

Author SHA1 Message Date
joerg
27d21e7b83 Convert gcdmaster to C++11 and fix some harmless implicit casts that are
no longer valid with C++11.
2015-11-03 19:08:44 +00:00
drochner
1e0bb28697 adapt to a change in libao's WAV output format, cdrdao can now
import mp3 files directly again
bump PKGREV
2013-05-03 16:14:47 +00:00
drochner
2ed26db5b6 include <string.h> explicitely to get the memset() prototype, fixes
the build of cdrdao at least on NetBSD-current/gcc45
2011-07-08 18:18:16 +00:00
markd
0c7723e7e9 Fix build with glibc2.12 - see gentoo bug 332237 2011-01-29 20:48:07 +00:00
drochner
469219a867 zero-initialize format specifier for libao, bump PKGREVISION 2010-05-19 18:22:14 +00:00
obache
ff56372c11 Need to include "util.h" for strdupCC.
Fixes build failure on DragonFly (and probably on FreeBSD),
noticed by Rumko via PR#42601.
2010-01-10 05:39:29 +00:00
drochner
7b13dfd363 update to 1.2.3
changes:
- many bug and compile fixes
- new native Linux SCSI backend
- See ChangeLog for details
2009-11-22 21:05:17 +00:00
taca
54e9225bbc Add patches to avoid conflict with getline(3). 2009-08-11 15:44:14 +00:00
drochner
4cc3bc2462 replace some deprecated use of SigC::slot() -- libsigc++-2.1 will
remove it (didn't test with 2.0 again, hope I didn't break it)
2007-10-30 19:01:29 +00:00
drochner
a0a0c5012f update to 1.2.2
changes: Man page cleanup
2006-12-11 12:28:36 +00:00
drochner
ebf7e3b44d update to 1.2.1
changes:
-builds with gcc4 now
-some fixes for problems with compiler optimization
2006-05-29 15:22:29 +00:00
joerg
f93a357660 Add support for DragonFly. 2005-10-10 21:36:56 +00:00
fredb
c3e9ede746 Fix another uninitialized return value. This one was negating the assurance
that the length could be omitted from the last track of an AUDIO CD.  The
length fixer-upper would quit consistently on certain (innocent) TOC files,
which lead to an error about zero-length tracks. Bump PKGREVISION.
2005-09-26 01:01:46 +00:00
adrianp
c0d307c686 - Fix writing for cdrdao
- Reported by Mathieu in PR# 30438, thanks for the PR and the patch.
- Bump to nb2
2005-06-15 21:45:12 +00:00
adrianp
831ba1aba1 - Merge gcdmaster and cdrdao files but keep them as separate packages 2005-06-04 19:01:46 +00:00
fredb
aa43dcd1c1 Fill in blank "vendor" and "product_id" fields with "UNKNOWN", to make it
possible to match a valid entry in ~/.cdrdao-drivers.
2004-07-19 02:21:57 +00:00
dillo
d48487df6f remove file missed in 1.1.9 update 2004-06-20 19:05:53 +00:00
dillo
0aae6963ed update to 1.1.9:
This release focuses on bug and compile fixes, upgrade to a newer
scsilib library (from cdrtools 2.01a31), as well as some new cdrdao
options and features (MMC driver auto-detection, discid command,
--full-burn option).
2004-06-20 19:05:25 +00:00
cube
eadfda29d5 Make it compile on amd64. Actually, it should make it compile on any
long != int platform.  Should close PR 25878.
2004-06-08 22:36:09 +00:00
dillo
d9de94a7b2 update to 1.1.8
provided in PR/25732 by Stefan Krüger (space7 at meinberlikomm dot
de), small cleanups by me

changes:
	- replace encumbered code
	- support for ATAPI devices
2004-05-29 08:05:08 +00:00
drochner
aa0f6a8750 update to 1.1.7
-relevant changes:
 -Added sub-channel writing for the 'generic-mmc' and 'generic-mmc-raw'
  driver. Currently only the R-W sub-channels can be written.
 -Added sub-channel reading support for the generic-mmc(-raw) driver.
 -Added automatic check for support sub-channel reading modes to the
  'generic-mmc(-raw)' driver.
 -Default blanking mode is now 'minimal'
 -Updated paranoia libraries
 -Cue parser accepts spaces and '\' characters
 -Updated scsilib
 -Fixes
-USE_BUILDLINK2
2002-10-29 16:47:52 +00:00
drochner
eaa269bde1 round up to an even TOC len to avoid ATAPI driver complaints 2002-08-30 08:19:11 +00:00
tron
b6c85af9a8 Add support for Plextor PX-W2410A. 2002-01-07 10:16:44 +00:00
drochner
595444f6b9 update to 1.1.5
Changes:
Fixed bug in CD-TEXT writing code that caused the problems with the unreliable
	read back of the written CD-TEXT data
Added CD-TEXT writing capability to the generic-mmc-raw driver; the recorder
	must support the 96 byte raw P-W sub-channel writing mode to make use
	of it
Fixed bug in generic-mmc-raw driver: the TOC type was not written correctly and
	some flags for data tracks were missing in the lead-in
Fixed handling of toc type for multi session CDs: the toc-type of a session
	that just contains audio tracks is always CD_DA, even in multi session
	mode
BURN Proof support added by ITOH Yasufumi/Martin Buck
Fixed bug in calculating the CDDB id (SourceForge bug 413467)
Added option --with-cddb to read CDDB data automatically with commands copy,
	read-toc and read-cd; it is now possible to add CD-TEXT data from CDDB
	while performing an on-the-fly copy
Updated to libscg-0.5 from cdrtools-1.10
Handle drives that do not support the explicit power calibration command
Blanking of CD-RWs is now officially supported (command blank, option
	--blank-mode)
Updated CD-R vendor table
Settings are now first read from "/etc/cdrdao.conf" and "/etc/defaults/cdrdao"
	and then from "$HOME/.cdrdao"
Added command msinfo to output multi session information suitable for mkisofs
Overburning is now prevented by default and must be explicitly requested with
	option --overburn. Fix for Debian bug #79585 (http://bugs.debian.org/cg
	i-bin/bugreport.cgi?bug=79585&repeatmerged=yes).
Fixed error in cdrdao's manual page (Debian bug #82816, http://bugs.debian.org/
	cgi-bin/bugreport.cgi?bug=82816&repeatmerged=yes)
cdrdao's help screen was reworked by Michael Reinelt
Added Giuseppe Corbelli's enhancements for the mp32dao script
Makefiles now use make variable datadir to specify the share directory location
Fixed printing toc-file name with command copy --keepimage
2001-05-19 12:47:05 +00:00
dmcmahill
0f5be5bf68 - get endianness from machine/endian.h. Fixes compile on those arch's which
weren't hard coded into the program

- setup up standard NetBSD build rules for the scsi library as is done with
  the cdrecord pkg.

- use /dev/rcd0d for i386 but /dev/rcd0c for other archs (instead of /dev/rcd0d
  for everything).  This is only a default and can be overridden at run time.
2000-07-07 16:25:02 +00:00
wiz
7f1e35c2cc Initial import of cdrdao 1.1.3: Records audio or data CD-Rs in
disk-at-once (DAO) mode.

Package provided by David Maxwell <david@fundy.ca> in private mail.
2000-02-18 15:13:50 +00:00