Reflected recent URL changes to libburnia-project.org
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
------------------------------------------------------------------------------
|
||||
libburnia.pykix.org scdbackup.sourceforge.net/cdrskin_eng.html
|
||||
libburnia-project.org scdbackup.sourceforge.net/cdrskin_eng.html
|
||||
------------------------------------------------------------------------------
|
||||
Installation instructions at about line 60. First the legal stuff:
|
||||
------------------------------------------------------------------------------
|
||||
@ -7,24 +7,24 @@ This all is under GPL.
|
||||
(See GPL reference, our clarification and commitment at the end of this text)
|
||||
------------------------------------------------------------------------------
|
||||
Based on and sub project of:
|
||||
libburnia.pykix.org
|
||||
libburnia-project.org
|
||||
By Mario Danic <mario.danic@gmail.com> and Thomas Schmitt <scdbackup@gmx.net>
|
||||
Copyright (C) 2006-2007 Mario Danic, Thomas Schmitt
|
||||
|
||||
libburnia.pykix.org is inspired by and in other components still containing
|
||||
libburnia-project.org is inspired by and in other components still containing
|
||||
parts of
|
||||
Libburn. By Derek Foreman <derek@signalmarketing.com> and
|
||||
Ben Jansens <xor@orodu.net>
|
||||
Copyright (C) 2002-2006 Derek Foreman and Ben Jansens
|
||||
See toplevel README for an overview of the current copyright situation in
|
||||
libburnia.pykix.org.
|
||||
libburnia-project.org.
|
||||
|
||||
------------------------------------------------------------------------------
|
||||
My thanks to the above authors (except myself, of course) for making the
|
||||
following possible.
|
||||
|
||||
cdrskin. By Thomas Schmitt <scdbackup@gmx.net>
|
||||
Integrated sub project of libburnia.pykix.org but also published via:
|
||||
Integrated sub project of libburnia-project.org but also published via:
|
||||
http://scdbackup.sourceforge.net/cdrskin_eng.html
|
||||
http://scdbackup.sourceforge.net/cdrskin-0.3.9.tar.gz
|
||||
Copyright (C) 2006-2007 Thomas Schmitt
|
||||
@ -64,13 +64,13 @@ Obtain cdrskin-0.3.9.tar.gz, take it to a directory of your choice and do:
|
||||
tar xzf cdrskin-0.3.9.tar.gz
|
||||
cd cdrskin-0.3.9
|
||||
|
||||
Or obtain a libburnia.pykix.org SVN snapshot,
|
||||
go into the toplevel directory of the snapshot (e.g. cd libburn_pykix ),
|
||||
Or obtain a libburnia-project.org SVN snapshot,
|
||||
go into the toplevel directory of the snapshot (e.g. cd libburn ),
|
||||
and execute the autotools script ./bootstrap . Use autools version >= 1.7 .
|
||||
|
||||
Within that toplevel directory of either cdrskin-0.3.9 or libburn then execute:
|
||||
|
||||
./configure
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
|
||||
(Note: there are next-level directories "libburn" and "cdrskin". Those
|
||||
|
@ -24,9 +24,9 @@ set -x
|
||||
# The top level directory in the SVN snapshot is named
|
||||
intermediate="./libburn_pykix"
|
||||
|
||||
# libburn source used: http://libburnia.pykix.org
|
||||
# libburn source used: http://libburnia-project.org
|
||||
# Downloaded by:
|
||||
# $ svn co http://libburnia-svn.pykix.org/libburn/tags/... $intermediate
|
||||
# $ svn co http://libburnia-project.org/libburn/tags/... $intermediate
|
||||
# packed up in a tarball just to save it from inadverted changes by
|
||||
# $ tar czf libburn_svn.tgz $intermediate
|
||||
original="./libburn_svn.tgz"
|
||||
|
@ -1,7 +1,7 @@
|
||||
|
||||
/*
|
||||
cdrskin.c , Copyright 2006-2007 Thomas Schmitt <scdbackup@gmx.net>
|
||||
Provided under GPL. See future commitment below.
|
||||
Provided under GPL version 2. See future commitment below.
|
||||
|
||||
A cdrecord compatible command line interface for libburn.
|
||||
|
||||
@ -39,7 +39,7 @@ of libburn see test/libburner.c .
|
||||
|
||||
------------------------------------------------------------------------------
|
||||
This program is currently copyright Thomas Schmitt only.
|
||||
The copyrights of several components of libburnia.pykix.org are willfully
|
||||
The copyrights of several components of libburnia-project.org are willfully
|
||||
tangled at toplevel to form an irrevocable commitment to true open source
|
||||
spirit.
|
||||
We have chosen the GPL for legal compatibility and clearly express that it
|
||||
@ -51,10 +51,10 @@ For a short time, this place showed a promise to release a BSD license on
|
||||
mere request. I have to retract that promise now, and replace it by the
|
||||
promise to make above commitment reality in a way that any BSD conformant
|
||||
usage in due open source spirit will be made possible somehow and in the
|
||||
particular special case. I will not raise public protest if you spawn yourself
|
||||
particular special case. I will not raise public protest if you fork yourself
|
||||
a BSD license from an (outdated) cdrskin.c which still bears that old promise.
|
||||
Note that this extended commitment is valid only for cdrskin.[ch],
|
||||
cdrfifo.[ch] and cleanup.[ch], but not for libburnia.pykix.org as a whole.
|
||||
cdrfifo.[ch] and cleanup.[ch], but not for libburnia-project.org as a whole.
|
||||
|
||||
cdrskin is originally inspired by libburn-0.2/test/burniso.c :
|
||||
(c) Derek Foreman <derek@signalmarketing.com> and Ben Jansens <xor@orodu.net>
|
||||
@ -242,7 +242,7 @@ or
|
||||
#define Cdrskin_is_erasable_on_load_is_brokeN 1
|
||||
#endif
|
||||
|
||||
/** http://libburnia.pykix.org/ticket/41 reports of big trouble without
|
||||
/** http://libburnia-project.org/ticket/41 reports of big trouble without
|
||||
padding any track to a full sector
|
||||
*/
|
||||
#define Cdrskin_all_tracks_with_sector_paD 1
|
||||
@ -2305,7 +2305,7 @@ set_dev:;
|
||||
"used as track source. If it is \"-\" then stdin is used.\n");
|
||||
printf("cdrskin : http://scdbackup.sourceforge.net/cdrskin_eng.html\n");
|
||||
printf(" mailto:scdbackup@gmx.net (Thomas Schmitt)\n");
|
||||
printf("libburn : http://libburnia.pykix.org\n");
|
||||
printf("libburn : http://libburnia-project.org\n");
|
||||
printf("cdrecord : ftp://ftp.berlios.de/pub/cdrecord/\n");
|
||||
printf("My respect to the authors of cdrecord and libburn.\n");
|
||||
printf("scdbackup: http://scdbackup.sourceforge.net/main_eng.html\n");
|
||||
@ -2449,7 +2449,7 @@ set_severities:;
|
||||
|
||||
} else if(strcmp(argv[i],"-version")==0) {
|
||||
printf(
|
||||
"Cdrecord 2.01-Emulation Copyright (C) 2006-2007, see libburnia.pykix.org\n");
|
||||
"Cdrecord 2.01-Emulation Copyright (C) 2006-2007, see libburnia-project.org\n");
|
||||
printf("libburn version : %s\n",Cdrskin_libburn_versioN);
|
||||
|
||||
#ifndef Cdrskin_extra_leaN
|
||||
|
@ -34,7 +34,7 @@ CD-R, DVD-R, DVD+R, CD-RW, DVD-RW, DVD-RAM, DVD+RW
|
||||
<P>
|
||||
<H2>Hardware requirements:</H2>
|
||||
A CD/DVD recorder suitable for
|
||||
<A HREF="http://libburnia.pykix.org">libburnia.pykix.org</A> <BR>
|
||||
<A HREF="http://libburnia-project.org">http://libburnia-project.org</A> <BR>
|
||||
(SCSI , ATA , USB , or SATA writers compliant to standard MMC-3 for CD
|
||||
and to MMC-5 for DVD).
|
||||
<BR>
|
||||
@ -57,7 +57,7 @@ GPL software included:<BR>
|
||||
</H2>
|
||||
<DL>
|
||||
<DT>libburn-0.3.8</DT>
|
||||
<DD>(by Derek Foreman, Ben Jansens, and team of libburnia.pykix.org)</DD>
|
||||
<DD>(by Derek Foreman, Ben Jansens, and team of libburnia-project.org)</DD>
|
||||
<DD>transfers data to CD and DVD</DD>
|
||||
</DL>
|
||||
</P>
|
||||
@ -256,10 +256,10 @@ Enhancements towards previous stable version cdrskin-0.3.6:
|
||||
<DD><A HREF="man_1_cdrskin_devel.html">man cdrskin (as of 0.3.9)</A></DD>
|
||||
<DD> </DD>
|
||||
<DT>Maintainers of cdrskin unstable packages please use SVN of
|
||||
<A HREF="http://libburnia.pykix.org"> libburnia.pykix.org</A></DT>
|
||||
<DD>Download: <KBD><B>svn co http://libburnia-svn.pykix.org/libburn/trunk libburn_pykix</B>
|
||||
<A HREF="http://libburnia-project.org"> libburnia-project.org</A></DT>
|
||||
<DD>Download: <KBD><B>svn co http://svn.libburnia-project.org/libburn/trunk libburn</B>
|
||||
</KBD></DD>
|
||||
<DD>Build: <KBD><B>cd libburn_pykix ; ./bootstrap ; ./configure ; make</B>
|
||||
<DD>Build: <KBD><B>cd libburn ; ./bootstrap ; ./configure --prefix /usr ; make</B>
|
||||
</KBD></DD>
|
||||
<DD>Build of SVN versions needs <A HREF="http://sources.redhat.com/autobook/">
|
||||
autotools</A> of at least version 1.7 installed.
|
||||
|
@ -1 +1 @@
|
||||
#define Cdrskin_timestamP "2007.08.10.203040"
|
||||
#define Cdrskin_timestamP "2007.08.11.075330"
|
||||
|
@ -17,9 +17,9 @@ with DVD-R[W].
|
||||
cdrskin does not contain any bytes copied from cdrecord's sources.
|
||||
Many bytes have been copied from the message output of cdrecord
|
||||
runs, though. The most comprehensive technical overview of cdrskin
|
||||
can be found in [http://libburnia.pykix.org/browser/libburn/trunk/cdrskin/README?format=txt cdrskin/README].
|
||||
can be found in [http://libburnia-project.org/browser/libburn/trunk/cdrskin/README?format=txt cdrskin/README].
|
||||
|
||||
About libburn API for burning CD: http://libburnia-api.pykix.org
|
||||
About libburn API for burning CD and DVD: http://api.libburnia-project.org
|
||||
|
||||
--------------------------------------------------------------------------
|
||||
|
||||
|
Reference in New Issue
Block a user