Changed URLs and umbrella names to libburnia
This commit is contained in:
parent
915e24a0c2
commit
aafc0b0be2
32
README
32
README
@ -1,10 +1,10 @@
|
|||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
libburn.pykix.org
|
libburnia.pykix.org
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
This all is under GPL.
|
This all is under GPL.
|
||||||
(See GPL reference, our clarification and commitment at the end of this text)
|
(See GPL reference, our clarification and commitment at the end of this text)
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
libburn.pykix.org
|
libburnia.pykix.org
|
||||||
By Mario Danic <mario.danic@gmail.com> and Thomas Schmitt <scdbackup@gmx.net>
|
By Mario Danic <mario.danic@gmail.com> and Thomas Schmitt <scdbackup@gmx.net>
|
||||||
Copyright (C) 2006 Mario Danic, Thomas Schmitt
|
Copyright (C) 2006 Mario Danic, Thomas Schmitt
|
||||||
|
|
||||||
@ -12,14 +12,14 @@ Still containing parts of
|
|||||||
Libburn. By Derek Foreman <derek@signalmarketing.com> and
|
Libburn. By Derek Foreman <derek@signalmarketing.com> and
|
||||||
Ben Jansens <xor@orodu.net>
|
Ben Jansens <xor@orodu.net>
|
||||||
Copyright (C) 2002-2006 Derek Foreman and Ben Jansens
|
Copyright (C) 2002-2006 Derek Foreman and Ben Jansens
|
||||||
These parts are to be replaced by own code of above libburn.pykix.org-copyright
|
These parts are to be replaced by own code of above libburnia.pykix.org
|
||||||
holders and then libburn.pykix.org is to be their sole copyright.
|
copyright holders and then libburnia.pykix.org is to be their sole copyright.
|
||||||
This is done to achieve the right to issue the clarification and the
|
This is done to achieve the right to issue the clarification and the
|
||||||
commitment as written at the end of this text.
|
commitment as written at the end of this text.
|
||||||
The rights and merits of the Libburn-copyright holders Derek Foreman and
|
The rights and merits of the Libburn-copyright holders Derek Foreman and
|
||||||
Ben Jansens will be duely respected.
|
Ben Jansens will be duely respected.
|
||||||
|
|
||||||
This libburn.pykix.org toplevel README (C) 2006 Thomas Schmitt
|
This libburnia.pykix.org toplevel README (C) 2006 Thomas Schmitt
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
|
|
||||||
Build and Installation
|
Build and Installation
|
||||||
@ -27,14 +27,14 @@ This libburn.pykix.org toplevel README (C) 2006 Thomas Schmitt
|
|||||||
Our build system is based on autotools. For preparing the build of a SVN
|
Our build system is based on autotools. For preparing the build of a SVN
|
||||||
snapshot you will need autotools of at least version 1.7.
|
snapshot you will need autotools of at least version 1.7.
|
||||||
Check out from SVN by
|
Check out from SVN by
|
||||||
svn co http://libburn-svn.pykix.org/libburn/trunk libburn_pykix
|
svn co http://libburnia-svn.pykix.org/libburn/trunk libburn_pykix
|
||||||
go into directory libburn_pykix and apply autotools by
|
go into directory libburn_pykix and apply autotools by
|
||||||
./bootstrap
|
./bootstrap
|
||||||
|
|
||||||
Alternatively you may unpack a release tarball for which you do not need
|
Alternatively you may unpack a release tarball for which you do not need
|
||||||
autotools installed.
|
autotools installed.
|
||||||
|
|
||||||
To build libburn.pykix.org and its subprojects it should be sufficient to go
|
To build a libburnia.pykix.org subproject it should be sufficient to go
|
||||||
into its toplevel directory (here: "libburn_pykix") and execute
|
into its toplevel directory (here: "libburn_pykix") and execute
|
||||||
./configure
|
./configure
|
||||||
make
|
make
|
||||||
@ -43,18 +43,18 @@ To make the libraries accessible for running resp. developing applications
|
|||||||
make install
|
make install
|
||||||
|
|
||||||
|
|
||||||
The other half of the project, libisofs, is hosted in the libburn SVN, too:
|
The other half of the project, libisofs, is hosted in the libburnia SVN, too:
|
||||||
svn co http://libburn-svn.pykix.org/libisofs/trunk libisofs_pykix
|
svn co http://libburnia-svn.pykix.org/libisofs/trunk libisofs_pykix
|
||||||
See README file there.
|
See README file there.
|
||||||
|
|
||||||
|
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
Overview of libburn.pykix.org
|
Overview of libburnia.pykix.org
|
||||||
|
|
||||||
libburn.pykix.org is an open-source software project for reading, mastering and
|
libburnia.pykix.org is an open-source software project for reading, mastering
|
||||||
writing optical discs. For now this means only CD-R and CD-RW.
|
and writing optical discs. For now this means only CD-R and CD-RW.
|
||||||
|
|
||||||
The project comprises of several more or less interdependent parts which
|
The project comprises of several more or less interdependent parts which
|
||||||
together strive to be a usable foundation for application development.
|
together strive to be a usable foundation for application development.
|
||||||
@ -70,7 +70,7 @@ We do have a workable code base for burning data CDs, though. The burn API is
|
|||||||
quite comprehensively documented and can be used to build a presentable
|
quite comprehensively documented and can be used to build a presentable
|
||||||
application.
|
application.
|
||||||
We do have a functional binary which emulates parts of cdrecord in order to
|
We do have a functional binary which emulates parts of cdrecord in order to
|
||||||
prove that usability, and in order to allow you to explore libburn's scope
|
prove that usability, and in order to allow you to explore libburnia's scope
|
||||||
by help of existing cdrecord frontends.
|
by help of existing cdrecord frontends.
|
||||||
|
|
||||||
The project components (list subject to growth, hopefully):
|
The project components (list subject to growth, hopefully):
|
||||||
@ -197,9 +197,9 @@ Project history as far as known to me:
|
|||||||
|
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
Clarification in my name and in the name of Mario Danic, upcoming copyright
|
Clarification in my name and in the name of Mario Danic, upcoming copyright
|
||||||
holders on toplevel of libburn. To be fully in effect after the remaining other
|
holders on toplevel of libburnia. To be fully in effect after the remaining
|
||||||
copyrighted code has been replaced by ours and by copyright-free contributions
|
other copyrighted code has been replaced by ours and by copyright-free
|
||||||
of our friends:
|
contributions of our friends:
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
|
|
||||||
We, the copyright holders, agree on the interpretation that
|
We, the copyright holders, agree on the interpretation that
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
libburn.pykix.org scdbackup.sourceforge.net/cdrskin_eng.html
|
libburnia.pykix.org scdbackup.sourceforge.net/cdrskin_eng.html
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
Installation instructions at about line 60. First the legal stuff:
|
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)
|
(See GPL reference, our clarification and commitment at the end of this text)
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
Based on and sub project of:
|
Based on and sub project of:
|
||||||
libburn.pykix.org
|
libburnia.pykix.org
|
||||||
By Mario Danic <mario.danic@gmail.com> and Thomas Schmitt <scdbackup@gmx.net>
|
By Mario Danic <mario.danic@gmail.com> and Thomas Schmitt <scdbackup@gmx.net>
|
||||||
Copyright (C) 2006 Mario Danic, Thomas Schmitt
|
Copyright (C) 2006 Mario Danic, Thomas Schmitt
|
||||||
|
|
||||||
libburn.pykix.org is inspired by and in other components still containing
|
libburnia.pykix.org is inspired by and in other components still containing
|
||||||
parts of
|
parts of
|
||||||
Libburn. By Derek Foreman <derek@signalmarketing.com> and
|
Libburn. By Derek Foreman <derek@signalmarketing.com> and
|
||||||
Ben Jansens <xor@orodu.net>
|
Ben Jansens <xor@orodu.net>
|
||||||
Copyright (C) 2002-2006 Derek Foreman and Ben Jansens
|
Copyright (C) 2002-2006 Derek Foreman and Ben Jansens
|
||||||
See toplevel README for an overview of the current copyright situation in
|
See toplevel README for an overview of the current copyright situation in
|
||||||
libburn.pykix.org.
|
libburnia.pykix.org.
|
||||||
|
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
My thanks to the above authors (except myself, of course) for making the
|
My thanks to the above authors (except myself, of course) for making the
|
||||||
following possible.
|
following possible.
|
||||||
|
|
||||||
cdrskin. By Thomas Schmitt <scdbackup@gmx.net>
|
cdrskin. By Thomas Schmitt <scdbackup@gmx.net>
|
||||||
Integrated sub project of libburn.pykix.org but also published via:
|
Integrated sub project of libburnia.pykix.org but also published via:
|
||||||
http://scdbackup.sourceforge.net/cdrskin_eng.html
|
http://scdbackup.sourceforge.net/cdrskin_eng.html
|
||||||
http://scdbackup.sourceforge.net/cdrskin-0.2.7.tar.gz
|
http://scdbackup.sourceforge.net/cdrskin-0.2.7.tar.gz
|
||||||
Copyright (C) 2006 Thomas Schmitt
|
Copyright (C) 2006 Thomas Schmitt
|
||||||
@ -64,7 +64,7 @@ Obtain cdrskin-0.2.7.tar.gz, take it to a directory of your choice and do:
|
|||||||
tar xzf cdrskin-0.2.7.tar.gz
|
tar xzf cdrskin-0.2.7.tar.gz
|
||||||
cd cdrskin-0.2.7
|
cd cdrskin-0.2.7
|
||||||
|
|
||||||
Or obtain a libburn.pykix.org SVN snapshot,
|
Or obtain a libburnia.pykix.org SVN snapshot,
|
||||||
go into the toplevel directory of the snapshot (e.g. cd libburn_pykix ),
|
go into the toplevel directory of the snapshot (e.g. cd libburn_pykix ),
|
||||||
and execute the autotools script ./bootstrap . Use autools version >= 1.7 .
|
and execute the autotools script ./bootstrap . Use autools version >= 1.7 .
|
||||||
|
|
||||||
|
@ -77,8 +77,9 @@ restart of libburn.
|
|||||||
|
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
This program is currently copyright Thomas Schmitt only.
|
This program is currently copyright Thomas Schmitt only.
|
||||||
The copyrights of several components of libburn.pykix.org are willfully tangled
|
The copyrights of several components of libburnia.pykix.org are willfully
|
||||||
at toplevel to form an irrevocable commitment to true open source spirit.
|
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
|
We have chosen the GPL for legal compatibility and clearly express that it
|
||||||
shall not hamper the use of our software by non-GPL applications which show
|
shall not hamper the use of our software by non-GPL applications which show
|
||||||
otherwise the due respect to the open source community.
|
otherwise the due respect to the open source community.
|
||||||
@ -91,7 +92,7 @@ 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 spawn yourself
|
||||||
a BSD license from an (outdated) cdrskin.c which still bears that old promise.
|
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],
|
Note that this extended commitment is valid only for cdrskin.[ch],
|
||||||
cdrfifo.[ch] and cleanup.[ch], but not for libburn.pykix.org as a whole.
|
cdrfifo.[ch] and cleanup.[ch], but not for libburnia.pykix.org as a whole.
|
||||||
|
|
||||||
cdrskin is originally inspired by libburn-0.2/test/burniso.c :
|
cdrskin is originally inspired by libburn-0.2/test/burniso.c :
|
||||||
(c) Derek Foreman <derek@signalmarketing.com> and Ben Jansens <xor@orodu.net>
|
(c) Derek Foreman <derek@signalmarketing.com> and Ben Jansens <xor@orodu.net>
|
||||||
@ -243,7 +244,7 @@ or
|
|||||||
#define Cdrskin_is_erasable_on_load_is_brokeN 1
|
#define Cdrskin_is_erasable_on_load_is_brokeN 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/** http://libburn.pykix.org/ticket/41 reports of big trouble without
|
/** http://libburnia.pykix.org/ticket/41 reports of big trouble without
|
||||||
padding any track to a full sector
|
padding any track to a full sector
|
||||||
*/
|
*/
|
||||||
#define Cdrskin_all_tracks_with_sector_paD 1
|
#define Cdrskin_all_tracks_with_sector_paD 1
|
||||||
@ -2028,7 +2029,7 @@ set_dev:;
|
|||||||
"used as track source. If it is \"-\" then stdin is used.\n");
|
"used as track source. If it is \"-\" then stdin is used.\n");
|
||||||
printf("cdrskin : http://scdbackup.sourceforge.net/cdrskin_eng.html\n");
|
printf("cdrskin : http://scdbackup.sourceforge.net/cdrskin_eng.html\n");
|
||||||
printf(" mailto:scdbackup@gmx.net (Thomas Schmitt)\n");
|
printf(" mailto:scdbackup@gmx.net (Thomas Schmitt)\n");
|
||||||
printf("libburn : http://libburn.pykix.org\n");
|
printf("libburn : http://libburnia.pykix.org\n");
|
||||||
printf("cdrecord : ftp://ftp.berlios.de/pub/cdrecord/\n");
|
printf("cdrecord : ftp://ftp.berlios.de/pub/cdrecord/\n");
|
||||||
printf("My respect to the authors of cdrecord and libburn.\n");
|
printf("My respect to the authors of cdrecord and libburn.\n");
|
||||||
printf("scdbackup: http://scdbackup.sourceforge.net/main_eng.html\n");
|
printf("scdbackup: http://scdbackup.sourceforge.net/main_eng.html\n");
|
||||||
@ -2165,7 +2166,7 @@ set_severities:;
|
|||||||
|
|
||||||
} else if(strcmp(argv[i],"-version")==0) {
|
} else if(strcmp(argv[i],"-version")==0) {
|
||||||
printf(
|
printf(
|
||||||
"Cdrecord 2.01-Emulation Copyright (C) 2006, see libburn.pykix.org\n");
|
"Cdrecord 2.01-Emulation Copyright (C) 2006, see libburnia.pykix.org\n");
|
||||||
printf("libburn version : %s\n",Cdrskin_libburn_versioN);
|
printf("libburn version : %s\n",Cdrskin_libburn_versioN);
|
||||||
|
|
||||||
#ifndef Cdrskin_extra_leaN
|
#ifndef Cdrskin_extra_leaN
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
<HEAD>
|
<HEAD>
|
||||||
<META NAME="description" CONTENT="cdrskin, a limited cdrecord compatibility wrapper for libburn">
|
<META NAME="description" CONTENT="cdrskin, a limited cdrecord compatibility wrapper for libburn">
|
||||||
<META NAME="keywords" CONTENT="cdrskin, libburn, burn, CD, linux, CDR, CD-R, CDRW, CD-RW, cdrecord, compatible, scdbackup, burning">
|
<META NAME="keywords" CONTENT="cdrskin, libburn, libburnia, burn, CD, linux, CDR, CD-R, CDRW, CD-RW, cdrecord, compatible, scdbackup, burning">
|
||||||
<META NAME="robots" CONTENT="follow">
|
<META NAME="robots" CONTENT="follow">
|
||||||
<TITLE>cdrskin homepage english</TITLE>
|
<TITLE>cdrskin homepage english</TITLE>
|
||||||
</HEAD>
|
</HEAD>
|
||||||
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
<CENTER>
|
<CENTER>
|
||||||
<A HREF="http://en.wikipedia.org/wiki/D%C3%B6ner_kebab">
|
<A HREF="http://en.wikipedia.org/wiki/D%C3%B6ner_kebab">
|
||||||
<IMG SRC="doener_150x200_tr_octx.gif" BORDER=0>
|
<IMG SRC="doener_150x200_tr_octx.gif" BORDER=0 ALT="Döner mit Scharf">
|
||||||
</A>
|
</A>
|
||||||
<P><H2> Homepage of </H2>
|
<P><H2> Homepage of </H2>
|
||||||
<H1> cdrskin </H1>
|
<H1> cdrskin </H1>
|
||||||
@ -34,7 +34,7 @@
|
|||||||
<P>
|
<P>
|
||||||
<H2>Hardware requirements:</H2>
|
<H2>Hardware requirements:</H2>
|
||||||
A CD recorder suitable for
|
A CD recorder suitable for
|
||||||
<A HREF="http://libburn.pykix.org">libburn.pykix.org</A>
|
<A HREF="http://libburnia.pykix.org">libburnia.pykix.org</A>
|
||||||
(SCSI or IDE/ATAPI writers compliant to mmc-3 standard).
|
(SCSI or IDE/ATAPI writers compliant to mmc-3 standard).
|
||||||
<BR>
|
<BR>
|
||||||
</P>
|
</P>
|
||||||
@ -56,7 +56,7 @@ GPL software included:<BR>
|
|||||||
</H2>
|
</H2>
|
||||||
<DL>
|
<DL>
|
||||||
<DT>libburn-0.2.6</DT>
|
<DT>libburn-0.2.6</DT>
|
||||||
<DD>(by Derek Foreman, Ben Jansens, and team of libburn.pykix.org)</DD>
|
<DD>(by Derek Foreman, Ben Jansens, and team of libburnia.pykix.org)</DD>
|
||||||
<DD>transfers data to CD</DD>
|
<DD>transfers data to CD</DD>
|
||||||
</DL>
|
</DL>
|
||||||
</P>
|
</P>
|
||||||
@ -227,8 +227,8 @@ Enhancements towards previous stable version cdrskin-0.2.4:
|
|||||||
<DD><A HREF="cdrskin_help_devel">cdrskin_0.2.7 -help</A></DD>
|
<DD><A HREF="cdrskin_help_devel">cdrskin_0.2.7 -help</A></DD>
|
||||||
<DD> </DD>
|
<DD> </DD>
|
||||||
<DT>Maintainers of cdrskin unstable packages please use SVN of
|
<DT>Maintainers of cdrskin unstable packages please use SVN of
|
||||||
<A HREF="http://libburn.pykix.org"> libburn.pykix.org</A></DT>
|
<A HREF="http://libburnia.pykix.org"> libburnia.pykix.org</A></DT>
|
||||||
<DD>Download: <KBD><B>svn co http://libburn-svn.pykix.org/libburn/trunk libburn_pykix</B>
|
<DD>Download: <KBD><B>svn co http://libburnia-svn.pykix.org/libburn/trunk libburn_pykix</B>
|
||||||
</KBD></DD>
|
</KBD></DD>
|
||||||
<DD>Build: <KBD><B>cd libburn_pykix ; ./bootstrap ; ./configure ; make</B>
|
<DD>Build: <KBD><B>cd libburn_pykix ; ./bootstrap ; ./configure ; make</B>
|
||||||
</KBD></DD>
|
</KBD></DD>
|
||||||
@ -377,10 +377,11 @@ the gestures necessary for their cdrecord applications.
|
|||||||
Contact me. Let's see what we can achieve.
|
Contact me. Let's see what we can achieve.
|
||||||
<BR>
|
<BR>
|
||||||
<BR>
|
<BR>
|
||||||
I am aware that libburn and cdrskin still have way to go until you can simply
|
libburn and cdrskin are now mature enough to substitute cdrecord in its
|
||||||
install cdrskin as cdrecord and may expect any application to run with it.
|
major use cases of CD burning. It is possible to foist cdrskin on various
|
||||||
Currently i do not encourage this approach, but of course such a replacement
|
software packages if it gets falsely named "cdrecord".
|
||||||
opportunity is the long term goal of a cdrecord compatibility wrapper.
|
I do not encourage this approach, but of course such a replacement
|
||||||
|
opportunity is the goal of a cdrecord compatibility wrapper.
|
||||||
<BR>
|
<BR>
|
||||||
<BR>
|
<BR>
|
||||||
It is very important to me that this project is not perceived as hostile
|
It is very important to me that this project is not perceived as hostile
|
||||||
@ -395,9 +396,8 @@ I owe him much. For cdrecord, for mkisofs, for star. Chapeau.
|
|||||||
<BR><BR>
|
<BR><BR>
|
||||||
-->
|
-->
|
||||||
<A HREF="http://en.wikipedia.org/wiki/D%C3%B6ner_kebab">
|
<A HREF="http://en.wikipedia.org/wiki/D%C3%B6ner_kebab">
|
||||||
<IMG SRC="doener_150x200_tr.gif" BORDER=0>
|
<IMG SRC="doener_150x200_tr.gif" BORDER=0 ALT="cdrskin - Döner mit Scharf">
|
||||||
</A>
|
</A>
|
||||||
<P><H2> Homepage of </H2>
|
|
||||||
<BR><BR>
|
<BR><BR>
|
||||||
<FONT SIZE=+0>Enjoying free Open Source hosting by <A HREF="http://www.webframe.org">www.webframe.org</A><BR>
|
<FONT SIZE=+0>Enjoying free Open Source hosting by <A HREF="http://www.webframe.org">www.webframe.org</A><BR>
|
||||||
<A HREF="http://www.webframe.org">
|
<A HREF="http://www.webframe.org">
|
||||||
|
@ -1 +1 @@
|
|||||||
#define Cdrskin_timestamP "2006.12.02.201529"
|
#define Cdrskin_timestamP "2006.12.03.155703"
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
/**
|
/**
|
||||||
@author Mario Danic, Thomas Schmitt
|
@author Mario Danic, Thomas Schmitt
|
||||||
|
|
||||||
@mainpage Libburn Documentation Index
|
@mainpage Libburnia Documentation Index
|
||||||
|
|
||||||
@section intro Introduction
|
@section intro Introduction
|
||||||
|
|
||||||
Libburn is an open-source library for reading, mastering and writing
|
Libburnia is an open-source project for reading, mastering and writing
|
||||||
optical discs. For now this means only CD-R and CD-RW.
|
optical discs. For now this means only CD-R and CD-RW.
|
||||||
|
|
||||||
The project comprises of several more or less interdependent parts which
|
The project comprises of several more or less interdependent parts which
|
||||||
@ -84,7 +84,7 @@ It can list the available devices, can blank a CD-RW and
|
|||||||
can burn to CD-R or CD-RW.
|
can burn to CD-R or CD-RW.
|
||||||
|
|
||||||
It's main purpose, nevertheless, is to show you how to use libburn and also
|
It's main purpose, nevertheless, is to show you how to use libburn and also
|
||||||
to serve the libburn team as reference application. libburner does indeed
|
to serve the libburnia team as reference application. libburner does indeed
|
||||||
define the standard way how above three gestures can be implemented and
|
define the standard way how above three gestures can be implemented and
|
||||||
stay upward compatible for a good while.
|
stay upward compatible for a good while.
|
||||||
|
|
||||||
|
@ -7,10 +7,10 @@
|
|||||||
/** Overview
|
/** Overview
|
||||||
|
|
||||||
libburner is a minimal demo application for the library libburn as provided
|
libburner is a minimal demo application for the library libburn as provided
|
||||||
on http://libburn.pykix.org . It can list the available devices, can
|
on http://libburnia.pykix.org . It can list the available devices, can
|
||||||
blank a CD-RW and can burn to CD-R or CD-RW.
|
blank a CD-RW and can burn to CD-R or CD-RW.
|
||||||
It's main purpose, nevertheless, is to show you how to use libburn and also
|
It's main purpose, nevertheless, is to show you how to use libburn and also
|
||||||
to serve the libburn team as reference application. libburner.c does indeed
|
to serve the libburnia team as reference application. libburner.c does indeed
|
||||||
define the standard way how above three gestures can be implemented and
|
define the standard way how above three gestures can be implemented and
|
||||||
stay upward compatible for a good while.
|
stay upward compatible for a good while.
|
||||||
|
|
||||||
@ -563,7 +563,7 @@ int main(int argc, char **argv)
|
|||||||
if (ret)
|
if (ret)
|
||||||
exit(ret);
|
exit(ret);
|
||||||
|
|
||||||
printf("Initializing libburn.pykix.org ...\n");
|
printf("Initializing libburnia.pykix.org ...\n");
|
||||||
if (burn_initialize())
|
if (burn_initialize())
|
||||||
printf("Done\n");
|
printf("Done\n");
|
||||||
else {
|
else {
|
||||||
@ -624,7 +624,7 @@ Be also invited to study the code of cdrskin/cdrskin.c et al.
|
|||||||
|
|
||||||
|
|
||||||
Clarification in my name and in the name of Mario Danic, copyright holder
|
Clarification in my name and in the name of Mario Danic, copyright holder
|
||||||
on toplevel of libburn. To be fully in effect after the remaining other
|
on toplevel of libburnia. To be fully in effect after the remaining other
|
||||||
copyrighted code has been replaced by ours and by copyright-free contributions
|
copyrighted code has been replaced by ours and by copyright-free contributions
|
||||||
of our friends:
|
of our friends:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user