Commit graph

35 commits

Author SHA1 Message Date
joerg
3b0d97b0de Add DESTDIR support. 2008-06-20 01:09:05 +00:00
tnn
9b1b5c99f9 Fix PR pkg/37885: sysutils/cdrtools* do not install cdrecord on -current 2008-01-29 18:24:30 +00:00
wiz
23382c1b3d Drop maintainership. 2007-10-26 10:01:53 +00:00
wiz
57f5d5e4ae Sergevy Svishchev writes (in PR 35481):
k3b uses cdrecord for CD-R[W] writing tasks and invokes it with
'dev=<bus>,<target>,<lun>' argument.  The code in scsi-bsd.c attempts
to find a device node (/dev/rcd?d) that matches these <bus>, <target>
and <lun>; this code stops after first failure.  If cd0 does not
exist, but cd1 does, the code will fail to match cd1.

Also, the code doesn't use getrawpartition().

Apply his patches for both problems. Bump PKGREVISION.
2007-06-08 17:30:09 +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
rillig
2829e658f2 Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.

Fixes PR 35265, although I did not use the patch provided therein.
2007-01-07 09:13:46 +00:00
ben
f8b9f2a01a Fix build on i386 Mac OS X 10.4.7. 2006-08-27 01:01:15 +00:00
joerg
2014b44d8d Link files forgotten when the DragonFly support was included upstream. 2006-03-24 12:14:14 +00:00
jlam
6ad6aef9d4 Replace references to ossaudio.buildlink3.mk with oss.buildlink3.mk.
Remove deprecated ossaudio.buildlink3.mk.
2006-03-09 21:04:39 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
wiz
ba9b350189 Update to 2.01.01a05, syncing patches with wip/cdrtools-devel.
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/
2006-02-04 12:05:17 +00:00
reed
f68a2f8617 Use PKGMANDIR instead of "man". 2005-12-27 18:44:54 +00:00
wiz
558def6291 Update to 2.01.01a03 (pkgsrc version 2.01.1.35 due to hysterical raisins).
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-06 23:56:06 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
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-12-05 20:49:47 +00:00
dbj
af16c9f875 when checking if _POSIX_PRIORITY_SCHEDULING is defined, also check
that its value is not -1
match declaration of check_writemodes_mdvd to its definition
2005-11-04 22:20:37 +00:00
wiz
566bed6213 Update to 2.01.01a01 (pkgsrc version 2.01.1.34 to keep ordering increasing):
* 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-24 21:47:57 +00:00
jlam
e46a9dd380 Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
jlam
163b6e6c2b Remove USE_TBL from pkgsrc and replace with USE_TOOLS+=tbl. 2005-05-22 21:04:41 +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
wiz
739446337f Update to 2.01.1.32:
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.
2005-02-19 21:09:04 +00:00
jlam
8d572feba3 Use the new BUILDLINK_TRANSFORM commands to more precisely state the
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-28 06:05:31 +00:00
wiz
9fb4da8489 Might as well take maintainership... 2004-08-04 21:20:54 +00:00
wiz
c5477757e0 Update to 2.01a27:
-       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-08-04 21:19:26 +00:00
drochner
0ed83abfac just require "tbl", not necessarily the whole groff 2004-07-22 17:04:28 +00:00
drochner
ff5c263966 -sync with cdrecord: depend on groff
-this pkg does _not_ conflict with cdrecord-xcdroast
2004-07-09 13:04:52 +00:00
snj
eb1b52eb41 Set MAINTAINER to tech-pkg@, not packages@. 2004-05-30 02:19:16 +00:00
lukem
08d29a8cc2 Give up maintainership, because either
a) I haven't used the package for ages, or
b) Someone else has recently been doing a better job maintaining the package
2004-05-27 21:21:41 +00:00
wiz
2076fdf9f1 Update to 2.01a24 -- patch updated to work with cdrtools 2.01a24. 2004-04-21 21:47:19 +00:00
snj
5072ad6337 Convert to buildlink3. 2004-04-18 23:41:26 +00:00
reed
e50217ad8d Some lines in the generated +DISPLAY were too long. So made
the lines shorter.
2004-02-03 05:17:43 +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
wiz
dffc752e32 Initial import of cdrtools-ossdvd, a patched version of cdrtools
with DVD writing support.
2003-12-17 16:09:06 +00:00