Reflected recent URL changes to libburnia-project.org
This commit is contained in:
parent
7958d0ce19
commit
6950ac8c42
@ -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:
|
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:
|
||||||
libburnia.pykix.org
|
libburnia-project.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-2007 Mario Danic, Thomas Schmitt
|
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
|
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
|
||||||
libburnia.pykix.org.
|
libburnia-project.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 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_eng.html
|
||||||
http://scdbackup.sourceforge.net/cdrskin-0.3.9.tar.gz
|
http://scdbackup.sourceforge.net/cdrskin-0.3.9.tar.gz
|
||||||
Copyright (C) 2006-2007 Thomas Schmitt
|
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
|
tar xzf cdrskin-0.3.9.tar.gz
|
||||||
cd cdrskin-0.3.9
|
cd cdrskin-0.3.9
|
||||||
|
|
||||||
Or obtain a libburnia.pykix.org SVN snapshot,
|
Or obtain a libburnia-project.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 ),
|
||||||
and execute the autotools script ./bootstrap . Use autools version >= 1.7 .
|
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:
|
Within that toplevel directory of either cdrskin-0.3.9 or libburn then execute:
|
||||||
|
|
||||||
./configure
|
./configure --prefix=/usr
|
||||||
make
|
make
|
||||||
|
|
||||||
(Note: there are next-level directories "libburn" and "cdrskin". Those
|
(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
|
# The top level directory in the SVN snapshot is named
|
||||||
intermediate="./libburn_pykix"
|
intermediate="./libburn_pykix"
|
||||||
|
|
||||||
# libburn source used: http://libburnia.pykix.org
|
# libburn source used: http://libburnia-project.org
|
||||||
# Downloaded by:
|
# 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
|
# packed up in a tarball just to save it from inadverted changes by
|
||||||
# $ tar czf libburn_svn.tgz $intermediate
|
# $ tar czf libburn_svn.tgz $intermediate
|
||||||
original="./libburn_svn.tgz"
|
original="./libburn_svn.tgz"
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
cdrskin.c , Copyright 2006-2007 Thomas Schmitt <scdbackup@gmx.net>
|
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.
|
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.
|
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
|
tangled at toplevel to form an irrevocable commitment to true open source
|
||||||
spirit.
|
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
|
||||||
@ -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
|
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
|
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
|
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.
|
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 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 :
|
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>
|
||||||
@ -242,7 +242,7 @@ or
|
|||||||
#define Cdrskin_is_erasable_on_load_is_brokeN 1
|
#define Cdrskin_is_erasable_on_load_is_brokeN 1
|
||||||
#endif
|
#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
|
padding any track to a full sector
|
||||||
*/
|
*/
|
||||||
#define Cdrskin_all_tracks_with_sector_paD 1
|
#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");
|
"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://libburnia.pykix.org\n");
|
printf("libburn : http://libburnia-project.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");
|
||||||
@ -2449,7 +2449,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-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);
|
printf("libburn version : %s\n",Cdrskin_libburn_versioN);
|
||||||
|
|
||||||
#ifndef Cdrskin_extra_leaN
|
#ifndef Cdrskin_extra_leaN
|
||||||
|
@ -34,7 +34,7 @@ CD-R, DVD-R, DVD+R, CD-RW, DVD-RW, DVD-RAM, DVD+RW
|
|||||||
<P>
|
<P>
|
||||||
<H2>Hardware requirements:</H2>
|
<H2>Hardware requirements:</H2>
|
||||||
A CD/DVD recorder suitable for
|
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
|
(SCSI , ATA , USB , or SATA writers compliant to standard MMC-3 for CD
|
||||||
and to MMC-5 for DVD).
|
and to MMC-5 for DVD).
|
||||||
<BR>
|
<BR>
|
||||||
@ -57,7 +57,7 @@ GPL software included:<BR>
|
|||||||
</H2>
|
</H2>
|
||||||
<DL>
|
<DL>
|
||||||
<DT>libburn-0.3.8</DT>
|
<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>
|
<DD>transfers data to CD and DVD</DD>
|
||||||
</DL>
|
</DL>
|
||||||
</P>
|
</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><A HREF="man_1_cdrskin_devel.html">man cdrskin (as of 0.3.9)</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://libburnia.pykix.org"> libburnia.pykix.org</A></DT>
|
<A HREF="http://libburnia-project.org"> libburnia-project.org</A></DT>
|
||||||
<DD>Download: <KBD><B>svn co http://libburnia-svn.pykix.org/libburn/trunk libburn_pykix</B>
|
<DD>Download: <KBD><B>svn co http://svn.libburnia-project.org/libburn/trunk libburn</B>
|
||||||
</KBD></DD>
|
</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>
|
</KBD></DD>
|
||||||
<DD>Build of SVN versions needs <A HREF="http://sources.redhat.com/autobook/">
|
<DD>Build of SVN versions needs <A HREF="http://sources.redhat.com/autobook/">
|
||||||
autotools</A> of at least version 1.7 installed.
|
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.
|
cdrskin does not contain any bytes copied from cdrecord's sources.
|
||||||
Many bytes have been copied from the message output of cdrecord
|
Many bytes have been copied from the message output of cdrecord
|
||||||
runs, though. The most comprehensive technical overview of cdrskin
|
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
|
||||||
|
|
||||||
--------------------------------------------------------------------------
|
--------------------------------------------------------------------------
|
||||||
|
|
||||||
|
@ -89,7 +89,7 @@ languages and development tools.
|
|||||||
@section libburner Libburner
|
@section libburner Libburner
|
||||||
|
|
||||||
libburner is a minimal demo application for the library libburn
|
libburner is a minimal demo application for the library libburn
|
||||||
(see: libburn/libburn.h) as provided on http://libburn.pykix.org .
|
(see: libburn/libburn.h) as provided on http://libburnia-project.org .
|
||||||
It can list the available devices, can blank a CD-RW or DVD-RW and
|
It can list the available devices, can blank a CD-RW or DVD-RW and
|
||||||
can burn to recordable CD and recordable single layer DVD.
|
can burn to recordable CD and recordable single layer DVD.
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
libburnia.pykix.org Optical Media Rotisserie Recipes as of February 2007
|
libburnia-project.org Optical Media Rotisserie Recipes as of August 2007
|
||||||
|
|
||||||
Content:
|
Content:
|
||||||
- TAO Multi-Session CD Cookbook (CD-R, CD-RW)
|
- TAO Multi-Session CD Cookbook (CD-R, CD-RW)
|
||||||
@ -18,7 +18,7 @@ by reading libburn/* from http://icculus.org/burn
|
|||||||
and by experiments with drives NEC ND-4570A, LG GSA-4082B, LITE-ON LTR48125S
|
and by experiments with drives NEC ND-4570A, LG GSA-4082B, LITE-ON LTR48125S
|
||||||
which used in part code from http://icculus.org/burn.
|
which used in part code from http://icculus.org/burn.
|
||||||
|
|
||||||
For libburnia.pykix.org by Thomas Schmitt <scdbackup@gmx.net>
|
For libburnia-project.org by Thomas Schmitt <scdbackup@gmx.net>
|
||||||
|
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
|
|
||||||
@ -215,7 +215,7 @@ backed by reading mmc5r03c.pdf from http://www.t10.org/ftp/t10/drafts/mmc5/
|
|||||||
and by experiments with drives NEC ND-4570A, LG GSA-4082B, LITE-ON LTR48125S
|
and by experiments with drives NEC ND-4570A, LG GSA-4082B, LITE-ON LTR48125S
|
||||||
which used in part code from http://icculus.org/burn.
|
which used in part code from http://icculus.org/burn.
|
||||||
|
|
||||||
For libburnia.pykix.org by Thomas Schmitt <scdbackup@gmx.net>
|
For libburnia-project.org by Thomas Schmitt <scdbackup@gmx.net>
|
||||||
|
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
|
|
||||||
@ -405,7 +405,7 @@ Inspired by Andy Polyakov's http://fy.chalmers.se/~appro/linux/DVD+RW/tools ,
|
|||||||
backed by reading mmc5r03c.pdf from http://www.t10.org/ftp/t10/drafts/mmc5/
|
backed by reading mmc5r03c.pdf from http://www.t10.org/ftp/t10/drafts/mmc5/
|
||||||
and by experiments with drives NEC ND-4570A and LG GSA-4082B.
|
and by experiments with drives NEC ND-4570A and LG GSA-4082B.
|
||||||
|
|
||||||
For libburnia.pykix.org by Thomas Schmitt <scdbackup@gmx.net>
|
For libburnia-project.org by Thomas Schmitt <scdbackup@gmx.net>
|
||||||
|
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
|
|
||||||
@ -680,7 +680,7 @@ Inspired by Andy Polyakov's http://fy.chalmers.se/~appro/linux/DVD+RW/tools ,
|
|||||||
backed by reading mmc5r03c.pdf from http://www.t10.org/ftp/t10/drafts/mmc5/
|
backed by reading mmc5r03c.pdf from http://www.t10.org/ftp/t10/drafts/mmc5/
|
||||||
and by experiments with drives NEC ND-4570A and LG GSA-4082B.
|
and by experiments with drives NEC ND-4570A and LG GSA-4082B.
|
||||||
|
|
||||||
For libburnia.pykix.org by Thomas Schmitt <scdbackup@gmx.net>
|
For libburnia-project.org by Thomas Schmitt <scdbackup@gmx.net>
|
||||||
|
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
|
|
||||||
@ -990,15 +990,12 @@ close session if multi-session is demanded.
|
|||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
|
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
|
|
||||||
INCOMPLETE YET
|
|
||||||
|
|
||||||
DVD+R Cookbook
|
DVD+R Cookbook
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
Inspired by reading mmc5r03c.pdf from http://www.t10.org/ftp/t10/drafts/mmc5/
|
Inspired by reading mmc5r03c.pdf from http://www.t10.org/ftp/t10/drafts/mmc5/
|
||||||
backed by Andy Polyakov's http://fy.chalmers.se/~appro/linux/DVD+RW/tools ,
|
backed by Andy Polyakov's http://fy.chalmers.se/~appro/linux/DVD+RW/tools ,
|
||||||
|
|
||||||
For libburnia.pykix.org by Thomas Schmitt <scdbackup@gmx.net>
|
For libburnia-project.org by Thomas Schmitt <scdbackup@gmx.net>
|
||||||
|
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
|
|
||||||
/* test/libburner.c , API illustration of burning data or audio tracks to CD */
|
/* test/libburner.c , API illustration of burning data or audio tracks to CD */
|
||||||
/* Copyright (C) 2005 - 2006 Thomas Schmitt <scdbackup@gmx.net> */
|
/* Copyright (C) 2005 - 2007 Thomas Schmitt <scdbackup@gmx.net> */
|
||||||
/* Provided under GPL, see also "License and copyright aspects" at file end */
|
/* Provided under GPLv2,see also "License and copyright aspects" at file end */
|
||||||
|
|
||||||
|
|
||||||
/** 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://libburnia.pykix.org . It can list the available devices, can
|
on http://libburnia-project.org . It can list the available devices, can
|
||||||
blank a CD-RW or DVD-RW, can format a DVD-RW, can burn to CD-R, CD-RW, DVD-R,
|
blank a CD-RW or DVD-RW, can format a DVD-RW, can burn to CD-R, CD-RW, DVD-R,
|
||||||
DVD+R, DVD+RW, DVD-RAM or DVD-RW. Not supported yet: double layer media.
|
DVD+R, DVD+RW, DVD-RAM or DVD-RW. Not supported yet: double layer media.
|
||||||
|
|
||||||
@ -620,7 +620,7 @@ int main(int argc, char **argv)
|
|||||||
if (ret)
|
if (ret)
|
||||||
exit(ret);
|
exit(ret);
|
||||||
|
|
||||||
printf("Initializing libburnia.pykix.org ...\n");
|
printf("Initializing libburnia-project.org ...\n");
|
||||||
if (burn_initialize())
|
if (burn_initialize())
|
||||||
printf("Done\n");
|
printf("Done\n");
|
||||||
else {
|
else {
|
||||||
|
@ -1,11 +1,12 @@
|
|||||||
|
|
||||||
/* test/telltoc.c , API illustration of obtaining media status info */
|
/* test/telltoc.c , API illustration of obtaining media status info */
|
||||||
/* Copyright (C) 2006 Thomas Schmitt <scdbackup@gmx.net> Provided under GPL */
|
/* Copyright (C) 2006 - 2007 Thomas Schmitt <scdbackup@gmx.net>
|
||||||
|
Provided under GPL version 2 */
|
||||||
|
|
||||||
/** Overview
|
/** Overview
|
||||||
|
|
||||||
telltoc is a minimal demo application for the library libburn as provided
|
telltoc is a minimal demo application for the library libburn as provided
|
||||||
on http://libburnia.pykix.org . It can list the available devices, can
|
on http://libburnia-project.org . It can list the available devices, can
|
||||||
display some drive properties, the type of media, eventual table of content
|
display some drive properties, the type of media, eventual table of content
|
||||||
and multisession info for mkisofs option -C .
|
and multisession info for mkisofs option -C .
|
||||||
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
|
||||||
@ -663,7 +664,7 @@ int main(int argc, char **argv)
|
|||||||
full_default = do_media = do_msinfo = do_capacities= do_toc = 1;
|
full_default = do_media = do_msinfo = do_capacities= do_toc = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
fprintf(stderr, "Initializing libburnia.pykix.org ...\n");
|
fprintf(stderr, "Initializing libburnia-project.org ...\n");
|
||||||
if (burn_initialize())
|
if (burn_initialize())
|
||||||
fprintf(stderr, "Done\n");
|
fprintf(stderr, "Done\n");
|
||||||
else {
|
else {
|
||||||
|
Loading…
Reference in New Issue
Block a user