Commit graph

57 commits

Author SHA1 Message Date
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
hans
ec6dbc1402 Fix build on SunOS. 2011-04-14 21:47:24 +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
joerg
f0bbd1517d Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
heinz
f484c25be4 Added support for installation to DESTDIR. 2008-01-03 23:18:07 +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
wiz
601583c320 Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
2007-02-22 19:26:05 +00:00
drochner
a0a0c5012f update to 1.2.2
changes: Man page cleanup
2006-12-11 12:28:36 +00:00
joerg
65f16a2523 Move post-extract rule into Makefile.common, so that gcdrtoaster
profits as well.
2006-06-30 01:44:55 +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
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
joerg
f93a357660 Add support for DragonFly. 2005-10-10 21:36:56 +00:00
jmmv
e8b8851405 Bump revision due to a new dependency on a default libao plugin.
Addresses PR pkg/30920 by Chuck Cranor.
2005-10-08 12:35:14 +00:00
rillig
5ac8ad7004 Removed trailing white-space. 2005-09-28 14:31:06 +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
drochner
f0aa6b9da5 untangle cdrdao and gcdmaster so that PKGREVISIONs can be set
individually, and avoid unnecessary tricks with the PLIST location
2005-07-19 16:33:57 +00:00
adrianp
03049d9611 - Remove old PLIST which is no longer needed 2005-06-16 09:32:52 +00:00
adrianp
78cca92b01 - Add distinfo update for new patch-ak for yesterdays bump 2005-06-16 09:29:22 +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
tron
4c50c3126f Add missing dependences on "libao", "libmad" and "libvorbis" for full
audio support. Bump package revision.
2005-05-28 21:50:19 +00:00
adrianp
d1f1c827bb - Update cdrdao to 1.2.0
- NOTE: pkgsrc does _not_ install cdrdao suid root so the noted security fix
  does not apply to us.
- From the ChangeLog:
> --------------------------------------------------------------------------
>   cdrdao 1.2.0 (2005-05-12)
> --------------------------------------------------------------------------
>
>  o  SECURITY FIX: cdrdao now gives up its root privileges after setting
>     up real-time scheduling, as well as before saving settings through
>     the --save option. This fixes a potential local root exploit when
>     cdrdao is installed with the +s chmod flag. Using --save now also
>     forces an early exit after the settings are saved.
>
>  o  Added MP3 and Ogg Vorbis file support (through respectively the
>     libmad and libvorbis libraries). cdrdao will decode the MP3 and
>     Ogg files into temporary WAV files that will be deleted upon exit
>     (unless the new option --keep is used). The directory used to
>     store those temporary WAV files can be specified with the --tmpdir
>     option (default is /tmp).
>
>  o  Improved native CUE file support: replaced old incomplete existing
>     parser with the one from Matthias Czapla's excellent
>     cue2toc. Added support for cutting binary files.
>
>  o  Added --rspeed option to manually set the device reading speed. Be
>     warned not all devices support this.
>
>  o  Packaged scsilib library upgraded from cdrtools 2.01 (previously
>     was from 2.01a31).
>
>  o  Added --no-mode2-mixed option. Don't read a MODE2 disk as
>     MODE2_FORM_MIXED, only read MODE2_FORM1 or MODE2_FORM2 (Matthieu
>     Castet).
>
>  o  Added help for little-known drive-info command.
>
> GCDMaster changes:
>
>  o  MP3 and Ogg Vorbis support: you can drag and drop .mp3, .m3u and
>     .ogg files from Nautilus into the sample display window.
>
>  o  Switched to gtkmm24 API. Improved file browsers.
>
>  o  CUE files support.
>
>  o  Sound output now uses libao library.
>
>  o  Added help for little-known drive-info command.
>
> GCDMaster changes:
>
>  o  MP3 and Ogg Vorbis support: you can drag and drop .mp3, .m3u and
>     .ogg files from Nautilus into the sample display window.
>
>  o  Switched to gtkmm24 API. Improved file browsers.
>
>  o  CUE files support.
>
>  o  Sound output now uses libao library.
>
>  o  Added 'Select All' item in menu.
>
>  o  Added 'Eject' button to progress dialog
>
>  o  Bug fixes (sample selection weirdness, couldn't close window during
>     play, problems with gcdmaster command-line argument, crashes with
>     multiple project windows, drive status not reported correctly).
2005-05-27 08:39:26 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
d81d19f8e0 Add RMD160 digests. 2005-02-24 12:51:41 +00:00
minskim
8c1170628f Enable pkgviews installation. Patches provided by Joachim Kuebart on
tech-pkg@.
2005-02-23 04:09:50 +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
wiz
3f8841115a Remove duplicate line in install arg. Reported by Sebastian Prause on tech-pkg. 2004-06-27 19:15:37 +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
snj
a55ac61c4a Convert to buildlink3. 2004-04-16 21:27:22 +00:00
abs
b37ee96c50 + USE_LANGUAGES=c c++ 2004-02-04 22:23:46 +00:00
grant
60ad86155b replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 15:06:57 +00:00
agc
3ad1bdbf06 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
agc
1cf87833d6 When constructing the WRKSRC definition, use ${PKGNAME_NOREV} rather than
${PKGNAME}, so that the WRKSRC definition is immune from any subsequent
PKGREVISION changes. With thanks to jmc for the nudge.
2003-06-18 09:22:14 +00:00
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
grant
cf12a2f4f0 fix MAINTAINER= Name <email> to only include email address. 2002-11-10 00:35:07 +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
abs
ddc5843b1f goodbye prdownload.sourceforge.net 2002-05-12 10:56:04 +00:00
tron
b6c85af9a8 Add support for Plextor PX-W2410A. 2002-01-07 10:16:44 +00:00
zuntum
1cf29af8b5 Move pkg/ files into package's toplevel directory 2001-10-31 22:48:50 +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
agc
027c166bf7 Move to sha1 digests, and add distfile sizes. 2001-04-19 11:28:57 +00:00