diff --git a/libburn/trunk/cdrskin/README b/libburn/trunk/cdrskin/README
index 83780a68..cc564ef0 100644
--- a/libburn/trunk/cdrskin/README
+++ b/libburn/trunk/cdrskin/README
@@ -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 and 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
Libburn. By 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
-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
-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
diff --git a/libburn/trunk/cdrskin/add_ts_changes_to_libburn_0_3_9 b/libburn/trunk/cdrskin/add_ts_changes_to_libburn_0_3_9
index 477c8cc7..afeb34af 100755
--- a/libburn/trunk/cdrskin/add_ts_changes_to_libburn_0_3_9
+++ b/libburn/trunk/cdrskin/add_ts_changes_to_libburn_0_3_9
@@ -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"
diff --git a/libburn/trunk/cdrskin/cdrskin.c b/libburn/trunk/cdrskin/cdrskin.c
index b1b15481..6d3432c2 100644
--- a/libburn/trunk/cdrskin/cdrskin.c
+++ b/libburn/trunk/cdrskin/cdrskin.c
@@ -1,7 +1,7 @@
/*
cdrskin.c , Copyright 2006-2007 Thomas Schmitt
-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 and Ben Jansens
@@ -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
diff --git a/libburn/trunk/cdrskin/cdrskin_eng.html b/libburn/trunk/cdrskin/cdrskin_eng.html
index 5759173c..dc4e5397 100644
--- a/libburn/trunk/cdrskin/cdrskin_eng.html
+++ b/libburn/trunk/cdrskin/cdrskin_eng.html
@@ -34,7 +34,7 @@ CD-R, DVD-R, DVD+R, CD-RW, DVD-RW, DVD-RAM, DVD+RW
Hardware requirements:
A CD/DVD recorder suitable for
-libburnia.pykix.org
+http://libburnia-project.org
(SCSI , ATA , USB , or SATA writers compliant to standard MMC-3 for CD
and to MMC-5 for DVD).
@@ -57,7 +57,7 @@ GPL software included:
- libburn-0.3.8
-- (by Derek Foreman, Ben Jansens, and team of libburnia.pykix.org)
+- (by Derek Foreman, Ben Jansens, and team of libburnia-project.org)
- transfers data to CD and DVD
@@ -256,10 +256,10 @@ Enhancements towards previous stable version cdrskin-0.3.6:
man cdrskin (as of 0.3.9)
Maintainers of cdrskin unstable packages please use SVN of
- libburnia.pykix.org
-Download: svn co http://libburnia-svn.pykix.org/libburn/trunk libburn_pykix
+ libburnia-project.org
+Download: svn co http://svn.libburnia-project.org/libburn/trunk libburn
-Build: cd libburn_pykix ; ./bootstrap ; ./configure ; make
+Build: cd libburn ; ./bootstrap ; ./configure --prefix /usr ; make
Build of SVN versions needs
autotools of at least version 1.7 installed.
diff --git a/libburn/trunk/cdrskin/cdrskin_timestamp.h b/libburn/trunk/cdrskin/cdrskin_timestamp.h
index edf3fe5f..fa007692 100644
--- a/libburn/trunk/cdrskin/cdrskin_timestamp.h
+++ b/libburn/trunk/cdrskin/cdrskin_timestamp.h
@@ -1 +1 @@
-#define Cdrskin_timestamP "2007.08.10.203040"
+#define Cdrskin_timestamP "2007.08.11.075330"
diff --git a/libburn/trunk/cdrskin/wiki_plain.txt b/libburn/trunk/cdrskin/wiki_plain.txt
index 9012ca0f..d90a2299 100644
--- a/libburn/trunk/cdrskin/wiki_plain.txt
+++ b/libburn/trunk/cdrskin/wiki_plain.txt
@@ -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
--------------------------------------------------------------------------
diff --git a/libburn/trunk/doc/comments b/libburn/trunk/doc/comments
index b751be73..e0bef28b 100644
--- a/libburn/trunk/doc/comments
+++ b/libburn/trunk/doc/comments
@@ -89,7 +89,7 @@ languages and development tools.
@section libburner Libburner
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
can burn to recordable CD and recordable single layer DVD.
diff --git a/libburn/trunk/doc/cookbook.txt b/libburn/trunk/doc/cookbook.txt
index 3a68fe1a..2143d659 100644
--- a/libburn/trunk/doc/cookbook.txt
+++ b/libburn/trunk/doc/cookbook.txt
@@ -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:
- 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
which used in part code from http://icculus.org/burn.
-For libburnia.pykix.org by Thomas Schmitt
+For libburnia-project.org by Thomas Schmitt
-------------------------------------------------------------------------------
@@ -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
which used in part code from http://icculus.org/burn.
-For libburnia.pykix.org by Thomas Schmitt
+For libburnia-project.org by Thomas Schmitt
-------------------------------------------------------------------------------
@@ -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/
and by experiments with drives NEC ND-4570A and LG GSA-4082B.
-For libburnia.pykix.org by Thomas Schmitt
+For libburnia-project.org by Thomas Schmitt
-------------------------------------------------------------------------------
@@ -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/
and by experiments with drives NEC ND-4570A and LG GSA-4082B.
-For libburnia.pykix.org by Thomas Schmitt
+For libburnia-project.org by Thomas Schmitt
-------------------------------------------------------------------------------
@@ -990,15 +990,12 @@ close session if multi-session is demanded.
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
-
- INCOMPLETE YET
-
DVD+R Cookbook
-------------------------------------------------------------------------------
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 ,
-For libburnia.pykix.org by Thomas Schmitt
+For libburnia-project.org by Thomas Schmitt
-------------------------------------------------------------------------------
diff --git a/libburn/trunk/test/libburner.c b/libburn/trunk/test/libburner.c
index 2075e8b1..5ce67fc8 100644
--- a/libburn/trunk/test/libburner.c
+++ b/libburn/trunk/test/libburner.c
@@ -1,13 +1,13 @@
/* test/libburner.c , API illustration of burning data or audio tracks to CD */
-/* Copyright (C) 2005 - 2006 Thomas Schmitt */
-/* Provided under GPL, see also "License and copyright aspects" at file end */
+/* Copyright (C) 2005 - 2007 Thomas Schmitt */
+/* Provided under GPLv2,see also "License and copyright aspects" at file end */
/** Overview
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,
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)
exit(ret);
- printf("Initializing libburnia.pykix.org ...\n");
+ printf("Initializing libburnia-project.org ...\n");
if (burn_initialize())
printf("Done\n");
else {
diff --git a/libburn/trunk/test/telltoc.c b/libburn/trunk/test/telltoc.c
index 8dc866d5..8d0ae883 100644
--- a/libburn/trunk/test/telltoc.c
+++ b/libburn/trunk/test/telltoc.c
@@ -1,11 +1,12 @@
/* test/telltoc.c , API illustration of obtaining media status info */
-/* Copyright (C) 2006 Thomas Schmitt Provided under GPL */
+/* Copyright (C) 2006 - 2007 Thomas Schmitt
+ Provided under GPL version 2 */
/** Overview
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
and multisession info for mkisofs option -C .
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;
}
- fprintf(stderr, "Initializing libburnia.pykix.org ...\n");
+ fprintf(stderr, "Initializing libburnia-project.org ...\n");
if (burn_initialize())
fprintf(stderr, "Done\n");
else {