/[debburn]/cdrkit/trunk
ViewVC logotype

Log of /cdrkit/trunk

View Directory Listing Directory Listing


Sticky Revision:

Revision 703 - Directory Listing
Modified Fri Feb 9 22:08:08 2007 UTC (6 years, 3 months ago) by blade
Changelog for the last change, also documenting the LFS support in UDF

Revision 702 - Directory Listing
Modified Fri Feb 9 22:02:42 2007 UTC (6 years, 3 months ago) by blade
[if nobody cares about it, I will do] removed md5 related parts which have not been used and had weird licensing

Revision 701 - Directory Listing
Modified Fri Feb 2 20:56:37 2007 UTC (6 years, 3 months ago) by blade
Sample /proc/sys/dev/cdrom/info contents added

Revision 700 - Directory Listing
Modified Wed Jan 31 00:47:58 2007 UTC (6 years, 3 months ago) by peters-guest
wodim.c: in CD/DVD drive detection: simplify /proc/sys/dev/cdrom/info
parsing code by using sscanf, and make the error texts clearer about
what went wrong.  This is aimed at fixing Debian bug #409005.

I hope nobody minds my use of || outside a conditional statement, for
short-circuit evaluation.  You see it in Perl-land all the time, not so
often in C-land.

Revision 699 - Directory Listing
Modified Sun Jan 28 23:52:11 2007 UTC (6 years, 3 months ago) by peters-guest
Minor cleanup: remove several #ifdefs around getpagesize() calls: the
getpagesize() function call itself already does exactly the same thing.

Note, this will change behavior on linux systems still using glibc 2.0
or older, where getpagesize() does not use sysconf(), but I really
doubt anyone is still using those.  Arguably we should rename our
getpagesize to rols_getpagesize, but it doesn't seem worth it.

Revision 698 - Directory Listing
Modified Sun Jan 28 09:40:05 2007 UTC (6 years, 3 months ago) by blade
Correct /dev/cdrom string assignment

Revision 697 - Directory Listing
Modified Sat Jan 27 15:09:21 2007 UTC (6 years, 3 months ago) by blade
Fallback to /dev/cdrom if no recorder found, and better(?) messages

Revision 696 - Directory Listing
Modified Fri Jan 26 00:38:32 2007 UTC (6 years, 3 months ago) by blade
+  * added some missing or probably missing definitions in
+    wodim/CMakeLists.txt, restoring the reading from inf files


