summaryrefslogtreecommitdiff
path: root/sysutils/cdrtools-ossdvd
AgeCommit message (Collapse)AuthorFilesLines
2006-03-24Link files forgotten when the DragonFly support was included upstream.joerg1-1/+5
2006-03-09Replace references to ossaudio.buildlink3.mk with oss.buildlink3.mk.jlam1-2/+2
Remove deprecated ossaudio.buildlink3.mk.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2006-02-04Update to 2.01.01a05, syncing patches with wip/cdrtools-devel.wiz15-114/+151
Changes: * Thu Feb 02 2006 - Release of a GPL compliant 2.01.01a05-ossdvd patch. This patch is for cdrtools-2.01.01a05.tar.bz2 and is adjusted to work with linux kernel 2.6.12 or higher and can be compiled with gcc-4.0.x. The rawio patch using libcap has been migrated to cdrtools-2.01.01a05-rawio.patch.bz2 . The patch called cdrtools-2.01.01-scsibuf.patch.bz has become redundant, as this has been integrated inside cdrtools-2.01.01a05.tar.bz2 . RPMS and SRPMS have been updated for mandriva 2006.0. The order of applying patches is now : 1. cdrtools-2.01.01a05-ossdvd.patch.bz2 .ossdvd 2. cdrtools-2.01.01a01-DVD-speed.patch.bz2 .dvd-speed 3. cdrtools-2.01.01a05-rawio.patch.bz2 .rawio 4. cdrtools-2.01.01a01-scanbus.patch.bz2 .scanbus Warly's Cdrecord DVD patch and others can now be found on http://people.mandriva.com/~warly/files/cdrtools/
2005-12-27Use PKGMANDIR instead of "man".reed1-6/+6
2005-12-06Update to 2.01.01a03 (pkgsrc version 2.01.1.35 due to hysterical raisins).wiz2-11/+11
ossdvd specific changes: * Mon Nov 28 2005 - Release of a GPL compliant 2.01.01a03-ossdvd patch. The patch is for cdrtools-2.01.01a03.tar.bz2 and is adjusted to work with linux kernel 2.6.12 or higher and can be compiled with gcc-4.0.x. It also solves this bug : "cdrecord: Cannot get disk type." * Mon Nov 28 2005 - Release of a adjusted GPL compliant patch, called 2.01.01a01-2ossdvd. The patch is for cdrtools-2.01.01a01.tar.bz2 and is adjusted to work with linux kernel 2.6.12 or higher and can be compiled with gcc-4.0.x. It also solves this bug : "cdrecord: Cannot get disk type." * Tue Oct 25 2005 - a patch that fixes speed display when burning DVDs. The first is quite obvious - I cannot understand why nobody has done this fix. The second provides additional speed info because the speed values in cdrecord are stored in integer variable which truncates a speed, say, of 2.4 to 2.0. The patch is called cdrtools-2.01.01a01-DVD-speed.patch.bz2 and should be applied right after cdrtools-2.01.01a01-ossdvd.patch.bz2 - John Witford Excerpt of cdrtools changes: All: - Support for 'make DESTDIR=xxx install' added - Better configure tests for procfs include files - libunls reworked Cdrecord: - Allow the -shorttrack option for RAW mode, thanks to a report from Sebastian Trueg - Enhance the minimal grace time from 2 to 3 seconds to make sure that cdrecord will not get out of sync with locks from the Volume management system. - Better checks and better error messages for /etc/default/cdrecord - Correct verbose print mode for old pre-MMC TEAC drives. - Added support for Ultra speed+ CD-RW media recognition and a check whether the drive supports Ultra speed+ CD-RW media. (Thanks to Alexander Noé). Mkisofs (By Jörg Schilling and James Pearson j.pearson@ge.ucl.ac.uk): - Better error messages with wrong Eltorito boot options - Man page is now more explicit about requirements for DVD-video directory trees. - Better warning text for missing Rock Ridge in multi.c - Bugs in README.sunx86boot corrected - Multi Volume code for reading old image now gives different error messages on read errors and short reads. - Diagnostic programs isodump, isoinfo, ... no longer dump core when called with dev=<SCSI addr> parameters.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-3/+3
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-11-04when checking if _POSIX_PRIORITY_SCHEDULING is defined, also checkdbj3-1/+38
that its value is not -1 match declaration of check_writemodes_mdvd to its definition
2005-06-24Update to 2.01.01a01 (pkgsrc version 2.01.1.34 to keep ordering increasing):wiz3-23/+23
* Thu Jun 16 2004 - Release of a GPL compliant 2.01.01a01-ossdvd patch. The ossdvd patch is migrated to work with cdrtools-2.01.01a01.tar.bz2, and is cdrtools-2.01.01a01-ossdvd.patch. The latest efforts from Warly at http://people.mandrakesoft.com/~warly/files/cdrtools/ have been merged. Quite of number of unnecessary CDB: error messages have been removed. Functionality of this release covers : DVD-R, DVD-RW, DVD+RW and DVD+R DL. DVD+R burns ok, but lead-in and/or lead-out is not ok. This release should work with any 2.6.x kernel.
2005-06-17Create directories before installing files into them.jlam1-1/+3
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.