summaryrefslogtreecommitdiff
path: root/sysutils/cdrtools-ossdvd
AgeCommit message (Collapse)AuthorFilesLines
2005-05-22Remove USE_TBL from pkgsrc and replace with USE_TOOLS+=tbl.jlam1-3/+2
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/+3
2005-02-19Update to 2.01.1.32:wiz2-10/+11
The ossdvd patch is migrated to work with cdrtools-2.01a32.tar.bz2, and is called cdrtools-2.01a32-ossdvd.patch. In addition the speed selection routine speed_select_mdvd() has been merged from Warly's efforts at http://people.mandrakesoft.com/~warly/files/cdrtools/ . The speed=2 speed selection now works for burning DVD's, but fails when reading. For mandrake 10.0 new RPMS and SRPM are created.
2004-08-28Use the new BUILDLINK_TRANSFORM commands to more precisely state thejlam1-3/+2
intended transformation: use "rm" to remove an option, "rmdir" to remove all options containing a path starting with a given directory name, and "rename" to rename options to something else.
2004-08-04Might as well take maintainership...wiz1-2/+2
2004-08-04Update to 2.01a27:wiz8-47/+50
- New option -tao is now needed if you like to write in TAO mode. Cdrecord now does no longer writes if no write mode has been specified. - New option -sao as alias for -dao. As the official name for the write mo de is SAO, -sao is more correct than -dao. - New paranoia sub option paraopts=overlap=xx This is mainly a bug fix for cdda2wav. Cdda2wav previously _always_ did completely deactivat the dynamic overlapping from libparanoia. Instead, it did set the overlapping to the statical value 0. If you omit paraopts=overlap=xx, cdda2wav will now use dynamic overlaping with -paranoia. If you like the old behavior, use: paraopts=overlap=0 - New paranoia sub option paraopts=minoverlap=xx This sets the minimum dynamic overlap - New paranoia sub option paraopts=maxoverlap=xx This sets the maximum dynamic overlap - Better paranoia statistics output - Fixed a Problem with some Linux sound card drivers that caused cdda2wav to be unable to output to the soundcard. - Trying to add verbose output that estimates the read quality with -paranoia - Support for PowerPC CHRP Boot added - Support for -uid/-gid for UDF Filesystems added - isoinfo now is able to list ElTorito Boot information with -d - isoinfo now correctly shows long RR filenames from CE Extension records. - New options -root & -old-root from Patrik Ohly This allows mkisofs to be used for "incremental backups" where each backup is put into a separate directory tree on the CD. And some bug fixes.
2004-07-22just require "tbl", not necessarily the whole groffdrochner1-2/+2
2004-07-09-sync with cdrecord: depend on groffdrochner1-3/+3
-this pkg does _not_ conflict with cdrecord-xcdroast
2004-05-30Set MAINTAINER to tech-pkg@, not packages@.snj1-2/+2
2004-05-27Give up maintainership, because eitherlukem1-2/+2
a) I haven't used the package for ages, or b) Someone else has recently been doing a better job maintaining the package
2004-04-21Update to 2.01a24 -- patch updated to work with cdrtools 2.01a24.wiz2-9/+9
2004-04-18Convert to buildlink3.snj1-3/+3
2004-02-03Some lines in the generated +DISPLAY were too long. So madereed1-3/+4
the lines shorter.
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-12-17Initial import of cdrtools-ossdvd, a patched version of cdrtoolswiz15-0/+445
with DVD writing support.