summaryrefslogtreecommitdiff
path: root/sysutils/cdrdao
AgeCommit message (Collapse)AuthorFilesLines
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz1-3/+1
2014-10-05Fix ``Please add a line "# used by foo/bar/Makefile" here.'' warnings.wiz1-1/+4
2013-05-03adapt to a change in libao's WAV output format, cdrdao can nowdrochner2-1/+49
import mp3 files directly again bump PKGREV
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-03-22Let the schily makefiles know when we're using gcc.hans1-1/+5
2011-07-08include <string.h> explicitely to get the memset() prototype, fixesdrochner2-5/+13
the build of cdrdao at least on NetBSD-current/gcc45
2011-04-14Fix build on SunOS.hans1-1/+7
2011-01-29Fix build with glibc2.12 - see gentoo bug 332237markd2-3/+13
2010-05-19zero-initialize format specifier for libao, bump PKGREVISIONdrochner5-2/+43
2010-01-10Need to include "util.h" for strdupCC.obache2-5/+13
Fixes build failure on DragonFly (and probably on FreeBSD), noticed by Rumko via PR#42601.
2009-11-22update to 1.2.3drochner11-107/+152
changes: - many bug and compile fixes - new native Linux SCSI backend - See ChangeLog for details
2009-08-11Add patches to avoid conflict with getline(3).taca4-1/+49
2009-06-14Remove @dirrm entries from PLISTsjoerg1-6/+1
2008-01-03Added support for installation to DESTDIR.heinz1-10/+12
2007-10-30replace some deprecated use of SigC::slot() -- libsigc++-2.1 willdrochner2-1/+15
remove it (didn't test with 2.0 again, hope I didn't break it)
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-2/+2
Patch provided by Sergey Svishchev in private mail.
2006-12-11update to 1.2.2drochner5-31/+33
changes: Man page cleanup
2006-06-30Move post-extract rule into Makefile.common, so that gcdrtoasterjoerg2-5/+5
profits as well.
2006-05-29update to 1.2.1drochner6-43/+34
changes: -builds with gcc4 now -some fixes for problems with compiler optimization
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-10-10Add support for DragonFly.joerg7-13/+103
2005-10-08Bump revision due to a new dependency on a default libao plugin.jmmv1-2/+2
Addresses PR pkg/30920 by Chuck Cranor.
2005-09-28Removed trailing white-space.rillig1-3/+3
2005-09-26Fix another uninitialized return value. This one was negating the assurancefredb3-7/+15
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-07-19untangle cdrdao and gcdmaster so that PKGREVISIONs can be setdrochner4-14/+10
individually, and avoid unnecessary tricks with the PLIST location
2005-06-16- Remove old PLIST which is no longer neededadrianp1-42/+0
2005-06-16- Add distinfo update for new patch-ak for yesterdays bumpadrianp1-1/+2
2005-06-15- Fix writing for cdrdaoadrianp2-2/+14
- Reported by Mathieu in PR# 30438, thanks for the PR and the patch. - Bump to nb2
2005-06-04- Merge gcdmaster and cdrdao files but keep them as separate packagesadrianp7-35/+133
2005-05-28Add missing dependences on "libao", "libmad" and "libvorbis" for fulltron1-2/+5
audio support. Bump package revision.
2005-05-27- Update cdrdao to 1.2.0adrianp2-6/+6
- 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-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+2
2005-02-23Enable pkgviews installation. Patches provided by Joachim Kuebart onminskim1-1/+3
tech-pkg@.
2004-07-19Fill in blank "vendor" and "product_id" fields with "UNKNOWN", to make itfredb6-1/+94
possible to match a valid entry in ~/.cdrdao-drivers.
2004-06-27Remove duplicate line in install arg. Reported by Sebastian Prause on tech-pkg.wiz1-2/+1
2004-06-20remove file missed in 1.1.9 updatedillo1-13/+0
2004-06-20update to 1.1.9:dillo7-59/+16
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-08Make it compile on amd64. Actually, it should make it compile on anycube2-1/+15
long != int platform. Should close PR 25878.
2004-05-29update to 1.1.8dillo8-70/+68
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-04-16Convert to buildlink3.snj1-3/+3
2004-02-04+ USE_LANGUAGES=c c++abs1-1/+2
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-06-18When constructing the WRKSRC definition, use ${PKGNAME_NOREV} rather thanagc1-2/+2
${PKGNAME}, so that the WRKSRC definition is immune from any subsequent PKGREVISION changes. With thanks to jmc for the nudge.
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-10/+10
2002-11-10fix MAINTAINER= Name <email> to only include email address.grant1-2/+2
2002-10-29update to 1.1.7drochner4-22/+46
-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-08-30round up to an even TOC len to avoid ATAPI driver complaintsdrochner2-1/+14