Compare commits
6 Commits
master
...
ZeroFourFo
Author | SHA1 | Date | |
---|---|---|---|
4175023fcd | |||
80c16a3b48 | |||
e1cc10b42e | |||
0b23bfc764 | |||
f3bef987ed | |||
|
94069733e9 |
@ -101,9 +101,9 @@ test_structest_CPPFLAGS = -Ilibburn
|
|||||||
test_structest_LDADD = $(libburn_libburn_la_OBJECTS) $(THREAD_LIBS)
|
test_structest_LDADD = $(libburn_libburn_la_OBJECTS) $(THREAD_LIBS)
|
||||||
test_structest_SOURCES = test/structest.c
|
test_structest_SOURCES = test/structest.c
|
||||||
|
|
||||||
## cdrskin construction site - ts A60816 - A71025
|
## cdrskin construction site - ts A60816 - A80408
|
||||||
cdrskin_cdrskin_CPPFLAGS = -Ilibburn
|
cdrskin_cdrskin_CPPFLAGS = -Ilibburn
|
||||||
cdrskin_cdrskin_CFLAGS = -DCdrskin_libburn_0_4_3
|
cdrskin_cdrskin_CFLAGS = -DCdrskin_libburn_0_4_4
|
||||||
|
|
||||||
# cdrskin_cdrskin_LDADD = $(libburn_libburn_la_OBJECTS) $(THREAD_LIBS)
|
# cdrskin_cdrskin_LDADD = $(libburn_libburn_la_OBJECTS) $(THREAD_LIBS)
|
||||||
# ts A80123, change proposed by Simon Huggins to cause dynamic libburn linking
|
# ts A80123, change proposed by Simon Huggins to cause dynamic libburn linking
|
||||||
|
5
README
5
README
@ -120,7 +120,7 @@ The project components (list subject to growth, hopefully):
|
|||||||
Rock Ridge extensions. Manipulation is not only adding or
|
Rock Ridge extensions. Manipulation is not only adding or
|
||||||
overwriting of files but also deletion, renaming, and attribute
|
overwriting of files but also deletion, renaming, and attribute
|
||||||
changing.
|
changing.
|
||||||
See libisoburn/README for more
|
See xorriso/README for more.
|
||||||
|
|
||||||
- "test" is a collection of application gestures and examples given by the
|
- "test" is a collection of application gestures and examples given by the
|
||||||
authors of the library features. The burn API example of libburn
|
authors of the library features. The burn API example of libburn
|
||||||
@ -261,6 +261,9 @@ Project history as far as known to me:
|
|||||||
the purpose of ISO image reading and writing. It emulates multi-session on
|
the purpose of ISO image reading and writing. It emulates multi-session on
|
||||||
overwriteable media. Application xorriso makes use of all three libraries.
|
overwriteable media. Application xorriso makes use of all three libraries.
|
||||||
|
|
||||||
|
- 8th Apr 2008 libburn-0.4.4 has proven to be capable of burning to DVD+R/DL
|
||||||
|
and read performance on disk file pseudo-drives has been improved.
|
||||||
|
|
||||||
|
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
cdrskin. By Thomas Schmitt <scdbackup@gmx.net>
|
cdrskin. By Thomas Schmitt <scdbackup@gmx.net>
|
||||||
Integrated sub project of libburnia-project.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.4.3.tar.gz
|
http://scdbackup.sourceforge.net/cdrskin-0.4.4.pl00.tar.gz
|
||||||
Copyright (C) 2006-2008 Thomas Schmitt, provided under GPL version 2.
|
Copyright (C) 2006-2008 Thomas Schmitt, provided under GPL version 2.
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
|
|
||||||
@ -20,10 +20,10 @@ By using this software you agree to the disclaimer at the end of this text
|
|||||||
|
|
||||||
Compilation, First Glimpse, Installation
|
Compilation, First Glimpse, Installation
|
||||||
|
|
||||||
Obtain cdrskin-0.4.3.tar.gz, take it to a directory of your choice and do:
|
Obtain cdrskin-0.4.4.pl00.tar.gz, take it to a directory of your choice and do:
|
||||||
|
|
||||||
tar xzf cdrskin-0.4.3.tar.gz
|
tar xzf cdrskin-0.4.4.pl00.tar.gz
|
||||||
cd cdrskin-0.4.3
|
cd cdrskin-0.4.4
|
||||||
|
|
||||||
Within that directory execute:
|
Within that directory execute:
|
||||||
|
|
||||||
|
@ -38,7 +38,7 @@ original="./libburn_svn_release.tgz"
|
|||||||
# My changes are in $changes , mainly in $changes/cdrskin
|
# My changes are in $changes , mainly in $changes/cdrskin
|
||||||
changes="./libburn-release"
|
changes="./libburn-release"
|
||||||
|
|
||||||
skin_release="0.4.2"
|
skin_release="0.4.4"
|
||||||
patch_level=".pl00"
|
patch_level=".pl00"
|
||||||
skin_rev="$skin_release""$patch_level"
|
skin_rev="$skin_release""$patch_level"
|
||||||
|
|
@ -38,7 +38,7 @@ original="./libburn_svn.tgz"
|
|||||||
# My changes are in $changes , mainly in $changes/cdrskin
|
# My changes are in $changes , mainly in $changes/cdrskin
|
||||||
changes="./libburn-develop"
|
changes="./libburn-develop"
|
||||||
|
|
||||||
skin_release="0.4.3"
|
skin_release="0.4.5"
|
||||||
patch_level=""
|
patch_level=""
|
||||||
skin_rev="$skin_release""$patch_level"
|
skin_rev="$skin_release""$patch_level"
|
||||||
|
|
@ -88,7 +88,7 @@ or
|
|||||||
|
|
||||||
/** The official program version */
|
/** The official program version */
|
||||||
#ifndef Cdrskin_prog_versioN
|
#ifndef Cdrskin_prog_versioN
|
||||||
#define Cdrskin_prog_versioN "0.4.3"
|
#define Cdrskin_prog_versioN "0.4.4"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/** The official libburn interface revision to use.
|
/** The official libburn interface revision to use.
|
||||||
@ -101,7 +101,7 @@ or
|
|||||||
#define Cdrskin_libburn_minoR 4
|
#define Cdrskin_libburn_minoR 4
|
||||||
#endif
|
#endif
|
||||||
#ifndef Cdrskin_libburn_micrO
|
#ifndef Cdrskin_libburn_micrO
|
||||||
#define Cdrskin_libburn_micrO 2
|
#define Cdrskin_libburn_micrO 4
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
@ -135,44 +135,44 @@ or
|
|||||||
#endif /* Cdrskin_libburn_cvs_A60220_tS */
|
#endif /* Cdrskin_libburn_cvs_A60220_tS */
|
||||||
|
|
||||||
|
|
||||||
#ifdef Cdrskin_libburn_0_4_2
|
#ifdef Cdrskin_libburn_0_4_4
|
||||||
#define Cdrskin_libburn_versioN "0.4.2"
|
#define Cdrskin_libburn_versioN "0.4.4"
|
||||||
#define Cdrskin_libburn_from_pykix_svN 1
|
#define Cdrskin_libburn_from_pykix_svN 1
|
||||||
#endif /* Cdrskin_libburn_0_4_2 */
|
#endif /* Cdrskin_libburn_0_4_2 */
|
||||||
|
|
||||||
#ifdef Cdrskin_libburn_0_4_3
|
#ifdef Cdrskin_libburn_0_4_5
|
||||||
#define Cdrskin_libburn_versioN "0.4.3"
|
#define Cdrskin_libburn_versioN "0.4.5"
|
||||||
#define Cdrskin_libburn_from_pykix_svN 1
|
#define Cdrskin_libburn_from_pykix_svN 1
|
||||||
|
|
||||||
/* Place novelty switch macros here.
|
/* Place novelty switch macros here.
|
||||||
Move them down to Cdrskin_libburn_from_pykix_svN on version leap
|
Move them down to Cdrskin_libburn_from_pykix_svN on version leap
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* there are no novelties in 0.4.3 yet */
|
/* there are no novelties in 0.4.5 yet */
|
||||||
|
|
||||||
#endif /* Cdrskin_libburn_0_4_3 */
|
#endif /* Cdrskin_libburn_0_4_5 */
|
||||||
|
|
||||||
#ifndef Cdrskin_libburn_versioN
|
#ifndef Cdrskin_libburn_versioN
|
||||||
#define Cdrskin_libburn_0_4_2
|
#define Cdrskin_libburn_0_4_4
|
||||||
#define Cdrskin_libburn_versioN "0.4.2"
|
#define Cdrskin_libburn_versioN "0.4.4"
|
||||||
#define Cdrskin_libburn_from_pykix_svN 1
|
#define Cdrskin_libburn_from_pykix_svN 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef Cdrskin_libburn_0_4_2
|
#ifdef Cdrskin_libburn_0_4_4
|
||||||
#undef Cdrskin_libburn_majoR
|
#undef Cdrskin_libburn_majoR
|
||||||
#undef Cdrskin_libburn_minoR
|
#undef Cdrskin_libburn_minoR
|
||||||
#undef Cdrskin_libburn_micrO
|
#undef Cdrskin_libburn_micrO
|
||||||
#define Cdrskin_libburn_majoR 0
|
#define Cdrskin_libburn_majoR 0
|
||||||
#define Cdrskin_libburn_minoR 4
|
#define Cdrskin_libburn_minoR 4
|
||||||
#define Cdrskin_libburn_micrO 2
|
#define Cdrskin_libburn_micrO 4
|
||||||
#endif
|
#endif
|
||||||
#ifdef Cdrskin_libburn_0_4_3
|
#ifdef Cdrskin_libburn_0_4_5
|
||||||
#undef Cdrskin_libburn_majoR
|
#undef Cdrskin_libburn_majoR
|
||||||
#undef Cdrskin_libburn_minoR
|
#undef Cdrskin_libburn_minoR
|
||||||
#undef Cdrskin_libburn_micrO
|
#undef Cdrskin_libburn_micrO
|
||||||
#define Cdrskin_libburn_majoR 0
|
#define Cdrskin_libburn_majoR 0
|
||||||
#define Cdrskin_libburn_minoR 4
|
#define Cdrskin_libburn_minoR 4
|
||||||
#define Cdrskin_libburn_micrO 3
|
#define Cdrskin_libburn_micrO 5
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
@ -242,6 +242,8 @@ or
|
|||||||
/* 0.4.2 */
|
/* 0.4.2 */
|
||||||
/* no novel features but rather organizational changes */
|
/* no novel features but rather organizational changes */
|
||||||
|
|
||||||
|
/* 0.4.4 */
|
||||||
|
/* support for DVD+R/DL media is now official, BD-RE is experimental */
|
||||||
|
|
||||||
#ifdef Cdrskin_new_api_tesT
|
#ifdef Cdrskin_new_api_tesT
|
||||||
|
|
||||||
|
@ -56,7 +56,7 @@ and to MMC-5 for DVD).
|
|||||||
GPL software included:<BR>
|
GPL software included:<BR>
|
||||||
</H2>
|
</H2>
|
||||||
<DL>
|
<DL>
|
||||||
<DT>libburn-0.4.2</DT>
|
<DT>libburn-0.4.4</DT>
|
||||||
<DD>(founded by Derek Foreman and Ben Jansens,
|
<DD>(founded by Derek Foreman and Ben Jansens,
|
||||||
furthered by team of libburnia-project.org)</DD>
|
furthered by team of libburnia-project.org)</DD>
|
||||||
<DD>transfers data to CD and DVD</DD>
|
<DD>transfers data to CD and DVD</DD>
|
||||||
@ -166,8 +166,16 @@ man cdrecord</A></KBD></DD>
|
|||||||
this "don't bother Joerg" demand.)
|
this "don't bother Joerg" demand.)
|
||||||
</DD>
|
</DD>
|
||||||
</DL>
|
</DL>
|
||||||
|
<DL>
|
||||||
|
<DT>Learn to know a more versatile way to burn ISO 9660 formatted data</DT>
|
||||||
|
<DD>
|
||||||
|
Standalone ISO 9660 multi-session CD/DVD tool
|
||||||
|
<A HREF="http://scdbackup.sourceforge.net/xorriso_eng.html">xorriso</A>.
|
||||||
|
</DD>
|
||||||
|
</DL>
|
||||||
|
|
||||||
Testers wanted who are willing to risk some double layer DVD media.
|
Testers wanted who are willing to risk some double layer DVD-R media
|
||||||
|
or to do experiments on BD-RE.
|
||||||
|
|
||||||
</P>
|
</P>
|
||||||
|
|
||||||
@ -176,8 +184,8 @@ Testers wanted who are willing to risk some double layer DVD media.
|
|||||||
<P>
|
<P>
|
||||||
<DL>
|
<DL>
|
||||||
<DT>Download as source code (see README):</DT>
|
<DT>Download as source code (see README):</DT>
|
||||||
<DD><A HREF="cdrskin-0.4.2.pl00.tar.gz">cdrskin-0.4.2.pl00.tar.gz</A>
|
<DD><A HREF="cdrskin-0.4.4.pl00.tar.gz">cdrskin-0.4.4.pl00.tar.gz</A>
|
||||||
(700 KB).
|
(715 KB).
|
||||||
</DD>
|
</DD>
|
||||||
<DD>
|
<DD>
|
||||||
The cdrskin tarballs are source code identical with libburn releases
|
The cdrskin tarballs are source code identical with libburn releases
|
||||||
@ -185,6 +193,8 @@ of the same version number.
|
|||||||
They get produced via a different procedure, though.<BR>
|
They get produced via a different procedure, though.<BR>
|
||||||
cdrskin is part of libburn - full libburn is provided with cdrskin releases.
|
cdrskin is part of libburn - full libburn is provided with cdrskin releases.
|
||||||
</DD>
|
</DD>
|
||||||
|
|
||||||
|
<!-- This is not offered any more for 0.4.4 and 0.4.5
|
||||||
<DD> </DD>
|
<DD> </DD>
|
||||||
<DT>Download as single x86 binaries (untar and move to /usr/bin/cdrskin):</DT>
|
<DT>Download as single x86 binaries (untar and move to /usr/bin/cdrskin):</DT>
|
||||||
<DD><A HREF="cdrskin_0.4.2.pl00-x86-suse9_0.tar.gz">
|
<DD><A HREF="cdrskin_0.4.2.pl00-x86-suse9_0.tar.gz">
|
||||||
@ -199,6 +209,9 @@ cdrskin_0.4.2.pl00-x86-suse9_0-static.tar.gz</A>, (310 KB), -static compiled,
|
|||||||
<DD>runs on SuSE 7.2 (2.4.4), and on the systems above.</DD>
|
<DD>runs on SuSE 7.2 (2.4.4), and on the systems above.</DD>
|
||||||
</DL>
|
</DL>
|
||||||
</DD>
|
</DD>
|
||||||
|
-->
|
||||||
|
|
||||||
|
|
||||||
</DL>
|
</DL>
|
||||||
<DL><DT>Documentation:</DT>
|
<DL><DT>Documentation:</DT>
|
||||||
<DD><A HREF="README_cdrskin">README</A> an introduction</DD>
|
<DD><A HREF="README_cdrskin">README</A> an introduction</DD>
|
||||||
@ -221,9 +234,10 @@ cdrskin_0.4.2.pl00-x86-suse9_0-static.tar.gz</A>, (310 KB), -static compiled,
|
|||||||
<HR>
|
<HR>
|
||||||
|
|
||||||
<P>
|
<P>
|
||||||
Enhancements towards previous stable version cdrskin-0.4.0:
|
Enhancements towards previous stable version cdrskin-0.4.2:
|
||||||
<UL>
|
<UL>
|
||||||
<LI>Safe dynamic linking possible with libburn.so.4</LI>
|
<LI>Support for DVD+R/DL media is now official</LI>
|
||||||
|
<LI>Experimental code for BD-RE with --allow_untested_media</LI>
|
||||||
</UL>
|
</UL>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
@ -239,26 +253,25 @@ Enhancements towards previous stable version cdrskin-0.4.0:
|
|||||||
|
|
||||||
<P>
|
<P>
|
||||||
<DL>
|
<DL>
|
||||||
<DT><H3>Development snapshot, version 0.4.3 :</H3></DT>
|
<DT><H3>Development snapshot, version 0.4.5 :</H3></DT>
|
||||||
<DD>Enhancements towards stable version 0.4.2.pl00:
|
<DD>Enhancements towards stable version 0.4.4.pl00:
|
||||||
<UL>
|
<UL>
|
||||||
<LI>Support for DVD+R/DL media is now official</LI>
|
|
||||||
<!--
|
<!--
|
||||||
<LI>none yet</LI>
|
|
||||||
-->
|
-->
|
||||||
|
<LI>none yet</LI>
|
||||||
</UL>
|
</UL>
|
||||||
</DD>
|
</DD>
|
||||||
<DD> </DD>
|
<DD> </DD>
|
||||||
<DD><A HREF="README_cdrskin_devel">README 0.4.3</A>
|
<DD><A HREF="README_cdrskin_devel">README 0.4.5</A>
|
||||||
<DD><A HREF="cdrskin__help_devel">cdrskin_0.4.3 --help</A></DD>
|
<DD><A HREF="cdrskin__help_devel">cdrskin_0.4.5 --help</A></DD>
|
||||||
<DD><A HREF="cdrskin_help_devel">cdrskin_0.4.3 -help</A></DD>
|
<DD><A HREF="cdrskin_help_devel">cdrskin_0.4.5 -help</A></DD>
|
||||||
<DD><A HREF="man_1_cdrskin_devel.html">man cdrskin (as of 0.4.3)</A></DD>
|
<DD><A HREF="man_1_cdrskin_devel.html">man cdrskin (as of 0.4.5)</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-project.org"> libburnia-project.org</A></DT>
|
<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>
|
<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 ; ./bootstrap ; ./configure --prefix /usr ; make</B>
|
<DD>Build: <KBD><B>cd libburn ; ./bootstrap ; ./configure --prefix /usr ; make ; cdrskin/compile_cdrskin.sh</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.
|
||||||
@ -266,15 +279,20 @@ But after the run of <KBD>./bootstrap</KBD>, only
|
|||||||
vanilla tools like make and gcc are needed.</DD>
|
vanilla tools like make and gcc are needed.</DD>
|
||||||
</DD>
|
</DD>
|
||||||
<DD> </DD>
|
<DD> </DD>
|
||||||
<DT>The following downloads are intended for adventurous end users or
|
<DT>The following download is intended for adventurous end users or
|
||||||
admins with full system souvereignty.</DT>
|
admins with full system souvereignty.</DT>
|
||||||
<DD>Source (./bootstrap is already applied, build tested, for more see
|
<DD>Source (./bootstrap is already applied, build tested, for more see
|
||||||
<A HREF="README_cdrskin_devel">upcoming README</A> ):
|
<A HREF="README_cdrskin_devel">upcoming README</A> ):
|
||||||
</DD>
|
</DD>
|
||||||
<DD>
|
<DD>
|
||||||
<A HREF="cdrskin-0.4.3.tar.gz">cdrskin-0.4.3.tar.gz</A>
|
<A HREF="cdrskin-0.4.5.tar.gz">cdrskin-0.4.5.tar.gz</A>
|
||||||
(700 KB).
|
(715 KB).
|
||||||
</DD>
|
</DD>
|
||||||
|
|
||||||
|
<!-- This is not offered any more for 0.4.4 and 0.4.5
|
||||||
|
|
||||||
|
<DT>The following downloads are intended for adventurous end users or
|
||||||
|
admins with full system souvereignty.</DT>
|
||||||
<DD>Binary (untar and move to /usr/bin/cdrskin):</DD>
|
<DD>Binary (untar and move to /usr/bin/cdrskin):</DD>
|
||||||
<DD><A HREF="cdrskin_0.4.3-x86-suse9_0.tar.gz">
|
<DD><A HREF="cdrskin_0.4.3-x86-suse9_0.tar.gz">
|
||||||
cdrskin_0.4.3-x86-suse9_0.tar.gz</A>, (110 KB).
|
cdrskin_0.4.3-x86-suse9_0.tar.gz</A>, (110 KB).
|
||||||
@ -282,6 +300,8 @@ cdrskin_0.4.3-x86-suse9_0.tar.gz</A>, (110 KB).
|
|||||||
<DD><A HREF="cdrskin_0.4.3-x86-suse9_0-static.tar.gz">
|
<DD><A HREF="cdrskin_0.4.3-x86-suse9_0-static.tar.gz">
|
||||||
cdrskin_0.4.3-x86-suse9_0-static.tar.gz</A>, (310 KB)
|
cdrskin_0.4.3-x86-suse9_0-static.tar.gz</A>, (310 KB)
|
||||||
</DD>
|
</DD>
|
||||||
|
-->
|
||||||
|
|
||||||
</DL>
|
</DL>
|
||||||
</P>
|
</P>
|
||||||
|
|
||||||
@ -329,6 +349,8 @@ Example how to setup K3b to use cdrskin for burning data CD projects.
|
|||||||
is a GUI frontend which uses cdrecord for CD burning.)
|
is a GUI frontend which uses cdrecord for CD burning.)
|
||||||
</P>
|
</P>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
|
||||||
<HR>
|
<HR>
|
||||||
|
|
||||||
<A NAME="scdbackup">
|
<A NAME="scdbackup">
|
||||||
@ -383,6 +405,8 @@ and try again.
|
|||||||
</DL>
|
</DL>
|
||||||
</P>
|
</P>
|
||||||
|
|
||||||
|
-->
|
||||||
|
|
||||||
<HR>
|
<HR>
|
||||||
|
|
||||||
<A NAME="cdrecord">
|
<A NAME="cdrecord">
|
||||||
@ -442,13 +466,25 @@ and by <A HREF="http://sourceforge.net">sourceforge.net</A><BR>
|
|||||||
<HR>
|
<HR>
|
||||||
<DL>
|
<DL>
|
||||||
<DT>Links to my other published software projects :
|
<DT>Links to my other published software projects :
|
||||||
|
<DD><A HREF="http://scdbackup.webframe.org/xorriso_eng.html">
|
||||||
|
xorriso, a standalone ISO 9660 multi-session CD/DVD burn tool.
|
||||||
|
No mkisofs needed.
|
||||||
|
<DL>
|
||||||
|
<DD>
|
||||||
|
<A HREF="http://scdbackup.sourceforge.net/xorriso_eng.html">
|
||||||
|
(a second source of above)</A>
|
||||||
|
</DD>
|
||||||
|
</DL>
|
||||||
|
</DD>
|
||||||
<DD><A HREF=http://scdbackup.webframe.org/main_eng.html>
|
<DD><A HREF=http://scdbackup.webframe.org/main_eng.html>
|
||||||
scdbackup, multi volume CD backup</A>
|
scdbackup, multi volume CD backup</A>
|
||||||
<DL><DD><A HREF=http://scdbackup.sourceforge.net/main_eng.html>
|
<DL><DD><A HREF=http://scdbackup.sourceforge.net/main_eng.html>
|
||||||
(a second source of above)</A></DL>
|
(a second source of above)</A></DD></DL></DD>
|
||||||
<DD><A HREF=http://stic.sourceforge.net>Some Tools for Image Collectors</A>
|
<DD><A HREF=http://stic.sourceforge.net>Some Tools for Image Collectors</A>
|
||||||
|
</DD>
|
||||||
<DD><A HREF=http://scdbackup.webframe.org/pppoem>
|
<DD><A HREF=http://scdbackup.webframe.org/pppoem>
|
||||||
pppoem, a DSL throughput monitor (mainly for Linux kernel 2.4)</A>
|
pppoem, a DSL throughput monitor (mainly for Linux kernel 2.4)</A>
|
||||||
|
</DD>
|
||||||
</DL>
|
</DL>
|
||||||
<BR><BR>
|
<BR><BR>
|
||||||
Legal statement: This website does not serve any commercial purpose.<BR>
|
Legal statement: This website does not serve any commercial purpose.<BR>
|
||||||
|
@ -1 +1 @@
|
|||||||
#define Cdrskin_timestamP "2008.03.03.202930"
|
#define Cdrskin_timestamP "2008.04.08.100001"
|
||||||
|
@ -5163,10 +5163,64 @@ Mentioned support for DVD+R/DL.
|
|||||||
* Support for DVD+R/DL media is now official
|
* Support for DVD+R/DL media is now official
|
||||||
* Experimental code for BD-RE with --allow_untested_media
|
* Experimental code for BD-RE with --allow_untested_media
|
||||||
|
|
||||||
[]
|
1 Mar 2008 [1595]
|
||||||
cdrskin/changelog.txt
|
cdrskin/changelog.txt
|
||||||
Updated changelog
|
Updated changelog
|
||||||
|
|
||||||
|
2008.03.03.202930 [1598]
|
||||||
|
libburn/libburn.h
|
||||||
|
libburn/drive.c
|
||||||
|
libburn/read.c
|
||||||
|
Got rid of a cumbersome open-close cycle with burn_read_data() on stdio:
|
||||||
|
|
||||||
|
2 Apr 2008 [1654]
|
||||||
|
COPYRIGHT
|
||||||
|
Corrected GPL version
|
||||||
|
|
||||||
|
------------------------------------ cycle - cdrskin-0.4.3 - 2008.04.07.152331
|
||||||
|
* libburn: Improved read performance from stdio: pseudo-drives
|
||||||
|
|
||||||
|
2008.04.08.100001 [ZeroFourFour 1669]
|
||||||
|
Makefile.am
|
||||||
|
configure.ac
|
||||||
|
README
|
||||||
|
libburn/libburn.h (burn_header_version_*)
|
||||||
|
cdrskin/cdrskin.c
|
||||||
|
cdrskin/README
|
||||||
|
cdrskin/compile_cdrskin.sh
|
||||||
|
cdrskin/cdrskin_timestamp.h
|
||||||
|
cdrskin/wiki_plain.txt
|
||||||
|
cdrskin/cdrskin_eng.html
|
||||||
|
doc/comments
|
||||||
|
Made number transition and activated development documentation
|
||||||
|
|
||||||
|
8 Apr 2008 [ZeroFourFour 1670]
|
||||||
|
- cdrskin/add_ts_changes_to_libburn_0_4_2
|
||||||
|
- cdrskin/add_ts_changes_to_libburn_0_4_3
|
||||||
|
+ cdrskin/add_ts_changes_to_libburn_0_4_4
|
||||||
|
+ cdrskin/add_ts_changes_to_libburn_0_4_5
|
||||||
|
Updated cdrskin tarball generator
|
||||||
|
|
||||||
|
8 Apr 2008 [ZeroFourFour 1671]
|
||||||
|
cdrskin/changelog.txt
|
||||||
|
Documented changes and release timestamp
|
||||||
|
|
||||||
|
2008.04.08.100001 [ZeroFourFour 1672]
|
||||||
|
libburn/util.c
|
||||||
|
Switched from configure.ac versioning to libburn.h versioning
|
||||||
|
|
||||||
|
8 Apr 2008 [ZeroFourFour ]
|
||||||
|
cdrskin/changelog.txt
|
||||||
|
Documented last minute changes
|
||||||
|
|
||||||
|
----------------------------- release - cdrskin-0.4.4.pl00 - 2008.04.08.100001
|
||||||
|
* Support for DVD+R/DL media is now official
|
||||||
|
* Experimental code for BD-RE with --allow_untested_media
|
||||||
|
* libburn: Improved read performance from stdio: pseudo-drives
|
||||||
|
|
||||||
|
|
||||||
|
------------------------------------ cycle - cdrskin-0.4.5 -
|
||||||
|
------------------------------------ cycle - cdrskin-0.4.5 -
|
||||||
|
|
||||||
===============================================================================
|
===============================================================================
|
||||||
TODO
|
TODO
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# compile_cdrskin.sh
|
# compile_cdrskin.sh
|
||||||
# Copyright 2005 - 2008 Thomas Schmitt, scdbackup@gmx.net, GPL
|
# Copyright 2005 - 2008 Thomas Schmitt, scdbackup@gmx.net, GPL version 2
|
||||||
# to be executed within ./libburn-* resp ./cdrskin-*
|
# to be executed within ./libburn-* resp ./cdrskin-*
|
||||||
|
|
||||||
debug_opts="-O2"
|
debug_opts="-O2"
|
||||||
def_opts=
|
def_opts=
|
||||||
largefile_opts="-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1"
|
largefile_opts="-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1"
|
||||||
libvers="-DCdrskin_libburn_0_4_3"
|
libvers="-DCdrskin_libburn_0_4_4"
|
||||||
cleanup_src_or_obj="libburn/cleanup.o"
|
cleanup_src_or_obj="libburn/cleanup.o"
|
||||||
libdax_msgs_o="libburn/libdax_msgs.o"
|
libdax_msgs_o="libburn/libdax_msgs.o"
|
||||||
libdax_audioxtr_o="libburn/libdax_audioxtr.o"
|
libdax_audioxtr_o="libburn/libdax_audioxtr.o"
|
||||||
@ -33,15 +33,15 @@ do
|
|||||||
libdax_audioxtr_o=
|
libdax_audioxtr_o=
|
||||||
libdax_msgs_o="libburn/message.o"
|
libdax_msgs_o="libburn/message.o"
|
||||||
cleanup_src_or_obj="-DCleanup_has_no_libburn_os_H cdrskin/cleanup.c"
|
cleanup_src_or_obj="-DCleanup_has_no_libburn_os_H cdrskin/cleanup.c"
|
||||||
elif test "$i" = "-libburn_0_4_2"
|
elif test "$i" = "-libburn_0_4_4"
|
||||||
then
|
then
|
||||||
libvers="-DCdrskin_libburn_0_4_2"
|
libvers="-DCdrskin_libburn_0_4_4"
|
||||||
libdax_audioxtr_o="libburn/libdax_audioxtr.o"
|
libdax_audioxtr_o="libburn/libdax_audioxtr.o"
|
||||||
libdax_msgs_o="libburn/libdax_msgs.o"
|
libdax_msgs_o="libburn/libdax_msgs.o"
|
||||||
cleanup_src_or_obj="libburn/cleanup.o"
|
cleanup_src_or_obj="libburn/cleanup.o"
|
||||||
elif test "$i" = "-libburn_svn"
|
elif test "$i" = "-libburn_svn"
|
||||||
then
|
then
|
||||||
libvers="-DCdrskin_libburn_0_4_3"
|
libvers="-DCdrskin_libburn_0_4_5"
|
||||||
libdax_audioxtr_o="libburn/libdax_audioxtr.o"
|
libdax_audioxtr_o="libburn/libdax_audioxtr.o"
|
||||||
libdax_msgs_o="libburn/libdax_msgs.o"
|
libdax_msgs_o="libburn/libdax_msgs.o"
|
||||||
cleanup_src_or_obj="libburn/cleanup.o"
|
cleanup_src_or_obj="libburn/cleanup.o"
|
||||||
@ -76,7 +76,7 @@ do
|
|||||||
echo " -compile_cdrfifo compile program cdrskin/cdrfifo."
|
echo " -compile_cdrfifo compile program cdrskin/cdrfifo."
|
||||||
echo " -compile_dewav compile program test/dewav without libburn."
|
echo " -compile_dewav compile program test/dewav without libburn."
|
||||||
echo " -cvs_A60220 set macro to match libburn-CVS of 20 Feb 2006."
|
echo " -cvs_A60220 set macro to match libburn-CVS of 20 Feb 2006."
|
||||||
echo " -libburn_0_4_2 set macro to match libburn-0.4.2."
|
echo " -libburn_0_4_4 set macro to match libburn-0.4.4."
|
||||||
echo " -libburn_svn set macro to match current libburn-SVN."
|
echo " -libburn_svn set macro to match current libburn-SVN."
|
||||||
echo " -no_largefile do not use 64 bit off_t (must match libburn)."
|
echo " -no_largefile do not use 64 bit off_t (must match libburn)."
|
||||||
echo " -do_not_compile_cdrskin omit compilation of cdrskin/cdrskin."
|
echo " -do_not_compile_cdrskin omit compilation of cdrskin/cdrskin."
|
||||||
|
@ -10,7 +10,7 @@ Schilling's cdrtools. cdrskin strives to be a second source for the services
|
|||||||
traditionally provided by cdrecord. Currently it does CD-R and CD-RW this way.
|
traditionally provided by cdrecord. Currently it does CD-R and CD-RW this way.
|
||||||
Overwriteable media DVD-RAM, DVD+RW and DVD-RW are handled differently than
|
Overwriteable media DVD-RAM, DVD+RW and DVD-RW are handled differently than
|
||||||
with cdrecord-ProDVD in order to offer TAO-like single track recording.
|
with cdrecord-ProDVD in order to offer TAO-like single track recording.
|
||||||
Sequential DVD-R[W] and DVD+R[/DL] are handled like CD-R[W] with TAO and
|
Sequential DVD-R[W], DVD+R, DVD+R/DL are handled like CD-R[W] with TAO and
|
||||||
multi-session. Additionally cdrskin offers cdrecord-ProDVD-like mode DAO
|
multi-session. Additionally cdrskin offers cdrecord-ProDVD-like mode DAO
|
||||||
with DVD-R[W].
|
with DVD-R[W].
|
||||||
|
|
||||||
@ -23,7 +23,7 @@ About libburn API for burning CD and DVD: http://api.libburnia-project.org
|
|||||||
|
|
||||||
--------------------------------------------------------------------------
|
--------------------------------------------------------------------------
|
||||||
|
|
||||||
For dual layer DVD types see the advice to use dvd+rw-tools at
|
For yet unsupported media types see the advice to use dvd+rw-tools at
|
||||||
the end of this text.
|
the end of this text.
|
||||||
|
|
||||||
--------------------------------------------------------------------------
|
--------------------------------------------------------------------------
|
||||||
@ -279,21 +279,27 @@ They are not compatible or related to cdrecord resp. cdrecord-ProDVD
|
|||||||
(now obsoleted by original source cdrtools cdrecord with identical
|
(now obsoleted by original source cdrtools cdrecord with identical
|
||||||
capabilities besides the license key).
|
capabilities besides the license key).
|
||||||
|
|
||||||
|
|
||||||
|
--------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Advanced multi-session use cases:
|
||||||
|
|
||||||
A special feature of dvd+rw-tools is growing of ISO-9660 filesystems on
|
A special feature of dvd+rw-tools is growing of ISO-9660 filesystems on
|
||||||
overwriteable media. This is not the same as multi-session writing of cdrskin
|
overwriteable media. This is not the same as multi-session writing of cdrskin
|
||||||
with CD media, but retrieves additional information from the existing ISO
|
with CD media, but retrieves additional information from the existing ISO
|
||||||
image and finally manipulates the start sectors of this existing image.
|
image and finally manipulates the start sectors of this existing image.
|
||||||
|
|
||||||
So, inspired by growisofs, cdrskin can offer DVD multi-session not only with
|
So, inspired by growisofs, cdrskin can offer DVD multi-session not only with
|
||||||
sequential DVD-R[W] and with DVD+R[/DL], but also with DVD-RAM, DVD+RW and
|
sequential DVD-R[W] and with DVD+R [DL], but also with DVD-RAM, DVD+RW and
|
||||||
even regular disk files or block devices other than CD/DVD writers.
|
even regular disk files or block devices other than CD/DVD writers.
|
||||||
This is enabled by option --grow_overwriteable_iso.
|
This is enabled by option --grow_overwriteable_iso.
|
||||||
|
|
||||||
We have recently released an integrated ISO-9660 multi-session tool
|
The libburnia project provides an integrated ISO-9660 multi-session tool
|
||||||
named [wiki:Xorriso xorriso] which tries to go one step beyond
|
named [wiki:Xorriso xorriso] which tries to go one step beyond
|
||||||
growisofs. It uses [wiki:Libisoburn libisoburn] and the new version
|
growisofs. It uses [wiki:Libburn libburn] , [wiki:Libisofs libisofs]
|
||||||
of [wiki:Libisofs libisofs].
|
and [wiki:Libisoburn libisoburn].
|
||||||
|
|
||||||
|
See [http://scdbackup.sourceforge.net/man_1_xorriso.html man xorriso].
|
||||||
|
|
||||||
--------------------------------------------------------------------------
|
--------------------------------------------------------------------------
|
||||||
|
|
||||||
|
16
configure.ac
16
configure.ac
@ -1,4 +1,4 @@
|
|||||||
AC_INIT([libburn], [0.4.3], [http://libburnia-project.org])
|
AC_INIT([libburn], [0.4.4], [http://libburnia-project.org])
|
||||||
AC_PREREQ([2.50])
|
AC_PREREQ([2.50])
|
||||||
dnl AC_CONFIG_HEADER([config.h])
|
dnl AC_CONFIG_HEADER([config.h])
|
||||||
|
|
||||||
@ -59,6 +59,7 @@ dnl source code changes.
|
|||||||
dnl
|
dnl
|
||||||
dnl Neatly versioned stable releases meanwhile:
|
dnl Neatly versioned stable releases meanwhile:
|
||||||
dnl 0.4.2 = libburn.so.4.7.0
|
dnl 0.4.2 = libburn.so.4.7.0
|
||||||
|
dnl 0.4.4 = libburn.so.4.9.0
|
||||||
dnl
|
dnl
|
||||||
dnl So LT_CURRENT, LT_REVISION and LT_AGE get set directly here.
|
dnl So LT_CURRENT, LT_REVISION and LT_AGE get set directly here.
|
||||||
dnl SONAME of the emerging library is LT_CURRENT - LT_AGE.
|
dnl SONAME of the emerging library is LT_CURRENT - LT_AGE.
|
||||||
@ -84,7 +85,7 @@ dnl
|
|||||||
dnl As said: Only copies. Original in libburn/libburn.h : burn_header_version_*
|
dnl As said: Only copies. Original in libburn/libburn.h : burn_header_version_*
|
||||||
BURN_MAJOR_VERSION=0
|
BURN_MAJOR_VERSION=0
|
||||||
BURN_MINOR_VERSION=4
|
BURN_MINOR_VERSION=4
|
||||||
BURN_MICRO_VERSION=3
|
BURN_MICRO_VERSION=4
|
||||||
BURN_VERSION=$BURN_MAJOR_VERSION.$BURN_MINOR_VERSION.$BURN_MICRO_VERSION
|
BURN_VERSION=$BURN_MAJOR_VERSION.$BURN_MINOR_VERSION.$BURN_MICRO_VERSION
|
||||||
|
|
||||||
AC_SUBST(BURN_MAJOR_VERSION)
|
AC_SUBST(BURN_MAJOR_VERSION)
|
||||||
@ -96,13 +97,14 @@ dnl Libtool versioning
|
|||||||
LT_RELEASE=$BURN_MAJOR_VERSION.$BURN_MINOR_VERSION.$BURN_MICRO_VERSION
|
LT_RELEASE=$BURN_MAJOR_VERSION.$BURN_MINOR_VERSION.$BURN_MICRO_VERSION
|
||||||
dnl
|
dnl
|
||||||
dnl ts A80127
|
dnl ts A80127
|
||||||
dnl This is the development version after libburn-0.4.2 = libburn.so.4.7.0
|
dnl This is the release version libburn-0.4.4 = libburn.so.4.9.0
|
||||||
dnl LT_CURRENT++, LT_AGE++ has happened meanwhile.
|
dnl ### This is the development version after libburn-0.4.4 = libburn.so.4.9.0
|
||||||
|
dnl ### LT_CURRENT++, LT_AGE++ has not yet happened.
|
||||||
dnl
|
dnl
|
||||||
dnl SONAME = 12 - 8 = 4 . Library name = libburn.so.4.8.0
|
dnl SONAME = 13 - 9 = 4 . Library name = libburn.so.4.9.0
|
||||||
LT_CURRENT=12
|
LT_CURRENT=13
|
||||||
LT_REVISION=0
|
LT_REVISION=0
|
||||||
LT_AGE=8
|
LT_AGE=9
|
||||||
LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE`
|
LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE`
|
||||||
|
|
||||||
AC_SUBST(LT_RELEASE)
|
AC_SUBST(LT_RELEASE)
|
||||||
|
@ -7,10 +7,10 @@
|
|||||||
|
|
||||||
Libburnia is an open-source project for reading, mastering and writing
|
Libburnia is an open-source project for reading, mastering and writing
|
||||||
optical discs.
|
optical discs.
|
||||||
For now this means CD-R, CD-RW, DVD-RAM, DVD+RW, DVD+R, DVD-RW, DVD-R.
|
For now this means CD-R, CD-RW, DVD-RAM, DVD+RW, DVD+R, DVD+R/DL, DVD-RW, DVD-R.
|
||||||
|
|
||||||
Not supported yet are dual layer media, HD-DVD, BD (blue ray). Testers for
|
Not supported yet are DVD-R/DL, HD-DVD, BD (blue ray). Testers for
|
||||||
dual layer DVD+/-R are wanted, though.
|
BD and DVD-R/DL are wanted, though.
|
||||||
|
|
||||||
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.
|
||||||
@ -69,7 +69,7 @@ composition, updating and writing. Quite unique in the Linux world.
|
|||||||
Rock Ridge extensions. Manipulation is not only adding or
|
Rock Ridge extensions. Manipulation is not only adding or
|
||||||
overwriting of files but also deletion, renaming, and attribute
|
overwriting of files but also deletion, renaming, and attribute
|
||||||
changing.
|
changing.
|
||||||
See libisoburn/README for more
|
See xorriso/README for more
|
||||||
|
|
||||||
- "test" is a collection of application gestures and examples given by the
|
- "test" is a collection of application gestures and examples given by the
|
||||||
authors of the library features. The burn API example of libburn
|
authors of the library features. The burn API example of libburn
|
||||||
|
@ -2066,7 +2066,7 @@ void burn_version(int *major, int *minor, int *micro);
|
|||||||
*/
|
*/
|
||||||
#define burn_header_version_major 0
|
#define burn_header_version_major 0
|
||||||
#define burn_header_version_minor 4
|
#define burn_header_version_minor 4
|
||||||
#define burn_header_version_micro 3
|
#define burn_header_version_micro 4
|
||||||
/** Note:
|
/** Note:
|
||||||
Above version numbers are also recorded in configure.ac because libtool
|
Above version numbers are also recorded in configure.ac because libtool
|
||||||
wants them as parameters at build time.
|
wants them as parameters at build time.
|
||||||
|
@ -47,7 +47,14 @@ char *burn_strndup(char *s, int n)
|
|||||||
|
|
||||||
void burn_version(int *major, int *minor, int *micro)
|
void burn_version(int *major, int *minor, int *micro)
|
||||||
{
|
{
|
||||||
|
/* ts A80408 : switched from configure.ac versioning to libburn.h versioning */
|
||||||
|
#ifdef burn_header_version_major
|
||||||
|
*major = burn_header_version_major;
|
||||||
|
*minor = burn_header_version_minor;
|
||||||
|
*micro = burn_header_version_micro;
|
||||||
|
#else
|
||||||
*major = BURN_MAJOR_VERSION;
|
*major = BURN_MAJOR_VERSION;
|
||||||
*minor = BURN_MINOR_VERSION;
|
*minor = BURN_MINOR_VERSION;
|
||||||
*micro = BURN_MICRO_VERSION;
|
*micro = BURN_MICRO_VERSION;
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user