Revision 695 - Directory Listing
Modified Fri Jan 26 00:31:24 2007 UTC (6 years, 3 months ago) by blade
    + dealing with newline when searching for device (closes: #408456)
    + corrected picking up of the SCSI transfer size (closes: #407773)


Revision 694 - Directory Listing
Modified Tue Jan 23 18:26:04 2007 UTC (6 years, 4 months ago) by blade
Improved version of the sysfs transfer size fishing, using glob(3) now

Revision 693 - Directory Listing
Modified Sat Jan 20 10:17:00 2007 UTC (6 years, 4 months ago) by blade
Ehm, that was about minimum time, not max. timeout

Revision 692 - Directory Listing
Modified Sat Jan 20 10:03:23 2007 UTC (6 years, 4 months ago) by blade
TODO file update

Revision 691 - Directory Listing
Modified Fri Jan 19 07:57:56 2007 UTC (6 years, 4 months ago) by blade
Relaxed version dependency of cmake (closes: #407163)

Revision 689 - Directory Listing
Modified Fri Jan 12 23:46:44 2007 UTC (6 years, 4 months ago) by blade
Finallizing changelogs for the release

Revision 688 - Directory Listing
Modified Thu Jan 11 07:49:38 2007 UTC (6 years, 4 months ago) by blade
Make the user messages a bit nicer and formating more readable in guessing code

Revision 687 - Directory Listing
Modified Tue Jan 9 18:39:51 2007 UTC (6 years, 4 months ago) by blade
Changing default wodim.conf to auto-guessed drive and set default CDR_FIFOSIZE=12m (RFC)

Revision 686 - Directory Listing
Modified Tue Jan 9 18:31:21 2007 UTC (6 years, 4 months ago) by blade
Manpage updates

Revision 685 - Directory Listing
Modified Tue Jan 9 12:32:08 2007 UTC (6 years, 4 months ago) by blade
procfs using recoder name guessing code

Revision 684 - Directory Listing
Modified Tue Jan 9 09:41:51 2007 UTC (6 years, 4 months ago) by blade
Removed some posix-2001 propaganda from genisoimage and made the most excessive warnings and lectures printing disappear in quiet mode

Revision 683 - Directory Listing
Modified Tue Jan 9 09:28:58 2007 UTC (6 years, 4 months ago) by blade
Remove some of 'This option will be replaced in the future'

Revision 682 - Directory Listing
Modified Mon Jan 8 22:56:24 2007 UTC (6 years, 4 months ago) by blade
Install burnstuff as example

Revision 681 - Directory Listing
Modified Mon Jan 8 15:18:21 2007 UTC (6 years, 4 months ago) by blade
readcd references renamed in wodim.1

Revision 680 - Directory Listing
Modified Mon Jan 8 15:13:13 2007 UTC (6 years, 4 months ago) by blade
Changelog for DVD speed value extraction

Revision 679 - Directory Listing
Modified Sat Jan 6 13:15:52 2007 UTC (6 years, 4 months ago) by blade
Extract drive's default speed setting in attach_mdvd(), made after after attach_mmc(); DVD speed should be set to a sane default now

Revision 678 - Directory Listing
Modified Sat Jan 6 10:21:03 2007 UTC (6 years, 4 months ago) by blade
Disable dummy mode for some media types

Revision 677 - Directory Listing
Modified Sat Jan 6 03:19:50 2007 UTC (6 years, 4 months ago) by peters-guest
Add ChangeLog entry for previous commit.

Revision 676 - Directory Listing
Modified Sat Jan 6 03:19:16 2007 UTC (6 years, 4 months ago) by peters-guest
icedax/toc.c: fix CDDB query, based on a patch from Heiko Schlenker.

His patch demonstrates that the writen() function is dumb and should be
replaced by writez() which writes a null-terminated buffer.  So, do
that as well.  It looks nicer, and would have prevented this bug.

Revision 675 - Directory Listing
Modified Fri Jan 5 19:09:03 2007 UTC (6 years, 4 months ago) by blade
Don't be confused if burnfree driveropts are specified

Revision 674 - Directory Listing
Modified Wed Jan 3 19:03:55 2007 UTC (6 years, 4 months ago) by peters-guest
wodim.preinst: put the md5sums on separate lines and sort them, so that
adding/removing entries is easier.

Revision 673 - Directory Listing
Modified Wed Jan 3 19:01:20 2007 UTC (6 years, 4 months ago) by blade
This is Ubuntu, of course

Revision 672 - Directory Listing
Modified Wed Jan 3 18:57:14 2007 UTC (6 years, 4 months ago) by blade
Added md5sum from ubuntu's conffile, fixed typo in debian/changelog

Revision 671 - Directory Listing
Modified Wed Jan 3 18:39:45 2007 UTC (6 years, 4 months ago) by peters-guest
include/CMakeLists.txt: fix typos (arpa.inet.h, linux.pg.h) and remove
three tests for unused headers.

Revision 670 - Directory Listing
Modified Wed Jan 3 18:32:51 2007 UTC (6 years, 4 months ago) by peters-guest
debian/control: Editorial changes to descriptions.  Notably, add the
word "rip" to icedax description as it is a useful search term.  And
use a bullet list for the extra utils in genisoimage.

Revision 669 - Directory Listing
Modified Wed Jan 3 18:29:35 2007 UTC (6 years, 4 months ago) by peters-guest
Do not attempt to ship geteltorito in wodim, it is already in genisoimage.

Revision 668 - Directory Listing
Modified Wed Jan 3 12:32:15 2007 UTC (6 years, 4 months ago) by blade
Changelog for that

Revision 667 - Directory Listing
Modified Wed Jan 3 12:30:43 2007 UTC (6 years, 4 months ago) by blade
Install geteltorito.pl in genisoimage

Revision 666 - Directory Listing
Modified Wed Jan 3 12:27:05 2007 UTC (6 years, 4 months ago) by blade
Give the README a consistent name

Revision 665 - Directory Listing
Modified Wed Jan 3 12:26:46 2007 UTC (6 years, 4 months ago) by blade
Updated geteltorito to 0.4

Revision 664 - Directory Listing
Modified Wed Jan 3 12:22:15 2007 UTC (6 years, 4 months ago) by blade
Remove unused bugs/mkisofs directory

Revision 663 - Directory Listing
Modified Tue Jan 2 15:43:27 2007 UTC (6 years, 4 months ago) by blade
A better troubleshooting FAQ

Revision 662 - Directory Listing
Modified Mon Jan 1 16:18:31 2007 UTC (6 years, 4 months ago) by blade
Opened new version entries and applied Stefan's cleanups

Revision 659 - Directory Listing
Modified Sat Dec 30 15:46:49 2006 UTC (6 years, 4 months ago) by blade
Applied vorlon's patch and changelog finalization

Revision 658 - Directory Listing
Modified Fri Dec 29 15:14:46 2006 UTC (6 years, 4 months ago) by blade
Minor fixes on README.linux

Revision 657 - Directory Listing
Modified Fri Dec 29 15:07:44 2006 UTC (6 years, 4 months ago) by blade
readable names update for mmc5r04c

Revision 656 - Directory Listing
Modified Fri Dec 29 14:37:17 2006 UTC (6 years, 4 months ago) by blade
Open-By-Device-Letter on cygwin and manpage update

Revision 655 - Directory Listing
Modified Fri Dec 29 08:46:32 2006 UTC (6 years, 4 months ago) by blade
Defudification of doc/plattforms/README.linux

Revision 654 - Directory Listing
Modified Fri Dec 29 01:01:43 2006 UTC (6 years, 4 months ago) by blade
close the rotten br #377069, dma transfer size check should work when sysfs is there

Revision 653 - Directory Listing
Modified Thu Dec 28 23:06:26 2006 UTC (6 years, 4 months ago) by blade
more table formating fixes in icedax.1

Revision 652 - Directory Listing
Modified Thu Dec 28 22:54:40 2006 UTC (6 years, 4 months ago) by blade
More cdda2wav -> icedax fixes

Revision 651 - Directory Listing
Modified Thu Dec 28 22:40:16 2006 UTC (6 years, 4 months ago) by blade
Made README.ATAPI.setup more generic and moved it to the common docs

Revision 650 - Directory Listing
Modified Thu Dec 28 22:34:52 2006 UTC (6 years, 4 months ago) by blade
Prepended a comment about the state of that documentation and a reference to README.ATAPI.setup

Revision 649 - Directory Listing
Modified Thu Dec 28 22:29:07 2006 UTC (6 years, 4 months ago) by blade
Another cdda2wav -> icedax fix

Revision 648 - Directory Listing
Modified Thu Dec 28 22:28:29 2006 UTC (6 years, 4 months ago) by blade
setting argv[0] to wodim if someone is cheating and calls it as cdrecord

Revision 647 - Directory Listing
Modified Thu Dec 28 20:47:46 2006 UTC (6 years, 4 months ago) by kaner-guest
Inserted checks for return values of readn()

Revision 646 - Directory Listing
Modified Wed Dec 27 22:21:04 2006 UTC (6 years, 4 months ago) by blade
Intendation fix

Revision 645 - Directory Listing
Modified Wed Dec 27 18:47:29 2006 UTC (6 years, 4 months ago) by blade
Reverted the attempt count change, 5 was a good number, avoid risks with such changes now

Revision 644 - Directory Listing
Modified Wed Dec 27 18:44:40 2006 UTC (6 years, 4 months ago) by blade
Minor fixes on msifile suggested by Thomas Schmidt

Revision 643 - Directory Listing
Modified Wed Dec 27 17:12:37 2006 UTC (6 years, 4 months ago) by blade
More name conversions, dropped some adds

Revision 642 - Directory Listing
Modified Wed Dec 27 17:10:22 2006 UTC (6 years, 4 months ago) by blade
Stop bitching about a historic version of mkisofs. We are not mkisofs anymore

Revision 641 - Directory Listing
Modified Wed Dec 27 17:08:57 2006 UTC (6 years, 4 months ago) by blade
Drop README.silo, it is full of silly accusations about an issue which has been presumably solved years ago

Revision 640 - Directory Listing
Modified Wed Dec 27 17:05:27 2006 UTC (6 years, 4 months ago) by blade
A lot of rebranding and readme updates of genisoimage docs

Revision 639 - Directory Listing
Modified Wed Dec 27 16:30:11 2006 UTC (6 years, 4 months ago) by blade
Make the interface description refer to just Linux, not Linux-2.4

Revision 638 - Directory Listing
Modified Wed Dec 27 16:21:00 2006 UTC (6 years, 4 months ago) by blade
Oops, corrected msisize to msifile

Revision 637 - Directory Listing
Modified Wed Dec 27 14:21:07 2006 UTC (6 years, 4 months ago) by blade
Closes tag for bunk's bug and icedax manpage, some reordering/rephrasing in icedax.1 to move interface details to where it belongs to

Revision 636 - Directory Listing
Modified Wed Dec 27 13:55:26 2006 UTC (6 years, 4 months ago) by blade
Print Speed set... information to stderr, no frontend in Debian reads it AFAIKS whatsoever

Revision 635 - Directory Listing
Modified Wed Dec 27 13:04:14 2006 UTC (6 years, 4 months ago) by blade
Conflicts fix for xcdroast, some closes tags in debian/changelog and added Arkadiusz changelog entry

Revision 634 - Directory Listing
Modified Wed Dec 27 12:55:08 2006 UTC (6 years, 4 months ago) by blade
Added a fake prefix to version output of readom and fixed fileencoding

Revision 633 - Directory Listing
Modified Wed Dec 27 12:45:07 2006 UTC (6 years, 4 months ago) by blade
Implemented the msifile= option to store the ms info in a file rather than pushing it trough stdout

Revision 632 - Directory Listing
Modified Wed Dec 27 11:46:48 2006 UTC (6 years, 4 months ago) by blade
genisoimage-1.10 or later -> just genisoimage

Revision 631 - Directory Listing
Modified Sat Dec 23 19:32:51 2006 UTC (6 years, 5 months ago) by peters-guest
debian/changelog: add closes: 404289.

Revision 630 - Directory Listing
Modified Sat Dec 23 08:27:54 2006 UTC (6 years, 5 months ago) by peters-guest
Two _more_ typos in genisoimage.1 found by A. Costa.  (#404289)
Hard to believe I did that much rewriting and proofreading and managed
to miss these.

Revision 629 - Directory Listing
Modified Thu Dec 21 09:33:43 2006 UTC (6 years, 5 months ago) by blade
Documented the bugs and stored more ideas in the TODO file

Revision 628 - Directory Listing
Modified Thu Dec 21 00:06:47 2006 UTC (6 years, 5 months ago) by blade
Enabling burnfree by default

Revision 627 - Directory Listing
Modified Tue Dec 19 04:43:29 2006 UTC (6 years, 5 months ago) by peters-guest
Remove /usr/share/doc/readcd symlink, I guess that's a cut/paste error.
Also note the readcd symlinks 'closes: #403536', in debian changelog.

Revision 626 - Directory Listing
Modified Tue Dec 19 00:27:01 2006 UTC (6 years, 5 months ago) by blade
Add readcd compatibility symlinks to the dummy package.

Revision 625 - Directory Listing
Modified Mon Dec 18 08:44:07 2006 UTC (6 years, 5 months ago) by blade
Tell to use -scanbus on non-Linux instead of --devices, and better preamble

Revision 624 - Directory Listing
Modified Sat Dec 16 22:23:59 2006 UTC (6 years, 5 months ago) by peters-guest
misc/burnstuff: use genisoimage rather than mkisofs.
Also case instead of if, and a single echo instead of a full set -x.

Revision 623 - Directory Listing
Modified Sat Dec 16 09:50:07 2006 UTC (6 years, 5 months ago) by blade
Dropped the lame jokes from the wodim.1/BUGS sections and mentioned netscsid there

Revision 622 - Directory Listing
Modified Thu Dec 14 22:12:40 2006 UTC (6 years, 5 months ago) by blade
Use external getopt declarations only if using external getopt. And use only local ones otherwise. And removed a nasty debug message.

Revision 621 - Directory Listing
Modified Thu Dec 14 10:56:01 2006 UTC (6 years, 5 months ago) by peters-guest
Followup to r441: a few more 'icedax' and 'wodim' names in the icedax
documentation.  Minor other updates as I spotted them, but I did _not_
perform any kind of comprehensive update.

Revision 620 - Directory Listing
Modified Thu Dec 14 09:35:35 2006 UTC (6 years, 5 months ago) by peters-guest
genisoimage.c: Refactor and clean up config parser.  Look more places
for the config file, including the mkisofsrc names.  We may wish to
trim this back later.  Update genisoimagerc.5 accordingly.

Revision 619 - Directory Listing
Modified Thu Dec 14 09:19:05 2006 UTC (6 years, 5 months ago) by peters-guest
genisoimage.1 cleanup.  The end?  (Famous last words.)

Even more typographical stuff: bold for option names, italic for
filenames and most other interesting words ... but _neither_ for a lot
of other stuff that I don't think is all that interesting.  Overuse of
fancy typography is worse than underuse.

A few consistency fixes.  Mac OS X is not MacOS X.  "foo-separated" as
a compound adjective should always be hyphenated.  Continue to edit the
text for flow and conciseness.  (Believe it or not from these log
messages, I'm a great believer in conciseness.)

Finally, collapse several sections at the end of the document into a
single section "AUTHORS", and simplify the copyright notices.  Remove
things like Schily's snail mail address, which doesn't seem useful at
all.  Use the www.cdrkit.org URL.

Revision 618 - Directory Listing
Modified Wed Dec 13 10:00:01 2006 UTC (6 years, 5 months ago) by peters-guest
genisoimage.1 cleanup:
Move config file info to a new manpage, genisoimagerc.5.
The theory is that genisoimage.1 is waaaaay too long.

Also add concise copyright information to the headers of both manpages,
based on the copyright history described in genisoimage.1.

Note: on some systems, config file manpages go in section 4 rather than
section 5.  I don't think cmake is prepared to detect this.

Revision 617 - Directory Listing
Modified Wed Dec 13 06:35:57 2006 UTC (6 years, 5 months ago) by peters-guest
genisoimage.1 cleanup.  Step 5: miscellaneous cleanups.

Remove note from JS complaining about the silo patch.  I believe this
patch was obsoleted by silo 1.4.13.  Either way, unless you are JS, a
manpage isn't a good place to whinge.

Remove duplicate -sparc-boot section.

Typography: use boldface for "genisoimage" and for option names,
italics for filenames (including ".genisoimagerc") and option
arguments.  Tidy up some .B and .I to exclude punctuation (.BR, .IR).
Use lowercase to describe parameters ("-abstract file" not "-abstract
FILE"): 'file' is already in italics, after all.

Wording fixes everywhere for grammar, clarity, and correctness - many
fixes supplied by Lorenz Minder.  Explain "mode" parameters by
referring to chmod(1).  This part of the cleanup is still a work in
progress, I haven't gone through the whole file yet.

.genisoimagerc, not .mkisofsrc.  Again thanks to Lorenz Minder.

Replace most instances of "the -foo option" with "-foo".  More concise
and, IMO, just as clear.  Replace most "If foo, then bar..."  with "If
foo, bar..." for the same reason.

Consistency: no space or hyphen in "multisession", "uppercase",
"lowercase", "filename", "filesystem".  "mixed-case" and
"case-insensitive" have a hyphen.  "hard link" is two words.

URLs checked, one updated.

Revision 616 - Directory Listing
Modified Wed Dec 13 03:01:01 2006 UTC (6 years, 5 months ago) by peters-guest
genisoimage.1 cleanup.  Step 4: random typography.

Render "\" using "\(rs" rather than "\\", since \\ is ambiguous in some
situations (rendering "\r" is where I noticed this).

Replace hyphens ("-") with em dashes ("\(em").  An em dash is used as a
separator in the middle of a sentence - like this.  Em dashes look very
different from hyphens in typeset output (groff -Tps): "\(em" is quite
long, "-" is quite short.  The ASCII dash "\-" is in between.

Revision 615 - Directory Listing
Modified Wed Dec 13 02:21:57 2006 UTC (6 years, 5 months ago) by peters-guest
genisoimage.1 cleanup.  Step 3: quotes inside the text (not in nroff cmds).

Make ""  ''  `' a bit more consistent.  Now `' is used for quoting single
characters like `#'.  Longer strings that need to be quoted are
occasionally done with "" but usually just changed to italics or
omitted ("El Torito" does not need quoting, for example).  Note: we
could use \[lq]\[rq] instead of "", but that's a bit anal.

* Yes, I _do_ know that `' is incorrect for ASCII text.  But in nroff,
  it is rendered the same as \[oq]\[cq] (left and right single quotes).

Other drive-by cleanups:
- Replace .LP with .PP (they are synonyms)
- Replace "it's" with "its" except the one spot where "it's" is correct
- Use .IP to fix some indentation in the EXAMPLES section
- Hyphenate "7-bit" and friends.

Revision 614 - Directory Listing
Modified Wed Dec 13 00:38:03 2006 UTC (6 years, 5 months ago) by peters-guest
genisoimage.1 cleanup.  Step 2: vertical whitespace.
Blank lines are technically not allowed in nroff source.

- Visually separate new sections (.SH) with a comment line
  .\" ----------------------------------------
  instead of whitespace.

- Implement indented example lines using .IP (new indented paragraph)
  where possible - if the context is already indented, use .sp and
  manual indentation, for now.  Might fix this later using double
  indentation, but I don't know how to specify that, offhand.

Also use .IP to begin new paragraphs in indented sections (option
descriptions) rather than .sp.

Revision 613 - Directory Listing
Modified Tue Dec 12 23:24:47 2006 UTC (6 years, 5 months ago) by peters-guest
genisoimage.1 cleanup.  Step 1: argument quoting.

If a nroff "" string extends to the end of a line, the closing " is
often omitted.  Although this is legal, it is also confusing, so add
closing " where needed so that all sets of "" are matched.

Also, .B and .I can take multiple arguments, so remove quotes from
lines like .B "CHARACTER SETS".

Revision 612 - Directory Listing
Modified Tue Dec 12 15:10:45 2006 UTC (6 years, 5 months ago) by blade
Readded the mkzftree binary to .install, got lost during the switch to genisoimage

Revision 611 - Directory Listing
Modified Sun Dec 10 22:02:28 2006 UTC (6 years, 5 months ago) by 93sam
More copyright header cleanups in my code

Revision 610 - Directory Listing
Modified Sun Dec 10 21:54:40 2006 UTC (6 years, 5 months ago) by 93sam
Added copyright message lost in error

Revision 609 - Directory Listing
Modified Sun Dec 10 21:42:30 2006 UTC (6 years, 5 months ago) by 93sam
Added copyright info; I wrote the file...

Revision 608 - Directory Listing
Modified Sun Dec 10 18:38:03 2006 UTC (6 years, 5 months ago) by blade
More robust version, should cope with slight format changes in sysfs

Revision 607 - Directory Listing
Modified Sun Dec 10 17:55:42 2006 UTC (6 years, 5 months ago) by blade
Max. DMA buffer size fishing in sysfs

Revision 606 - Directory Listing
Modified Sun Dec 10 13:06:12 2006 UTC (6 years, 5 months ago) by blade
some formating/intendation fixes in wodim.c

Revision 605 - Directory Listing
Modified Sun Dec 10 02:22:56 2006 UTC (6 years, 5 months ago) by blade
Drop that formating-media-is-a-dvd, it's printed in profile list already

Revision 604 - Directory Listing
Modified Sun Dec 10 02:20:15 2006 UTC (6 years, 5 months ago) by blade
+  * reenabled -format functionality (bug in program function control flow)


Revision 603 - Directory Listing
Modified Sat Dec 9 20:35:18 2006 UTC (6 years, 5 months ago) by blade
set default gracetime to 4 secs

Revision 602 - Directory Listing
Modified Sat Dec 9 20:31:54 2006 UTC (6 years, 5 months ago) by blade
Print wodim version along with other verbose messages... I wanna see which version we are talking about

Revision 601 - Directory Listing
Modified Sat Dec 9 15:15:24 2006 UTC (6 years, 5 months ago) by blade
Added forgotten plaintext name to Current: ...

Revision 600 - Directory Listing
Modified Fri Dec 8 16:53:20 2006 UTC (6 years, 5 months ago) by blade
Added --devices to icedax

Revision 599 - Directory Listing
Modified Fri Dec 8 15:56:49 2006 UTC (6 years, 5 months ago) by blade
+  * clear profile names printing (using code from libburnia)
+  * cleanup with unused embedded CVS revision strings from Schilling and
+    more gcc -Wall correctness
 


Revision 598 - Directory Listing
Modified Fri Dec 8 15:29:05 2006 UTC (6 years, 5 months ago) by blade
Adjust VERSION

Revision 597 - Directory Listing
Modified Fri Dec 8 15:24:44 2006 UTC (6 years, 5 months ago) by blade
Drop unused return value

Revision 596 - Directory Listing
Modified Fri Dec 8 15:23:22 2006 UTC (6 years, 5 months ago) by blade
Remove another stupid symlinks. This is not Schily Build System, we can configure include dirs explicitely

Revision 595 - Directory Listing
Modified Fri Dec 8 14:06:06 2006 UTC (6 years, 5 months ago) by blade
including ctype.h, disabled some dead code

Revision 594 - Directory Listing
Modified Fri Dec 8 14:02:14 2006 UTC (6 years, 5 months ago) by blade
That is already defined in defaults.h

Revision 593 - Directory Listing
Modified Fri Dec 8 14:01:26 2006 UTC (6 years, 5 months ago) by blade
Restored the declarations of cdr_defaults methods

Revision 592 - Directory Listing
Modified Fri Dec 8 13:41:35 2006 UTC (6 years, 5 months ago) by blade
Call cmake in the build dir when used with tweaks

Revision 591 - Directory Listing
Modified Fri Dec 8 13:38:43 2006 UTC (6 years, 5 months ago) by blade
Dropped unused hardcoded strings with repeated Schilling copyright remarks. They are duplicated, the copy is in the file header after all.

Revision 590 - Directory Listing
Modified Fri Dec 8 13:00:08 2006 UTC (6 years, 5 months ago) by blade
Some type casts on pointers

Revision 589 - Directory Listing
Modified Fri Dec 8 11:57:34 2006 UTC (6 years, 5 months ago) by blade
s,mkisofs,genisoimage, in readom.1

Revision 588 - Directory Listing
Modified Fri Dec 8 11:52:54 2006 UTC (6 years, 5 months ago) by blade
The old issue with unsigned char for isspace, in the new function now

Revision 587 - Directory Listing
Modified Fri Dec 8 10:19:53 2006 UTC (6 years, 5 months ago) by blade
Remove libdeflt from main CMakeLists.txt

Revision 586 - Directory Listing
Modified Fri Dec 8 10:18:19 2006 UTC (6 years, 5 months ago) by blade
Removed the unused foo*64.c wrappers

Revision 585 - Directory Listing
Modified Fri Dec 8 10:16:47 2006 UTC (6 years, 5 months ago) by blade
killed libdeflt

Revision 584 - Directory Listing
Modified Fri Dec 8 10:15:57 2006 UTC (6 years, 5 months ago) by blade
Moving deflt.c to librols, no point in having a lib for just one file

Revision 583 - Directory Listing
Modified Fri Dec 8 10:07:31 2006 UTC (6 years, 5 months ago) by blade
Made other apps used shared wodim's stuff

Revision 582 - Directory Listing
Modified Fri Dec 8 09:56:12 2006 UTC (6 years, 5 months ago) by blade
Made wodim share its stuff trough wodimstuff, used by wodim and readom now

Revision 581 - Directory Listing
Modified Fri Dec 8 09:51:26 2006 UTC (6 years, 5 months ago) by blade
Another experiment, made persistent in the diff

Revision 580 - Directory Listing
Modified Fri Dec 8 09:35:38 2006 UTC (6 years, 5 months ago) by blade
Removed some unused symlinks, our build system manages it from the top directory

Revision 579 - Directory Listing
Modified Thu Dec 7 21:14:02 2006 UTC (6 years, 5 months ago) by blade
Updated debian/* for manpage changes

Revision 578 - Directory Listing
Modified Thu Dec 7 21:07:10 2006 UTC (6 years, 5 months ago) by blade
Renamed and edited *iso* manpages to have section 1 and dropped references to stuff we don't distribute

Revision 577 - Directory Listing
Modified Thu Dec 7 20:47:57 2006 UTC (6 years, 5 months ago) by blade
Document --devices

Revision 576 - Directory Listing
Modified Thu Dec 7 20:27:44 2006 UTC (6 years, 5 months ago) by blade
New option: --devices, displays native device names

Revision 574 - Directory Listing
Modified Thu Dec 7 13:26:34 2006 UTC (6 years, 5 months ago) by blade
Thomas's workaround for MAGIC_ERROR

Revision 573 - Directory Listing
Modified Thu Dec 7 11:24:19 2006 UTC (6 years, 5 months ago) by blade
Manpage update, less tales about magic scsi b,t,l numbers, genisoimage and icedax word substitutions

Revision 572 - Directory Listing
Modified Thu Dec 7 10:44:44 2006 UTC (6 years, 5 months ago) by blade
Oops, rename the define name also in scsi-linux-ata.c

Revision 571 - Directory Listing
Modified Thu Dec 7 10:13:12 2006 UTC (6 years, 5 months ago) by blade
Some reformating to get better reading flow, and replaced USE_ATA with USE_OLD_ATAPI for less confusion

Revision 570 - Directory Listing
Modified Wed Dec 6 23:33:05 2006 UTC (6 years, 5 months ago) by blade
More explicit device names in error messages

Revision 569 - Directory Listing
Modified Wed Dec 6 23:29:31 2006 UTC (6 years, 5 months ago) by blade
Some usefull information for users (using the terms of some other person)

Revision 568 - Directory Listing
Modified Wed Dec 6 23:14:05 2006 UTC (6 years, 5 months ago) by blade
dummy directory, removed

Revision 567 - Directory Listing
Modified Wed Dec 6 11:49:26 2006 UTC (6 years, 5 months ago) by blade
An explanation about portability

Revision 566 - Directory Listing
Modified Wed Dec 6 11:20:32 2006 UTC (6 years, 5 months ago) by blade
Disabled compilation of stdio/foo*64.c wrapper classes, we use LFS everywhere

Revision 565 - Directory Listing
Modified Wed Dec 6 10:46:29 2006 UTC (6 years, 5 months ago) by blade
added the incomplete patch for making shared stuff be a shared lib... if someone want to do use it, go ahead, you don't gain much, just about 100kb pro binary

Revision 564 - Directory Listing
Modified Wed Dec 6 10:00:37 2006 UTC (6 years, 5 months ago) by blade
Fixed the -O2 flag passing in debian/rules

Revision 563 - Directory Listing
Modified Wed Dec 6 09:56:20 2006 UTC (6 years, 5 months ago) by blade
Document changes, geteltorito, suse's dvd patches

Revision 562 - Directory Listing
Modified Wed Dec 6 09:48:33 2006 UTC (6 years, 5 months ago) by blade
More dvd related fixes, adopted from suse

Revision 561 - Directory Listing
Modified Wed Dec 6 09:18:49 2006 UTC (6 years, 5 months ago) by blade
Use the original filename, though

Revision 560 - Directory Listing
Modified Wed Dec 6 09:18:15 2006 UTC (6 years, 5 months ago) by blade
Added geteltorito after license clarification

Revision 556 - Directory Listing
Modified Mon Dec 4 11:18:48 2006 UTC (6 years, 5 months ago) by blade
FAQ entry about ultra-dma errors

Revision 555 - Directory Listing
Modified Mon Dec 4 10:57:40 2006 UTC (6 years, 5 months ago) by blade
    + more verbose abort message if track is specified with some maintainance
      command (closes: #369677)


Revision 554 - Directory Listing
Modified Sun Dec 3 13:50:09 2006 UTC (6 years, 5 months ago) by blade
kicked the fallback wrapper rule, added explicite all rule instead. It behaved to weird.

Revision 553 - Directory Listing
Modified Sat Dec 2 23:47:30 2006 UTC (6 years, 5 months ago) by blade
Fixed a typo in the last changelog entry

Revision 552 - Directory Listing
Modified Sat Dec 2 22:06:02 2006 UTC (6 years, 5 months ago) by blade
New changelog entries

Revision 550 - Directory Listing
Modified Sat Dec 2 17:43:27 2006 UTC (6 years, 5 months ago) by blade
Release date adjusted

Revision 549 - Directory Listing
Modified Sat Dec 2 17:42:37 2006 UTC (6 years, 5 months ago) by blade
Preparing release of 1.1.0

Revision 548 - Directory Listing
Modified Sat Dec 2 15:08:41 2006 UTC (6 years, 5 months ago) by blade
Some gmake version seems to prefer fallback instead of explicite install rule. added cmaketweaks to both ways.

Revision 547 - Directory Listing
Modified Sat Dec 2 14:58:19 2006 UTC (6 years, 5 months ago) by blade
Oops, don't add getopt*.c to the default list if a check adds it if required

Revision 546 - Directory Listing
Modified Sat Dec 2 12:24:02 2006 UTC (6 years, 5 months ago) by blade
Cruft cleanup in Makefile, set the default target properly

Revision 545 - Directory Listing
Modified Sat Dec 2 12:08:56 2006 UTC (6 years, 5 months ago) by blade
Add explicite rule for install: and use .PHONY to work around the install/INSTALL file problem (letter case) on cygwin

Revision 544 - Directory Listing
Modified Sat Dec 2 12:01:42 2006 UTC (6 years, 5 months ago) by blade
Remove the obsolete install: rule wrapper

Revision 543 - Directory Listing
Modified Sat Dec 2 11:40:55 2006 UTC (6 years, 5 months ago) by blade
renamed mkisofs docs to genisoimage

Revision 542 - Directory Listing
Modified Sat Dec 2 11:39:24 2006 UTC (6 years, 5 months ago) by blade
Added a simple script called burnstuff

Revision 541 - Directory Listing
Modified Sat Dec 2 11:36:18 2006 UTC (6 years, 5 months ago) by blade
Dropped more Target, *mapvers, and *com files, most have not been correct anyway. If you need them, restore from old svn revision.

Revision 540 - Directory Listing
Modified Sat Dec 2 11:33:39 2006 UTC (6 years, 5 months ago) by blade
Dropped some makefilesystem's files in libdeflt, have not been correct anyway

Revision 539 - Directory Listing
Modified Sat Dec 2 11:17:19 2006 UTC (6 years, 5 months ago) by blade
Killed some dead code, fgetsstr.c

Revision 538 - Directory Listing
Modified Sat Dec 2 11:11:33 2006 UTC (6 years, 5 months ago) by blade
Added check for HAVE_DYN_ARRAYS

Revision 537 - Directory Listing
Modified Sat Dec 2 11:10:05 2006 UTC (6 years, 5 months ago) by blade
Some cleanups and test consolidation in configuration

Revision 536 - Directory Listing
Modified Sat Dec 2 10:09:56 2006 UTC (6 years, 5 months ago) by blade
Clear warnings when multiple args have been merged and sorting fails

Revision 535 - Directory Listing
Modified Sat Dec 2 09:33:37 2006 UTC (6 years, 5 months ago) by blade
Typo in error msg

Revision 534 - Directory Listing
Modified Sat Dec 2 09:13:25 2006 UTC (6 years, 5 months ago) by blade
More verbose and aborting network function tests

Revision 533 - Directory Listing
Modified Sat Dec 2 02:11:54 2006 UTC (6 years, 5 months ago) by blade
Fallback to xnet if libnls does not work

Revision 532 - Directory Listing
Modified Sat Dec 2 02:03:45 2006 UTC (6 years, 5 months ago) by blade
CHECK_FUNCTION_EXISTS was not really reliable with cygwin's libiconv, check reverted

Revision 531 - Directory Listing
Modified Fri Dec 1 20:28:20 2006 UTC (6 years, 5 months ago) by blade
Fixed genisoimage.c, commited accidentaly

Revision 530 - Directory Listing
Modified Fri Dec 1 20:27:42 2006 UTC (6 years, 5 months ago) by blade
kick iconv.h again from the test includes

Revision 529 - Directory Listing
Modified Fri Dec 1 19:19:02 2006 UTC (6 years, 5 months ago) by blade
libiconv lookup with CHECK_FUNCTION ; using getopt.c, getopt1.c on plattforms that do not provide getopt_long

Revision 528 - Directory Listing
Modified Fri Dec 1 13:19:23 2006 UTC (6 years, 5 months ago) by blade
Updated todo a bit, someone needs to fix find_library checks

Revision 527 - Directory Listing
Modified Thu Nov 30 02:11:29 2006 UTC (6 years, 5 months ago) by blade
fixed nls variable name

Revision 526 - Directory Listing
Modified Thu Nov 30 02:05:00 2006 UTC (6 years, 5 months ago) by blade
Checks for extra additional network libs factored out, added something for libnls

Revision 525 - Directory Listing
Modified Wed Nov 29 11:03:47 2006 UTC (6 years, 5 months ago) by blade
Added a version fake line to genisoimage, otherwise k3b is confused

Revision 524 - Directory Listing
Modified Wed Nov 29 10:58:07 2006 UTC (6 years, 5 months ago) by blade
Added a job to TODO, it is still buggy

Revision 523 - Directory Listing
Modified Wed Nov 29 10:57:12 2006 UTC (6 years, 5 months ago) by blade
Forced definition of USE_RCMD_RSH and updated documentation, for ssh and non-suid usage

Revision 522 - Directory Listing
Modified Wed Nov 29 10:25:39 2006 UTC (6 years, 5 months ago) by blade
Setting default $RSCSI to /usr/sbin/netscsid

Revision 521 - Directory Listing
Modified Tue Nov 28 23:18:12 2006 UTC (6 years, 5 months ago) by blade
I wanted to disable the warning, not the test for libiconv

Revision 519 - Directory Listing
Modified Tue Nov 28 21:20:35 2006 UTC (6 years, 5 months ago) by peters-guest
In debian/control:
- Finish the icedax/genisoimage package renaming
- Move all three dummy packages to the end of the file
- Make dummy package descriptions flow a bit better by rearranging the
  sentences
- Remove Depends cruft from mkisofs

Revision 515 - Directory Listing
Modified Tue Nov 28 14:00:55 2006 UTC (6 years, 5 months ago) by blade
libiconv extra check broken, doesn't work reliably, disabled

Revision 509 - Directory Listing
Modified Tue Nov 28 10:11:51 2006 UTC (6 years, 5 months ago) by blade
wodim.dfl typo fixes and a config cleanup, also added CDR_MAXFIFOSIZE

Revision 508 - Directory Listing
Modified Tue Nov 28 00:16:24 2006 UTC (6 years, 5 months ago) by blade
Dropped another not-from-schilling note. A fork is a fork is a fork.

Revision 507 - Directory Listing
Modified Tue Nov 28 00:13:24 2006 UTC (6 years, 5 months ago) by blade
Rephrased Joliet bitching to be more neutral.

Revision 506 - Directory Listing
Modified Mon Nov 27 23:02:17 2006 UTC (6 years, 5 months ago) by blade
preliminary README.sunos added

Revision 505 - Directory Listing
Modified Mon Nov 27 22:53:30 2006 UTC (6 years, 5 months ago) by blade
We expect gmake (for now), updated INSTALL

Revision 504 - Directory Listing
Modified Mon Nov 27 22:39:34 2006 UTC (6 years, 5 months ago) by blade
README.freebsd from Lorenz ; README.win32 updated, install seems to work again

Revision 501 - Directory Listing
Modified Mon Nov 27 11:33:34 2006 UTC (6 years, 5 months ago) by blade
CMAKETWEAKS concatenation and warning on missing libiconv

Revision 500 - Directory Listing
Modified Mon Nov 27 10:29:46 2006 UTC (6 years, 5 months ago) by blade
Changelog update

Revision 499 - Directory Listing
Modified Mon Nov 27 10:26:29 2006 UTC (6 years, 5 months ago) by blade
Hint to clean before reruning configuration

Revision 498 - Directory Listing
Modified Mon Nov 27 09:15:40 2006 UTC (6 years, 5 months ago) by blade
Passing of cmaketweaks fixed

Revision 497 - Directory Listing
Modified Mon Nov 27 08:34:55 2006 UTC (6 years, 5 months ago) by blade
Using a code snippet to test libiconv, cmake module fails on cygwin

Revision 496 - Directory Listing
Modified Sun Nov 26 22:09:21 2006 UTC (6 years, 5 months ago) by blade
Updated TODO

Revision 495 - Directory Listing
Modified Sun Nov 26 22:07:43 2006 UTC (6 years, 5 months ago) by blade
Fixed aix readme

Revision 494 - Directory Listing
Modified Sun Nov 26 22:01:59 2006 UTC (6 years, 5 months ago) by blade
More reliable iconv.h and libiconv detection, improved Makefile wrapper, letting user pass LDFLAGS as needed, a bunch of xlc compliancy fixes, TROUBLESHOOTING section in the INSTALL instructions

Revision 493 - Directory Listing
Modified Sun Nov 26 16:22:28 2006 UTC (6 years, 5 months ago) by blade
Reverting iconv and libiconv detection. Does not work, cmake does weird stuff. Better disabled for now than not compiling.

Revision 492 - Directory Listing
Modified Sun Nov 26 15:05:00 2006 UTC (6 years, 5 months ago) by blade
Not depending on detection of header when using the lib, need a bit help of cmake wizards to solve that

Revision 491 - Directory Listing
Modified Sun Nov 26 15:02:56 2006 UTC (6 years, 5 months ago) by blade
Smarter iconv.h detection, moved to xconfig stuff

Revision 490 - Directory Listing
Modified Sun Nov 26 14:40:42 2006 UTC (6 years, 5 months ago) by blade
Renamed the binary name of libschily to librols

Revision 489 - Directory Listing
Modified Sun Nov 26 13:44:14 2006 UTC (6 years, 5 months ago) by blade
Workarounds for the detection of awesome SunOS system headers

Revision 488 - Directory Listing
Modified Sun Nov 26 13:07:49 2006 UTC (6 years, 5 months ago) by blade
Using cmake macros for header file detection, more reliable on AIX

Revision 487 - Directory Listing
Modified Sun Nov 26 12:20:24 2006 UTC (6 years, 5 months ago) by blade
More scarry message

Revision 486 - Directory Listing
Modified Sun Nov 26 11:58:34 2006 UTC (6 years, 5 months ago) by blade
Added some SuSE patches

Revision 485 - Directory Listing
Modified Sun Nov 26 00:06:18 2006 UTC (6 years, 5 months ago) by blade
Removed subchannel dumps from user output in less verbose mode

Revision 484 - Directory Listing
Modified Sat Nov 25 23:57:19 2006 UTC (6 years, 5 months ago) by blade
Supressed some more acceptable warnings in low-verbosity mode

Revision 483 - Directory Listing
Modified Sat Nov 25 23:25:24 2006 UTC (6 years, 5 months ago) by blade
Suppressed startsec warning in less verbose mode. This scarry thing bothered me long enough.

Revision 482 - Directory Listing
Modified Sat Nov 25 23:20:44 2006 UTC (6 years, 5 months ago) by blade
Proper version reporting in libusal

Revision 481 - Directory Listing
Modified Sat Nov 25 23:13:29 2006 UTC (6 years, 5 months ago) by blade
file symlinks support in dirsplit

Revision 480 - Directory Listing
Modified Sat Nov 25 23:06:18 2006 UTC (6 years, 5 months ago) by blade
Printing of burnfree state switching consisting with verbosity level

Revision 479 - Directory Listing
Modified Sat Nov 25 22:55:34 2006 UTC (6 years, 5 months ago) by blade
Enabled DVD driver auto-selection

Revision 478 - Directory Listing
Modified Sat Nov 25 16:09:24 2006 UTC (6 years, 5 months ago) by blade
Remains sounds better than Rests

Revision 477 - Directory Listing
Modified Sat Nov 25 16:06:38 2006 UTC (6 years, 5 months ago) by blade
Changelog update

Revision 476 - Directory Listing
Modified Sat Nov 25 16:02:24 2006 UTC (6 years, 5 months ago) by blade
TODO updated

Revision 475 - Directory Listing
Modified Sat Nov 25 16:01:14 2006 UTC (6 years, 5 months ago) by blade
Wrong control flow, sometimes oversized bins with dirsplit -S

Revision 474 - Directory Listing
Modified Sat Nov 25 15:48:13 2006 UTC (6 years, 5 months ago) by blade
Restored the good Makefile from 1.0 trunk, lost somehow

Revision 473 - Directory Listing
Modified Sat Nov 25 15:44:48 2006 UTC (6 years, 5 months ago) by blade
Forgot to remove sprintf.c

Revision 472 - Directory Listing
Modified Sat Nov 25 15:25:08 2006 UTC (6 years, 5 months ago) by blade
Renaming libschily -> librols

Revision 471 - Directory Listing
Modified Sat Nov 25 12:16:35 2006 UTC (6 years, 5 months ago) by blade
more cdrecord debranding, and nuked contents of defaults.h, rewritten with my defaults parser already

Revision 470 - Directory Listing
Modified Sat Nov 25 12:13:05 2006 UTC (6 years, 5 months ago) by blade
More readcd debranding

Revision 469 - Directory Listing
Modified Sat Nov 25 12:08:05 2006 UTC (6 years, 5 months ago) by blade
More cdda2wav debranding

Revision 468 - Directory Listing
Modified Sat Nov 25 11:46:59 2006 UTC (6 years, 5 months ago) by blade
Using svn:keywords was not so clever, triggers rebuilds all the time

Revision 467 - Directory Listing
Modified Sat Nov 25 11:40:07 2006 UTC (6 years, 5 months ago) by blade
Consistent version printing, configured via xconfig.h.in and its cmake code

Revision 466 - Directory Listing
Modified Sat Nov 25 11:12:38 2006 UTC (6 years, 5 months ago) by blade
Using Revision keyword to track versions

Revision 465 - Directory Listing
Modified Sat Nov 25 01:07:45 2006 UTC (6 years, 5 months ago) by blade
Added function test for win32 relevant stuff

Revision 464 - Directory Listing
Modified Sat Nov 25 00:51:11 2006 UTC (6 years, 5 months ago) by blade
findbytes, another unused file

Revision 463 - Directory Listing
Modified Sat Nov 25 00:44:12 2006 UTC (6 years, 5 months ago) by blade
Workarounds for some remaining cases of %r usage

Revision 462 - Directory Listing
Modified Sat Nov 25 00:20:20 2006 UTC (6 years, 5 months ago) by blade
Cleanup with lots of libschily/* libc reinventions

Revision 460 - Directory Listing
Modified Fri Nov 24 00:39:06 2006 UTC (6 years, 6 months ago) by blade
Lorinders code, actually...

Revision 459 - Directory Listing
Modified Fri Nov 24 00:16:11 2006 UTC (6 years, 6 months ago) by blade
Lorenz Minder,   * flexible ascii conversion buffer

Revision 458 - Directory Listing
Modified Thu Nov 23 23:51:49 2006 UTC (6 years, 6 months ago) by blade
  [ Lorenz Minder ]
  * user output junk filter in icedax/toc.c


Revision 457 - Directory Listing
Modified Thu Nov 23 23:29:51 2006 UTC (6 years, 6 months ago) by blade
conflict merge leftovers removed, thanks Lorenz

Revision 456 - Directory Listing
Modified Thu Nov 23 23:04:29 2006 UTC (6 years, 6 months ago) by blade
New names in cdrkit-doc description

Revision 455 - Directory Listing
Modified Thu Nov 23 22:34:19 2006 UTC (6 years, 6 months ago) by blade
Roundup, forgotten netscsid manpage, conffile migration

Revision 454 - Directory Listing
Modified Thu Nov 23 22:19:47 2006 UTC (6 years, 6 months ago) by blade
Fixed mkisofs dummy package, bad symlinks

Revision 453 - Directory Listing
Modified Thu Nov 23 22:11:41 2006 UTC (6 years, 6 months ago) by blade
Name is finally genisoimage, debian/* fixes, debian/copyright cleanup

Revision 452 - Directory Listing
Modified Thu Nov 23 21:59:20 2006 UTC (6 years, 6 months ago) by blade
cdda2wav dummy package fixed

Revision 451 - Directory Listing
Modified Thu Nov 23 21:52:26 2006 UTC (6 years, 6 months ago) by blade
Renaming to genisoimage

Revision 450 - Directory Listing
Modified Thu Nov 23 21:37:32 2006 UTC (6 years, 6 months ago) by blade
mkisoimage, contents replacement, and removed obsolete Makefile.man files

Revision 449 - Directory Listing
Modified Thu Nov 23 21:26:50 2006 UTC (6 years, 6 months ago) by blade
Mvoing mkisofs nach mkisoimage

Revision 448 - Directory Listing
Modified Thu Nov 23 20:25:29 2006 UTC (6 years, 6 months ago) by blade
Changelog-update

Revision 447 - Directory Listing
Modified Thu Nov 23 20:23:09 2006 UTC (6 years, 6 months ago) by blade
icedax manpage fixes

Revision 446 - Directory Listing
Modified Thu Nov 23 20:21:04 2006 UTC (6 years, 6 months ago) by blade
Forgotten replaces

Revision 445 - Directory Listing
Modified Thu Nov 23 20:20:02 2006 UTC (6 years, 6 months ago) by blade
debian/* updates

Revision 444 - Directory Listing
Modified Thu Nov 23 20:05:23 2006 UTC (6 years, 6 months ago) by blade
Remove old makefile junk

Revision 443 - Directory Listing
Modified Thu Nov 23 20:02:16 2006 UTC (6 years, 6 months ago) by blade
Fix some usal references in wodim.1

Revision 442 - Directory Listing
Modified Thu Nov 23 19:58:09 2006 UTC (6 years, 6 months ago) by blade
cdda2wav docs -> icedax

Revision 441 - Directory Listing
Modified Thu Nov 23 19:57:24 2006 UTC (6 years, 6 months ago) by blade
cdda2wav docs -> icedax

Revision 440 - Directory Listing
Modified Thu Nov 23 19:55:19 2006 UTC (6 years, 6 months ago) by blade
documentation update of readmes, more cdrecord -> wodim

Revision 439 - Directory Listing
Modified Thu Nov 23 19:44:13 2006 UTC (6 years, 6 months ago) by blade
Too h... with that README, there is not much value in listing dozens of 10 year old recorders and libscg ads

Revision 438 - Directory Listing
Modified Thu Nov 23 19:33:10 2006 UTC (6 years, 6 months ago) by blade
rscsi -> netscsid, part 2

Revision 437 - Directory Listing
Modified Thu Nov 23 19:31:33 2006 UTC (6 years, 6 months ago) by blade
rscsi -> netscsid

Revision 436 - Directory Listing
Modified Thu Nov 23 19:26:47 2006 UTC (6 years, 6 months ago) by blade
cdda2wav -> icedax

Revision 435 - Directory Listing
Modified Thu Nov 23 19:19:33 2006 UTC (6 years, 6 months ago) by blade
cdda2wav -> icedax, part I

Revision 434 - Directory Listing
Modified Thu Nov 23 19:17:50 2006 UTC (6 years, 6 months ago) by blade
readcd -> readom, part II

Revision 433 - Directory Listing
Modified Thu Nov 23 19:15:59 2006 UTC (6 years, 6 months ago) by blade
readcd -> readom, part I

Revision 432 - Directory Listing
Modified Thu Nov 23 19:03:00 2006 UTC (6 years, 6 months ago) by blade
Crash and burn, big renaming action, part III

Revision 431 - Directory Listing
Modified Thu Nov 23 18:59:26 2006 UTC (6 years, 6 months ago) by blade
Crash and burn, big renaming action, part II

Revision 430 - Directory Listing
Modified Thu Nov 23 18:57:28 2006 UTC (6 years, 6 months ago) by blade
Crash and burn, big renaming action, part I

Revision 429 - Directory Listing
Modified Thu Nov 23 11:46:30 2006 UTC (6 years, 6 months ago) by blade
Removed more junk

Revision 428 - Directory Listing
Modified Thu Nov 23 11:44:50 2006 UTC (6 years, 6 months ago) by blade
Kicked mtiodefs.h and corresponding config, is not used

Revision 427 - Directory Listing
Modified Thu Nov 23 11:16:23 2006 UTC (6 years, 6 months ago) by blade
More redundant vars removed

Revision 426 - Directory Listing
Modified Thu Nov 23 11:06:08 2006 UTC (6 years, 6 months ago) by blade
... and more

Revision 425 - Directory Listing
Modified Thu Nov 23 11:04:25 2006 UTC (6 years, 6 months ago) by blade
More funny double checks removed

Revision 424 - Directory Listing
Modified Thu Nov 23 10:51:40 2006 UTC (6 years, 6 months ago) by blade
Documented chagnes

Revision 423 - Directory Listing
Modified Thu Nov 23 10:48:50 2006 UTC (6 years, 6 months ago) by blade
Dynamic checks for -lrt and -lsocket requierement (SunOS)

Revision 422 - Directory Listing
Modified Thu Nov 23 09:58:31 2006 UTC (6 years, 6 months ago) by blade
More automatic checks for headers, xconfig.h.in cleanup

Revision 421 - Directory Listing
Modified Thu Nov 23 09:26:21 2006 UTC (6 years, 6 months ago) by blade
Fixed the whiteouting and remove some more unused stuff

Revision 420 - Directory Listing
Modified Thu Nov 23 09:02:42 2006 UTC (6 years, 6 months ago) by blade
White out unused definitions

Revision 419 - Directory Listing
Modified Thu Nov 23 08:33:24 2006 UTC (6 years, 6 months ago) by blade
Some Solaris related wuergarounds (more checks and adaptions in new stuff), also dropped unused scg-related things

Revision 418 - Directory Listing
Modified Wed Nov 22 09:21:45 2006 UTC (6 years, 6 months ago) by blade
Roadmap for the 1.0.x releases

Revision 417 - Directory Listing
Modified Tue Nov 21 18:48:37 2006 UTC (6 years, 6 months ago) by blade
More realistic introduction example

Revision 416 - Directory Listing
Modified Tue Nov 21 18:46:53 2006 UTC (6 years, 6 months ago) by blade
Renaming cdrecord directory to wodim

Revision 415 - Directory Listing
Modified Tue Nov 21 18:34:28 2006 UTC (6 years, 6 months ago) by blade
Renaming cdrecord.{c,h} to wodim.{c,h}

Revision 414 - Directory Listing
Modified Tue Nov 21 17:59:10 2006 UTC (6 years, 6 months ago) by blade
Updated FAQ

Revision 413 - Directory Listing
Modified Mon Nov 20 22:38:39 2006 UTC (6 years, 6 months ago) by blade
Fixed name of library, leading to liblibedc

Revision 412 - Directory Listing
Modified Mon Nov 20 22:35:45 2006 UTC (6 years, 6 months ago) by blade
Merged todays changes from old trunk herein, @ r411

Revision 411 - Directory Listing
Modified Mon Nov 20 21:40:50 2006 UTC (6 years, 6 months ago) by kaner-guest
Copied from: cdrkit/branches/cleanup revision 410
* Moving branches/cleanup to trunk

Revision 409 - Directory Listing
Modified Mon Nov 20 21:30:09 2006 UTC (6 years, 6 months ago) by blade
Original Path: cdrkit/branches/cleanup
Moving nonameyet to get the final name, cdrkit

Revision 403 - Directory Listing
Modified Sun Nov 19 17:50:38 2006 UTC (6 years, 6 months ago) by blade
Original Path: nonameyet/branches/cleanup
Added cdda2mp3 as symlink in cleanup branch now

Revision 402 - Directory Listing
Modified Sun Nov 19 17:50:10 2006 UTC (6 years, 6 months ago) by blade
Original Path: nonameyet/branches/cleanup
Adding changes on cdda2* scripts lost in some previous merge

Revision 399 - Directory Listing
Modified Sun Nov 19 17:29:47 2006 UTC (6 years, 6 months ago) by blade
Original Path: nonameyet/branches/cleanup
cleanup branch merged with trunk -r398

Revision 369 - Directory Listing
Modified Wed Oct 25 21:06:11 2006 UTC (6 years, 6 months ago) by blade
Original Path: nonameyet/branches/cleanup
Merge with trunk at revision 368

Revision 368 - Directory Listing
Modified Thu Oct 12 19:38:29 2006 UTC (6 years, 7 months ago) by kaner-guest
Original Path: nonameyet/branches/cleanup
* Cleaned up K&R function definitions [except libschily]
* Cleaned up __PR makros [except libschily]

Revision 332 - Directory Listing
Modified Sat Sep 23 23:44:11 2006 UTC (6 years, 8 months ago) by joerg
Original Path: nonameyet/branches/cleanup
Merge rev 330 and 331 into cleanup branch so that also works with those
fixes for him.

Revision 316 - Directory Listing
Modified Fri Sep 15 18:40:45 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/branches/cleanup
Replaced libdeflt internals with my code, moved the relevant part out of cdrecord/defaults.c and refactored a bit. Changed the interface a bit, replaced the old functions with wrappers 

Revision 315 - Directory Listing
Modified Fri Sep 15 14:38:36 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/branches/cleanup
av -> argv in my renaming code, cleanup branch

Revision 314 - Directory Listing
Modified Fri Sep 15 14:35:58 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/branches/cleanup
Merge with trunk (r313)

Revision 252 - Directory Listing
Modified Mon Sep 11 08:04:27 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/branches/cleanup
Merge recent (r251) changes of trunk into cleanup

Revision 250 - Directory Listing
Modified Mon Sep 11 07:36:19 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/branches/cleanup
More carefull description of JS role, see http://www.heise.de/open/news/foren/go.shtml?read=1&msg_id=11206975&forum_id=104357

Revision 249 - Directory Listing
Modified Mon Sep 11 07:34:32 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/branches/cleanup
More carefull description of JS role, see http://www.heise.de/open/news/foren/go.shtml?read=1&msg_id=11206975&forum_id=104357

Revision 248 - Directory Listing
Modified Mon Sep 11 07:17:29 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/branches/cleanup
  [ Christian Fromme ]
  * big cleanup, phase I, getting rid from Cstyle function definitions in
    applications

Revision 247 - Directory Listing
Modified Sun Sep 10 18:18:24 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/branches/cleanup
Schily-style indenting, ts=3;sw=3;noexpandtab

Revision 246 - Directory Listing
Modified Sun Sep 10 15:23:05 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/branches/cleanup
Commiting the new parser to the cleanup branch

Revision 238 - Directory Listing
Modified Wed Sep 6 20:02:07 2006 UTC (6 years, 8 months ago) by joerg
Original Path: nonameyet/branches/cleanup
Copied from: nonameyet/trunk revision 237
Create a cleanup branch so people can start with that part outside of trunk

Revision 237 - Directory Listing
Modified Wed Sep 6 17:48:01 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
lookup for sys/capability.h and stopping if not present and system is Linux...

Revision 235 - Directory Listing
Modified Wed Sep 6 17:13:55 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
Moved the newline a bit to look more  pretty

Revision 234 - Directory Listing
Modified Wed Sep 6 17:06:26 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
mergeWithUpstream property, help svn-buildpackage

Revision 233 - Directory Listing
Modified Wed Sep 6 16:45:56 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
TODO updated

Revision 232 - Directory Listing
Modified Wed Sep 6 16:42:06 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
  * adapted copyright and contact information in scgcheck manpage
  * adapted contact information in btcflash manpage, also added a reference to
    its original author which has been missing


Revision 231 - Directory Listing
Modified Wed Sep 6 16:13:01 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
Added clarification of names/compatibility/portability to the main README

Revision 230 - Directory Listing
Modified Wed Sep 6 15:58:47 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
warning for missing libcap accidentaly added, commented, test not working yet

Revision 229 - Directory Listing
Modified Wed Sep 6 15:57:19 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
Berlios references in isoinfo.8 adapted

Revision 228 - Directory Listing
Modified Wed Sep 6 14:54:07 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
[ Juergen Weigert ]
* Various documentation corrections, replaced cdrecord->wodim where it is
  appropriate and legal on many visible locations


Revision 227 - Directory Listing
Modified Tue Sep 5 20:03:09 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
clean->distlcean and removed generated files from zisofs-tools, thanks Ryan

Revision 226 - Directory Listing
Modified Tue Sep 5 20:00:41 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
Removing disclaimer dupes, thanks Steven

Revision 225 - Directory Listing
Modified Tue Sep 5 19:44:33 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
More explicite printing of copyright messages in the default message

Revision 224 - Directory Listing
Modified Tue Sep 5 19:18:45 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
Parked the mods archive outside of the trunk

Revision 222 - Directory Listing
Modified Tue Sep 5 18:52:54 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
Changed cam check a bit to match the one reported by Petr Salinger as "working"

Revision 221 - Directory Listing
Modified Tue Sep 5 10:21:05 2006 UTC (6 years, 8 months ago) by joerg
Original Path: nonameyet/trunk
 r2752@vorlon:  joerg | 2006-09-05 12:15:39 +0200
 Added link for cdrecord manpage, thx to Ryan Finnie for patch
 r2753@vorlon:  joerg | 2006-09-05 12:16:40 +0200
 Mark that in changelog

Revision 220 - Directory Listing
Modified Tue Sep 5 08:41:28 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
Documented r219

Revision 219 - Directory Listing
Modified Tue Sep 5 08:39:04 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
Added changes clarifications header to all remaining source files

Revision 218 - Directory Listing
Modified Tue Sep 5 07:51:39 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
[ Peter Samuelson ]
* Cleanups: unused macros/defines
* Unified and simplified the build-host data crawling methods


Revision 217 - Directory Listing
Modified Tue Sep 5 07:30:36 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
Cleanup with the build-host data leaking orgy, by peterS

Revision 216 - Directory Listing
Modified Tue Sep 5 07:24:51 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
Clean target fixes by Peter and some deprecated lines removed

Revision 215 - Directory Listing
Modified Tue Sep 5 07:04:37 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
Added tests for libcam.h and refactored libscg defs&ibs-list bits

Revision 213 - Directory Listing
Modified Mon Sep 4 17:40:40 2006 UTC (6 years, 8 months ago) by joerg
Original Path: nonameyet/trunk
 r2742@vorlon:  joerg | 2006-09-04 19:40:07 +0200
 Prepare release, mark changelogs

Revision 211 - Directory Listing
Modified Mon Sep 4 17:29:28 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
Structural improvement of the release target, suggested by peterS

Revision 210 - Directory Listing
Modified Mon Sep 4 17:19:34 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
release target fix by peterS

Revision 209 - Directory Listing
Modified Mon Sep 4 17:17:39 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
Changelog formating, typo bugfixes from abi

Revision 208 - Directory Listing
Modified Mon Sep 4 17:07:51 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
Force FIFO define for now

Revision 207 - Directory Listing
Modified Mon Sep 4 16:40:52 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
release target makes a hardlink to .orig.tar.gz automaticaly on Debian systems, and fixed the check-for-overwritting

Revision 206 - Directory Listing
Modified Mon Sep 4 16:30:29 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
Updated VERSION contents

Revision 205 - Directory Listing
Modified Mon Sep 4 16:13:30 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
BITFIELDS test and integration by Peter Samuelson

Revision 204 - Directory Listing
Modified Mon Sep 4 16:02:33 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
Updated FSF address for zisofs-tools part in debian/copyright

Revision 203 - Directory Listing
Modified Mon Sep 4 15:43:24 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
Various docs fixes from Michael Ablassmeier

Revision 202 - Directory Listing
Modified Mon Sep 4 14:32:33 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
Comment about author string changes in Changelog

Revision 201 - Directory Listing
Modified Mon Sep 4 14:20:46 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
Dropped another \"Code for quality assurance\"

Revision 200 - Directory Listing
Modified Mon Sep 4 14:17:35 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
Replaced _scg_auth_schily to _scg_auth_cdrkit and set it to "cdrkit-team"

Revision 199 - Directory Listing
Modified Mon Sep 4 12:12:42 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
Added forgotten double quotes

Revision 198 - Directory Listing
Modified Mon Sep 4 12:01:55 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
Copying size values of align.h to xconfig.h

Revision 197 - Directory Listing
Modified Mon Sep 4 11:39:56 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
Added test for WORDS_BIGENDIAN

Revision 196 - Directory Listing
Modified Mon Sep 4 08:14:08 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
NULL pointer check moved to the right place, before DVD checks

Revision 195 - Directory Listing
Modified Mon Sep 4 07:59:29 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
Typo in FAQ

Revision 194 - Directory Listing
Modified Mon Sep 4 07:57:21 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
added faq, source of the name wodim

Revision 192 - Directory Listing
Modified Sun Sep 3 23:39:52 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
changed upstream version in debian/changelog

Revision 191 - Directory Listing
Modified Sun Sep 3 23:38:55 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
Adapted Changelog and VERSION to 1.0pre2

Revision 190 - Directory Listing
Modified Sun Sep 3 23:36:34 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
Adapt the clean rule to remove config.log/status

Revision 189 - Directory Listing
Modified Sun Sep 3 23:34:44 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
version.h is autogenerated, remove it

Revision 188 - Directory Listing
Modified Sun Sep 3 23:27:48 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
Restored BS of zisofs-tools, took it out from the global CMakeLists.txt, restored build-dep on autotools-dev since autoheader is executed there, and changed debian/{rules,mkisofs.install} to cope with the change

Revision 187 - Directory Listing
Modified Sun Sep 3 21:46:19 2006 UTC (6 years, 8 months ago) by joerg
Original Path: nonameyet/trunk
 r2703@vorlon:  joerg | 2006-09-03 23:29:29 +0200
 Added cdrecord.NEWS
 r2704@vorlon:  joerg | 2006-09-03 23:31:59 +0200
 Nah, better not, delete it.
 r2709@vorlon:  joerg | 2006-09-03 23:46:00 +0200
 Make lintian happy

Revision 185 - Directory Listing
Modified Sun Sep 3 21:21:30 2006 UTC (6 years, 8 months ago) by joerg
Original Path: nonameyet/trunk
Modify release target a bit

Revision 184 - Directory Listing
Modified Sun Sep 3 21:03:43 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
Converted debian/copyright to UTF-8

Revision 183 - Directory Listing
Modified Sun Sep 3 20:51:45 2006 UTC (6 years, 8 months ago) by joerg
Original Path: nonameyet/trunk
 r2701@vorlon:  joerg | 2006-09-03 22:51:30 +0200
 Close 3 more debconf bugs, we dont use debconf anymore.
 Also fix the way bugnumbers are written in Closes:, now all are with
 a #, as always.

Revision 182 - Directory Listing
Modified Sun Sep 3 20:49:51 2006 UTC (6 years, 8 months ago) by benh
Original Path: nonameyet/trunk
Noted change of name of cdrecord.
Removed references to libfile as it has been removed.
Combined zisofs-tools upstream info with rest of upstream info.
Added missing bullet points in front of the various programs listed.
De-duplicated references to GPLv2 text.

Revision 181 - Directory Listing
Modified Sun Sep 3 20:46:59 2006 UTC (6 years, 8 months ago) by joerg
Original Path: nonameyet/trunk
 r2697@vorlon:  joerg | 2006-09-03 22:46:45 +0200
 Kill suggests: xcdroast, its a broken thing

Revision 180 - Directory Listing
Modified Sun Sep 3 20:24:44 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
Removed an unused copy of readmult.1

Revision 179 - Directory Listing
Modified Sun Sep 3 20:17:55 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
Updated Changelog and pointed to http://bugs.debian.org/

Revision 178 - Directory Listing
Modified Sun Sep 3 20:16:40 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
Missing parentheses in debian/changelog

Revision 177 - Directory Listing
Modified Sun Sep 3 20:11:26 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
Reverted printing of help to stdout

Revision 176 - Directory Listing
Modified Sun Sep 3 20:05:16 2006 UTC (6 years, 8 months ago) by joerg
Original Path: nonameyet/trunk
 r2689@vorlon:  joerg | 2006-09-03 22:05:08 +0200
 s/UNRELEASED/unstable/

Revision 175 - Directory Listing
Modified Sun Sep 3 20:03:49 2006 UTC (6 years, 8 months ago) by joerg
Original Path: nonameyet/trunk
 r2687@vorlon:  joerg | 2006-09-03 22:03:29 +0200
 Small changes to remove bad feelings from changelog entries

Revision 174 - Directory Listing
Modified Sun Sep 3 13:29:34 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
Added the modification notification to the header of modified files

Revision 173 - Directory Listing
Modified Sun Sep 3 13:08:40 2006 UTC (6 years, 8 months ago) by joerg
Original Path: nonameyet/trunk
Merge back the changes from Ben which i accidently killed.

Revision 172 - Directory Listing
Modified Sun Sep 3 08:11:24 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
Masked two debug messages in non-debug mode, coming afaics from the dvd patch

Revision 171 - Directory Listing
Modified Sat Sep 2 21:05:33 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
Added a modified-version message to cdda2wav version output

Revision 170 - Directory Listing
Modified Sat Sep 2 20:50:30 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
Replaced cdrecord mentioning with references to wodim or readcd (copy-n-paste mistake?), stripped the long introduction to the reference to the wodim manpage

Revision 169 - Directory Listing
Modified Sat Sep 2 20:31:30 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
Also mention Schilling's copyright on this manpage

Revision 168 - Directory Listing
Modified Sat Sep 2 20:14:09 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
The svn leftover killer could remove to much, used .svn pattern

Revision 167 - Directory Listing
Modified Sat Sep 2 20:06:12 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
No need for dh_strip and dh_shlibdeps in the -doc target

Revision 166 - Directory Listing
Modified Sat Sep 2 18:18:52 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
Update zisofs' version.h before using it

Revision 165 - Directory Listing
Modified Sat Sep 2 11:40:35 2006 UTC (6 years, 8 months ago) by joerg
Original Path: nonameyet/trunk
 r2674@vorlon:  joerg | 2006-09-02 13:40:20 +0200
 Small fixes to FORK I seem to have missed to commit

Revision 164 - Directory Listing
Modified Sat Sep 2 11:14:53 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
Dummy string pringing in -version output

Revision 163 - Directory Listing
Modified Sat Sep 2 02:17:45 2006 UTC (6 years, 8 months ago) by benh
Original Path: nonameyet/trunk
Added some missing details of the story.
Made minor style and grammar improvements.

Revision 162 - Directory Listing
Modified Sat Sep 2 02:09:59 2006 UTC (6 years, 8 months ago) by benh
Original Path: nonameyet/trunk
Cleaned up libmagic usage to match mkisofs code conventions.
Added checks on the magic_file() result to reject results in the wrong format.

Revision 161 - Directory Listing
Modified Sat Sep 2 01:12:34 2006 UTC (6 years, 8 months ago) by joerg
Original Path: nonameyet/trunk
Updated, thanks to nattie for help

Revision 160 - Directory Listing
Modified Fri Sep 1 17:37:13 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
Removed libfile directory and all references in CMakeLists.txt files

Revision 159 - Directory Listing
Modified Fri Sep 1 11:40:08 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
No autotools dependency now

Revision 158 - Directory Listing
Modified Thu Aug 31 18:14:06 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
Conditional compilation in the case magic.h is not present, also disabled the warnings on magic file checks. Warned unneccesary on legacy magic files from the manpage example

Revision 157 - Directory Listing
Modified Thu Aug 31 17:58:06 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
That is magic(5), not magic(4)

Revision 156 - Directory Listing
Modified Thu Aug 31 17:53:41 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
Build-Dep on libmagic-dev

Revision 155 - Directory Listing
Modified Thu Aug 31 17:52:26 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
Changed to use libmagic instead of libfile

Revision 154 - Directory Listing
Modified Thu Aug 31 16:31:37 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
Better description about the directory structure

Revision 153 - Directory Listing
Modified Thu Aug 31 09:20:31 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
Sync Changelog and debian/changelog

Revision 152 - Directory Listing
Modified Thu Aug 31 09:17:37 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
Remove more possible-forgotten cmake related tempfiles in cmakepurge target

Revision 151 - Directory Listing
Modified Thu Aug 31 09:12:09 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
Commented the attempted header cleanup stuff, does not work and is not important for out-of-source builds either, but shall be fixed in future

Revision 150 - Directory Listing
Modified Thu Aug 31 09:04:29 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
Kicked debug messages in CMakelists, added comment

Revision 149 - Directory Listing
Modified Thu Aug 31 09:03:45 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
Kicked debug messages in CMakelists, added comment

Revision 148 - Directory Listing
Modified Thu Aug 31 08:43:33 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
Oops, mkisofs/apple.c should not be commited, experimenting only

Revision 147 - Directory Listing
Modified Thu Aug 31 08:42:53 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
Using a complicated way to invert a bool value (oh jeez) and reverted Steves change

Revision 146 - Directory Listing
Modified Thu Aug 31 01:27:46 2006 UTC (6 years, 8 months ago) by joerg
Original Path: nonameyet/trunk
 r174@vorlon:  joerg | 2006-08-31 03:27:38 +0200
 Added a few fixes, thanks nattie.

Revision 145 - Directory Listing
Modified Thu Aug 31 00:47:38 2006 UTC (6 years, 8 months ago) by joerg
Original Path: nonameyet/trunk
 r171@vorlon:  joerg | 2006-08-31 02:09:53 +0200
 Cleanup ABOUT, point to FORK
 r172@vorlon:  joerg | 2006-08-31 02:47:19 +0200
 Add a little "Why fork"

Revision 144 - Directory Listing
Modified Wed Aug 30 23:52:20 2006 UTC (6 years, 8 months ago) by joerg
Original Path: nonameyet/trunk
 r168@vorlon:  joerg | 2006-08-31 01:49:12 +0200
 Removed old install-save[d]? targets and moved buildstamps to build/
 r169@vorlon:  joerg | 2006-08-31 01:52:02 +0200
 s/cdrecord/wodim/ in many places

Revision 143 - Directory Listing
Modified Wed Aug 30 23:37:36 2006 UTC (6 years, 8 months ago) by joerg
Original Path: nonameyet/trunk
 r158@vorlon:  joerg | 2006-08-31 01:20:54 +0200
 Fixed generation of cdrecord package and made cdrkit-doc conflict with old cdrtools-doc
 r162@vorlon:  joerg | 2006-08-31 01:36:12 +0200
 Removed old makedev and statoverride code
 r163@vorlon:  joerg | 2006-08-31 01:36:44 +0200
 Added postinst for cdrecord dummy killing debconf notes
 r164@vorlon:  joerg | 2006-08-31 01:37:04 +0200
 Bumd debhelper version/level
 Bump policy version
 r165@vorlon:  joerg | 2006-08-31 01:37:15 +0200
 Remove old debconf code
 r166@vorlon:  joerg | 2006-08-31 01:37:24 +0200
 Add the changes to changelog

Revision 142 - Directory Listing
Modified Wed Aug 30 23:11:55 2006 UTC (6 years, 8 months ago) by 93sam
Original Path: nonameyet/trunk
Remove __va_arg_list from format.c so alpha builds work

Revision 141 - Directory Listing
Modified Wed Aug 30 23:00:41 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
Updated zisofs' version.h manually for now, need to add some auto-update to cmake file or just call configure

Revision 140 - Directory Listing
Modified Wed Aug 30 22:48:28 2006 UTC (6 years, 8 months ago) by joerg
Original Path: nonameyet/trunk
 r154@vorlon:  joerg | 2006-08-31 00:48:10 +0200
 Changes for better upstream makefile

Revision 139 - Directory Listing
Modified Wed Aug 30 22:41:38 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
Added Wrapper for PREFIX var

Revision 138 - Directory Listing
Modified Wed Aug 30 22:36:10 2006 UTC (6 years, 8 months ago) by joerg
Original Path: nonameyet/trunk
 r142@vorlon:  joerg | 2006-08-31 00:04:20 +0200
 Add the cdrecord: dummy package lines we need
 r143@vorlon:  joerg | 2006-08-31 00:18:53 +0200
 Make cflags handling right, add zisofs version.h generation back
 r144@vorlon:  joerg | 2006-08-31 00:25:44 +0200
 s/talibus/cdrkit/ again, removed mention of erik as original packager.
 r145@vorlon:  joerg | 2006-08-31 00:31:52 +0200
 A few more replacements for cdrecord -> wodim

Revision 137 - Directory Listing
Modified Wed Aug 30 22:35:13 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
Passing CFLAGS as CMAKE_C_FLAGS var to cmake

Revision 136 - Directory Listing
Modified Wed Aug 30 22:25:57 2006 UTC (6 years, 8 months ago) by 93sam
Original Path: nonameyet/trunk
Minor spelling/English fixes

Revision 135 - Directory Listing
Modified Wed Aug 30 22:25:04 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
Makefile killed by an accidential call of cmake in the main dir, restoring

Revision 134 - Directory Listing
Modified Wed Aug 30 22:22:53 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
Moved the VMS build script back

Revision 133 - Directory Listing
Modified Wed Aug 30 22:04:11 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
kicked custom compile flags for every target

Revision 132 - Directory Listing
Modified Wed Aug 30 21:59:42 2006 UTC (6 years, 8 months ago) by joerg
Original Path: nonameyet/trunk
 r129@vorlon:  joerg | 2006-08-30 23:13:56 +0200
 Copy debburn to local
 r131@vorlon:  joerg | 2006-08-30 23:20:06 +0200
 Bump build-depends on cmake and debhelper
 r132@vorlon:  joerg | 2006-08-30 23:23:44 +0200
 s/cdrtools/cdrkit/
 r133@vorlon:  joerg | 2006-08-30 23:39:03 +0200
 Removed old xcdroast conflicts.
 Added a dummy package for cdrecord transition
 r134@vorlon:  joerg | 2006-08-30 23:40:37 +0200
 mention the compatibility symlink
 r135@vorlon:  joerg | 2006-08-30 23:50:07 +0200
 Cleanup a bit
 r136@vorlon:  joerg | 2006-08-30 23:50:13 +0200
 Add cdrecord.links

Revision 131 - Directory Listing
Modified Wed Aug 30 21:42:19 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
Changed references to cdrecord details to wodim where appropriate, and rewrote a phrase to the passive form

Revision 130 - Directory Listing
Modified Wed Aug 30 21:36:28 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
C++ style comments used on some places, changed to ANSI-C

Revision 129 - Directory Listing
Modified Wed Aug 30 21:32:55 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
Added disclaimer about using modified libscg to readcd.c

Revision 128 - Directory Listing
Modified Wed Aug 30 21:15:56 2006 UTC (6 years, 8 months ago) by joerg
Original Path: nonameyet/trunk
s/TALIBUS/cdrkit/

Revision 127 - Directory Listing
Modified Wed Aug 30 21:06:23 2006 UTC (6 years, 8 months ago) by joerg
Original Path: nonameyet/trunk
s/icewm/cdrkit/

Revision 126 - Directory Listing
Modified Wed Aug 30 20:54:23 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
s,botox,cdrskin, in contents and paths

Revision 125 - Directory Listing
Modified Tue Aug 29 21:16:16 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
Comment about portability

Revision 124 - Directory Listing
Modified Tue Aug 29 21:05:00 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
Better description of reasoning to appease Schily

Revision 123 - Directory Listing
Modified Tue Aug 29 20:51:42 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
Less offensive disclaimer message, printing always and not only when run as cdrecord

Revision 122 - Directory Listing
Modified Mon Aug 28 08:12:55 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
changed default config file location to /etc/default/wodim

Revision 121 - Directory Listing
Modified Sat Aug 26 10:57:04 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
removed bad backslash from speed=, looks like it belonged to -speed before

Revision 120 - Directory Listing
Modified Sat Aug 26 10:52:12 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
Another report about long-help goind to stderr closed

Revision 119 - Directory Listing
Modified Sat Aug 26 10:35:18 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
Unified ogg/mp3 filename generation and adapted the manpage accordingly

Revision 118 - Directory Listing
Modified Sat Aug 26 08:45:39 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
Various cosmetic fixes, printing of error messages to stdout when requested, the list of ripped tricks is selectable now, better error messages on dvd-video failure, etc.

Revision 117 - Directory Listing
Modified Fri Aug 25 21:27:42 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
huh, cdda2ogg lost its svn:executable somehow

Revision 116 - Directory Listing
Modified Fri Aug 25 20:54:07 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
Another obvious scripting error, that code would never stop on cdda2wav failure but the whole stop mechanism depends on cdda2wav error code

Revision 115 - Directory Listing
Modified Fri Aug 25 20:20:21 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
oh, wtf, the CDDA_DEVICE setting code can be written much easier now

Revision 114 - Directory Listing
Modified Fri Aug 25 20:11:59 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
release target fixed in main Makefile

Revision 113 - Directory Listing
Modified Fri Aug 25 20:11:04 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
Set version number to 1.0pre1, adapted Debian version epoch equaly

Revision 112 - Directory Listing
Modified Fri Aug 25 20:02:48 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
Oops, CDDA_DEVICE is used by cdda2wav itself and CDDADEVICE was a typo in the script

Revision 111 - Directory Listing
Modified Fri Aug 25 19:56:27 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
Various fixes of cdda2ogg/mp3 scripts

Revision 110 - Directory Listing
Modified Fri Aug 25 18:24:47 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
simplier clean, nuke the build dir since all created files should go there now

Revision 109 - Directory Listing
Modified Fri Aug 25 18:20:52 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
move README.parallel to plattforms READMEs and drop the misc directory

Revision 108 - Directory Listing
Modified Fri Aug 25 18:19:53 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
Dropped addvertisement for Schily SING makefile system, LOL

Revision 107 - Directory Listing
Modified Fri Aug 25 18:18:49 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
Remove old bitching about gmake

Revision 106 - Directory Listing
Modified Fri Aug 25 18:18:19 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
Installing README from zisofs to usd/botox-doc/zisofs/

Revision 105 - Directory Listing
Modified Fri Aug 25 18:14:36 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
That was our renamed README for zisofs, manage that trough Debian installation part as needed

Revision 104 - Directory Listing
Modified Fri Aug 25 18:10:25 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
mkzftree.1 has another section now

Revision 103 - Directory Listing
Modified Fri Aug 25 18:07:07 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
Imported zisofs-tools-1.0.7

Revision 102 - Directory Listing
Modified Fri Aug 25 18:00:41 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
Reordered mkisofs/CMakeLists.txt a bit

Revision 101 - Directory Listing
Modified Fri Aug 25 17:23:20 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
forgotten test file

Revision 100 - Directory Listing
Modified Fri Aug 25 17:19:40 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
Remove this dummy from Schilling too

Revision 99 - Directory Listing
Modified Fri Aug 25 17:19:07 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
Removing dead symlinks

Revision 98 - Directory Listing
Modified Fri Aug 25 17:14:29 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
That makefile is autogenerated, remove

Revision 97 - Directory Listing
Modified Fri Aug 25 16:54:59 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
putting generated headers into the build directory

Revision 96 - Directory Listing
Modified Fri Aug 25 16:37:47 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
detection code for mlockall, help cygwin

Revision 95 - Directory Listing
Modified Fri Aug 25 12:21:34 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
Printing disclaimer when run as cdrecord

Revision 94 - Directory Listing
Modified Fri Aug 25 12:04:28 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
useless dir

Revision 93 - Directory Listing
Modified Fri Aug 25 12:03:46 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
Added forogten cmakelists and set svn:ignore for genrated files

Revision 92 - Directory Listing
Modified Fri Aug 25 11:55:24 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
completed va_arg test

Revision 91 - Directory Listing
Modified Fri Aug 25 11:40:22 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
test integration, part 1

Revision 90 - Directory Listing
Modified Fri Aug 25 11:32:22 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
prepared for config.h generation, moved gen code to include directory

Revision 89 - Directory Listing
Modified Fri Aug 25 08:25:53 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
Dropped smake from build-deps

Revision 88 - Directory Listing
Modified Thu Aug 24 23:26:29 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
more closes tags, note about the fork reasons

Revision 87 - Directory Listing
Modified Thu Aug 24 22:51:46 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
some notes about problems with non-root usage

Revision 86 - Directory Listing
Modified Thu Aug 24 22:31:31 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
Replaced another <contact> boilerplate

Revision 85 - Directory Listing
Modified Thu Aug 24 22:27:58 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
Actuall removal of the build dir in the clean rule

Revision 84 - Directory Listing
Modified Thu Aug 24 22:25:42 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
readcd.1 adapted, fixed mistakes in wodim.1 disclaimers

Revision 83 - Directory Listing
Modified Thu Aug 24 22:19:50 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
References to cdrecord -> wodim

Revision 82 - Directory Listing
Modified Thu Aug 24 22:09:10 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
authors and contact data for mkisofs, also added unls authors

Revision 81 - Directory Listing
Modified Thu Aug 24 21:52:14 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
less scarying warnings in mkisofs, statement about different development

Revision 80 - Directory Listing
Modified Thu Aug 24 21:44:26 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
INSTALL describes it better, renamed COMPILE file

Revision 79 - Directory Listing
Modified Thu Aug 24 21:43:58 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
Corrected installation instructions for o-o-t build

Revision 78 - Directory Listing
Modified Thu Aug 24 21:39:32 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
Apparently a patching error, code dupes though harmless

Revision 77 - Directory Listing
Modified Thu Aug 24 21:32:38 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
More despamming. Disabled extra verbosity for scg_open which printed the anti-linux bitching and reduced libscg-changes-warnings.

Revision 76 - Directory Listing
Modified Thu Aug 24 21:05:06 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
de-spamming cdrecord.c

Revision 75 - Directory Listing
Modified Thu Aug 24 20:56:15 2006 UTC (6 years, 8 months ago) by blade
Original Path: nonameyet/trunk
relabeled everythign in wodim.1 and added copyright/credits for JS

Revision 74 - Directory Listing
Modified Thu Aug 24 17:36:32 2006 UTC (6 years, 9 months ago) by blade
Original Path: nonameyet/trunk
Install rule done right, thanks to kitware guy, also renamed dirsplit directory and gave it a CMakeLists.txt

Revision 73 - Directory Listing
Modified Thu Aug 24 13:58:48 2006 UTC (6 years, 9 months ago) by blade
Original Path: nonameyet/trunk
Makefile w/o circular dep

Revision 72 - Directory Listing
Modified Thu Aug 24 13:07:08 2006 UTC (6 years, 9 months ago) by blade
Original Path: nonameyet/trunk
Using out-of-tree build in debian/rules

Revision 71 - Directory Listing
Modified Thu Aug 24 13:03:03 2006 UTC (6 years, 9 months ago) by blade
Original Path: nonameyet/trunk
GNUmakefile can be named Makefile now

Revision 70 - Directory Listing
Modified Thu Aug 24 13:02:40 2006 UTC (6 years, 9 months ago) by blade
Original Path: nonameyet/trunk
implementing out-of-source build to keep the source dir clean

Revision 69 - Directory Listing
Modified Thu Aug 24 12:49:44 2006 UTC (6 years, 9 months ago) by blade
Original Path: nonameyet/trunk
renamed debian-dir files as well

Revision 68 - Directory Listing
Modified Thu Aug 24 12:48:55 2006 UTC (6 years, 9 months ago) by blade
Original Path: nonameyet/trunk
renamed talibus to botox

Revision 67 - Directory Listing
Modified Thu Aug 24 09:07:43 2006 UTC (6 years, 9 months ago) by blade
Original Path: nonameyet/trunk
Ubuntu's 40_fix_bad_spelling.dpatch

Revision 66 - Directory Listing
Modified Thu Aug 24 08:48:14 2006 UTC (6 years, 9 months ago) by blade
Original Path: nonameyet/trunk
Portability, to cygwin, real checks for soundcard.h

Revision 65 - Directory Listing
Modified Thu Aug 24 08:36:36 2006 UTC (6 years, 9 months ago) by blade
Original Path: nonameyet/trunk
More -O2 flag application, binary sizes closer to what we had before. And the old BS used just -O so that may explain the difference

Revision 64 - Directory Listing
Modified Thu Aug 24 08:19:44 2006 UTC (6 years, 9 months ago) by blade
Original Path: nonameyet/trunk
Merged changelog from my a07 branch and talibus

Revision 63 - Directory Listing
Modified Wed Aug 23 22:57:21 2006 UTC (6 years, 9 months ago) by blade
Original Path: nonameyet/trunk
Forgotten new mkisofs READMEs

Revision 62 - Directory Listing
Modified Wed Aug 23 22:45:45 2006 UTC (6 years, 9 months ago) by blade
Original Path: nonameyet/trunk
-O2 compiler flags

Revision 61 - Directory Listing
Modified Wed Aug 23 22:23:54 2006 UTC (6 years, 9 months ago) by blade
Original Path: nonameyet/trunk
Killed rpath

Revision 60 - Directory Listing
Modified Wed Aug 23 22:14:33 2006 UTC (6 years, 9 months ago) by blade
Original Path: nonameyet/trunk
Fixed the manpage section

Revision 59 - Directory Listing
Modified Wed Aug 23 22:05:47 2006 UTC (6 years, 9 months ago) by blade
Original Path: nonameyet/trunk
Moved list_audio_tracks to correct location + install code

Revision 58 - Directory Listing
Modified Wed Aug 23 21:57:49 2006 UTC (6 years, 9 months ago) by blade
Original Path: nonameyet/trunk
Forgotten commit for the new CMakLists.txt for zisofs_tools

Revision 57 - Directory Listing
Modified Wed Aug 23 21:55:44 2006 UTC (6 years, 9 months ago) by blade
Original Path: nonameyet/trunk
Removing auto-generated file

Revision 56 - Directory Listing
Modified Wed Aug 23 21:54:52 2006 UTC (6 years, 9 months ago) by blade
Original Path: nonameyet/trunk
Disabled the anti-shoot-into-own-foot hook, we are upstream now

Revision 55 - Directory Listing
Modified Wed Aug 23 21:53:43 2006 UTC (6 years, 9 months ago) by blade
Original Path: nonameyet/trunk
Removing auto-generated makefile

Revision 54 - Directory Listing
Modified Wed Aug 23 21:53:10 2006 UTC (6 years, 9 months ago) by blade
Original Path: nonameyet/trunk
ok, packages can be built. This also was the ultimative test to uncover forgotten things in the install rule

Revision 53 - Directory Listing
Modified Wed Aug 23 21:34:48 2006 UTC (6 years, 9 months ago) by blade
Original Path: nonameyet/trunk
added zisofs_tools with patches (05, 12, 13)

Revision 52 - Directory Listing
Modified Wed Aug 23 21:31:13 2006 UTC (6 years, 9 months ago) by blade
Original Path: nonameyet/trunk
CDDA2wav docs moved around, more debian/* stuff adaptions

Revision 51 - Directory Listing
Modified Wed Aug 23 20:40:12 2006 UTC (6 years, 9 months ago) by blade
Original Path: nonameyet/trunk
Moved docs around for better structure and easier installation

Revision 50 - Directory Listing
Modified Wed Aug 23 20:04:38 2006 UTC (6 years, 9 months ago) by blade
Original Path: nonameyet/trunk
wodim files, copyright adapted to reflect the new situation

Revision 49 - Directory Listing
Modified Wed Aug 23 19:53:41 2006 UTC (6 years, 9 months ago) by blade
Original Path: nonameyet/trunk
control file, talibus* files, compat, README.ATAPI.setup

Revision 48 - Directory Listing
Modified Wed Aug 23 19:49:47 2006 UTC (6 years, 9 months ago) by blade
Original Path: nonameyet/trunk
Some meta files, renamed cdrecord -> wodim

Revision 47 - Directory Listing
Modified Wed Aug 23 19:48:30 2006 UTC (6 years, 9 months ago) by blade
Original Path: nonameyet/trunk
Beginning integrating Debian dir, README.Debian stripped down, removed yelling at bug reporters

Revision 46 - Directory Listing
Modified Wed Aug 23 19:36:12 2006 UTC (6 years, 9 months ago) by blade
Original Path: nonameyet/trunk
Our README.ATAPI.setup, dirsplit (new directory: 3rd-party)

Revision 45 - Directory Listing
Modified Wed Aug 23 19:08:32 2006 UTC (6 years, 9 months ago) by blade
Original Path: nonameyet/trunk
more carefull iconv detection

Revision 44 - Directory Listing
Modified Wed Aug 23 18:46:14 2006 UTC (6 years, 9 months ago) by blade
Original Path: nonameyet/trunk
Switched to Warly's patch

Revision 43 - Directory Listing
Modified Wed Aug 23 18:38:43 2006 UTC (6 years, 9 months ago) by blade
Original Path: nonameyet/trunk
Removed OSSDVD patch for now, no motivation to hunt the -tao ooops with dvd+rw

Revision 42 - Directory Listing
Modified Wed Aug 23 13:04:20 2006 UTC (6 years, 9 months ago) by blade
Original Path: nonameyet/trunk
dvd-support

Revision 41 - Directory Listing
Modified Wed Aug 23 12:50:32 2006 UTC (6 years, 9 months ago) by blade
Original Path: nonameyet/trunk
Added 39, 40, and the whole patch collection in mods-archive for archiving purposes

Revision 40 - Directory Listing
Modified Wed Aug 23 12:44:09 2006 UTC (6 years, 9 months ago) by blade
Original Path: nonameyet/trunk
Added 34, 36, 38

Revision 39 - Directory Listing
Modified Wed Aug 23 12:39:11 2006 UTC (6 years, 9 months ago) by blade
Original Path: nonameyet/trunk
Patches 34, 36 added

Revision 38 - Directory Listing
Modified Wed Aug 23 12:34:49 2006 UTC (6 years, 9 months ago) by blade
Original Path: nonameyet/trunk
Added 31, 33

Revision 37 - Directory Listing
Modified Wed Aug 23 12:29:28 2006 UTC (6 years, 9 months ago) by blade
Original Path: nonameyet/trunk
26, 28, 30 added

Revision 36 - Directory Listing
Modified Wed Aug 23 12:22:36 2006 UTC (6 years, 9 months ago) by blade
Original Path: nonameyet/trunk
Patches 23, 24, 25

Revision 35 - Directory Listing
Modified Wed Aug 23 12:19:56 2006 UTC (6 years, 9 months ago) by blade
Original Path: nonameyet/trunk
Patches 18, 20, 22

Revision 34 - Directory Listing
Modified Wed Aug 23 12:01:05 2006 UTC (6 years, 9 months ago) by blade
Original Path: nonameyet/trunk
iconv support

Revision 33 - Directory Listing
Modified Wed Aug 23 11:55:43 2006 UTC (6 years, 9 months ago) by blade
Original Path: nonameyet/trunk
07_noadvertising, 08_privacy

Revision 32 - Directory Listing
Modified Wed Aug 23 11:53:30 2006 UTC (6 years, 9 months ago) by blade
Original Path: nonameyet/trunk
06_dautipps

Revision 31 - Directory Listing
Modified Wed Aug 23 11:50:56 2006 UTC (6 years, 9 months ago) by blade
Original Path: nonameyet/trunk
03_script

Revision 30 - Directory Listing
Modified Wed Aug 23 11:49:11 2006 UTC (6 years, 9 months ago) by blade
Original Path: nonameyet/trunk
Added bits from 02_paths.dpatch

Revision 29 - Directory Listing
Modified Wed Aug 23 11:45:30 2006 UTC (6 years, 9 months ago) by blade
Original Path: nonameyet/trunk
02_cdrecord_default_conf.dpatch installed

Revision 28 - Directory Listing
Modified Wed Aug 23 11:38:13 2006 UTC (6 years, 9 months ago) by blade
Original Path: nonameyet/trunk
changelog

Revision 26 - Directory Listing
Modified Wed Aug 23 11:06:07 2006 UTC (6 years, 9 months ago) by blade
Original Path: nonameyet/trunk
Inserted dummy for this header

Revision 25 - Directory Listing
Modified Wed Aug 23 11:05:07 2006 UTC (6 years, 9 months ago) by blade
Original Path: nonameyet/trunk
Kicked the header generating commands, it should work out of the box. Replaced with CMake using contents substitution

Revision 24 - Directory Listing
Modified Wed Aug 23 09:29:41 2006 UTC (6 years, 9 months ago) by blade
Original Path: nonameyet/trunk
I got the wrong versions of the test programs by accident, restored to GPLed versions from a01

Revision 23 - Directory Listing
Modified Wed Aug 23 09:06:46 2006 UTC (6 years, 9 months ago) by blade
Original Path: nonameyet/trunk
delete more obsolete makefiles from svn

Revision 21 - Directory Listing
Modified Wed Aug 23 08:46:23 2006 UTC (6 years, 9 months ago) by blade
Original Path: nonameyet/trunk
Removed auto-generated Makefiles from svn

Revision 20 - Directory Listing
Modified Wed Aug 23 08:31:26 2006 UTC (6 years, 9 months ago) by blade
Original Path: nonameyet/trunk
KUDOS message in the ABOUT file, converted it to UTF-8, VERSION file (fixme, content), release rule in GNUmakefile

Revision 19 - Directory Listing
Modified Wed Aug 23 00:21:43 2006 UTC (6 years, 9 months ago) by blade
Original Path: nonameyet/trunk
renamed cdrecord to wodim and updated copyright in _my_ manpage, finally added TODO file

Revision 18 - Directory Listing
Modified Wed Aug 23 00:15:59 2006 UTC (6 years, 9 months ago) by blade
Original Path: nonameyet/trunk
About and compile readmes with updated facts

Revision 17 - Directory Listing
Modified Wed Aug 23 00:15:25 2006 UTC (6 years, 9 months ago) by blade
Original Path: nonameyet/trunk
Removed obsolete docs, saying the same or just wrong things

Revision 16 - Directory Listing
Modified Tue Aug 22 20:22:04 2006 UTC (6 years, 9 months ago) by blade
Original Path: nonameyet/trunk
glibc konform _FILE_OFFSET_BITS setting to work around off_t trouble in mkisofs

Revision 15 - Directory Listing
Modified Tue Aug 22 19:03:38 2006 UTC (6 years, 9 months ago) by blade
Original Path: nonameyet/trunk
VALISTisanarray define (oh... please)

Revision 14 - Directory Listing
Modified Tue Aug 22 18:09:12 2006 UTC (6 years, 9 months ago) by blade
Original Path: nonameyet/trunk
Dropped build of btcflash, it is already shipped with dvd+rw-utils

Revision 13 - Directory Listing
Modified Tue Aug 22 18:05:49 2006 UTC (6 years, 9 months ago) by blade
Original Path: nonameyet/trunk
dummy lib dir removed as well

Revision 12 - Directory Listing
Modified Tue Aug 22 18:04:45 2006 UTC (6 years, 9 months ago) by blade
Original Path: nonameyet/trunk
removed some crap

Revision 11 - Directory Listing
Modified Tue Aug 22 18:04:11 2006 UTC (6 years, 9 months ago) by blade
Original Path: nonameyet/trunk
improved GNUmakefile and added scgcheck, though not installin it

Revision 10 - Directory Listing
Modified Tue Aug 22 17:26:11 2006 UTC (6 years, 9 months ago) by blade
Original Path: nonameyet/trunk
Big bomb. Added CMakeLists.txt, inc/* files from a03 which serve the build system. BS for some parts still missing

Revision 8 - Directory Listing
Modified Tue Aug 22 10:50:32 2006 UTC (6 years, 9 months ago) by blade
Original Path: nonameyet/trunk
more docs moved

Revision 7 - Directory Listing
Modified Tue Aug 22 10:45:04 2006 UTC (6 years, 9 months ago) by blade
Original Path: nonameyet/trunk
Removed generated manpage/ps files, they should be auto-generated in the build or release target

Revision 6 - Directory Listing
Modified Tue Aug 22 10:43:23 2006 UTC (6 years, 9 months ago) by blade
Original Path: nonameyet/trunk
Dropped man directory with old docs for Schillings build system

Revision 5 - Directory Listing
Modified Tue Aug 22 10:41:30 2006 UTC (6 years, 9 months ago) by blade
Original Path: nonameyet/trunk
Documentaiton moved around

Revision 2 - Directory Listing
Added Fri Aug 18 17:34:13 2006 UTC (6 years, 9 months ago) by blade
Original Path: nonameyet/trunk
Imported the resorted version a08

  ViewVC Help
Powered by ViewVC 1.1.5