Made number transition to 0.7.7

This commit is contained in:
Thomas Schmitt 2010-01-23 10:40:11 +00:00
parent da1d260753
commit 15fbe0a7ea
9 changed files with 119 additions and 136 deletions

View File

@ -110,9 +110,9 @@ test_structest_CPPFLAGS = -Ilibburn
test_structest_LDADD = $(libburn_libburn_la_OBJECTS) $(LIBBURN_EXTRALIBS) test_structest_LDADD = $(libburn_libburn_la_OBJECTS) $(LIBBURN_EXTRALIBS)
test_structest_SOURCES = test/structest.c test_structest_SOURCES = test/structest.c
## cdrskin construction site - ts A60816 - A91206 ## cdrskin construction site - ts A60816 - B00122
cdrskin_cdrskin_CPPFLAGS = -Ilibburn cdrskin_cdrskin_CPPFLAGS = -Ilibburn
cdrskin_cdrskin_CFLAGS = -DCdrskin_libburn_0_7_5 cdrskin_cdrskin_CFLAGS = -DCdrskin_libburn_0_7_7
# cdrskin_cdrskin_LDADD = $(libburn_libburn_la_OBJECTS) $(LIBBURN_EXTRALIBS) # cdrskin_cdrskin_LDADD = $(libburn_libburn_la_OBJECTS) $(LIBBURN_EXTRALIBS)
# ts A80123, change proposed by Simon Huggins to cause dynamic libburn linking # ts A80123, change proposed by Simon Huggins to cause dynamic libburn linking

57
README
View File

@ -6,12 +6,12 @@ This all is under GPL.
------------------------------------------------------------------------------ ------------------------------------------------------------------------------
libburn-project.org libburn-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-2009 Mario Danic, Thomas Schmitt Copyright (C) 2006-2010 Mario Danic, Thomas Schmitt
Still containing parts of Libburn. By Derek Foreman <derek@signalmarketing.com> Still containing parts of Libburn. By Derek Foreman <derek@signalmarketing.com>
and Ben Jansens <xor@orodu.net> and Ben Jansens <xor@orodu.net>
Copyright (C) 2002-2006 Derek Foreman and Ben Jansens Copyright (C) 2002-2006 Derek Foreman and Ben Jansens
http://files.libburnia-project.org/releases/libburn-0.7.4.pl00.tar.gz http://files.libburnia-project.org/releases/libburn-0.7.6.pl00.tar.gz
------------------------------------------------------------------------------ ------------------------------------------------------------------------------
@ -19,10 +19,10 @@ Copyright (C) 2002-2006 Derek Foreman and Ben Jansens
From tarball From tarball
Obtain libburn-0.7.4.pl00.tar.gz, take it to a directory of your choice and do: Obtain libburn-0.7.6.pl00.tar.gz, take it to a directory of your choice and do:
tar xzf libburn-0.7.4.pl00.tar.gz tar xzf libburn-0.7.6.pl00.tar.gz
cd libburn-0.7.4 cd libburn-0.7.6
./configure --prefix=/usr ./configure --prefix=/usr
make make
@ -72,6 +72,10 @@ configure time by:
--enable-dvd-obs-64k --enable-dvd-obs-64k
This may be combined with above --enable-track-src-odirect . This may be combined with above --enable-track-src-odirect .
Alternatively the transport of SCSI commands can be done via libcdio-0.83.
You may install it and re-run libburn's ./configure with option
--enable-libcdio
Make sure to re-compile all source files after running ./configure Make sure to re-compile all source files after running ./configure
make clean ; make make clean ; make
make install make install
@ -185,8 +189,8 @@ Applications must use 64 bit off_t. E.g. by defining
#define _LARGEFILE_SOURCE #define _LARGEFILE_SOURCE
#define _FILE_OFFSET_BITS 64 #define _FILE_OFFSET_BITS 64
or take special precautions to interface with the libraries by 64 bit integers or take special precautions to interface with the libraries by 64 bit integers
where the .h files prescribe off_t. Not to use 64 bit file i/o will keep the where the .h files prescribe off_t. To reduce libburn's off_t size to 32 bit
application from producing and processing ISO images of more than 2 GB size. will keep it from processing tracks of more than 2 GB size.
------------------------------------------------------------------------------ ------------------------------------------------------------------------------
@ -476,11 +480,27 @@ Project history as far as known to me:
provides throughput enhancements with hampered busses on Linux, and new provides throughput enhancements with hampered busses on Linux, and new
API calls to log SCSI commands and to control the libburn fifo. API calls to log SCSI commands and to control the libburn fifo.
- 09 Dec 2009 libisoburn-0.4.6 allows performance tuning of output to DVD
drives or disk files.
- 26 Dec 2009 libburn-0.7.4.pl01 fixes the release tarball which was lacking
the files of the generic system adapter for X/Open.
- 29 Dec 2009 Our project received a donation for purchasing a fine small
computer which shall serve as OS farm for development and support.
- 20 Jan 2010 Version 0.6.26 of libisofs fixes minor bugs and shall enhance
portability.
- 22 Jan 2010 libburn-0.7.6 has an improved system adapter for FreeBSD,
fixes bugs about the generic X/Open system adapter, and allows to use
libcdio >= 0.83 as SCSI transport facility.
------------------------------------------------------------------------------ ------------------------------------------------------------------------------
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License version 2 or later
the Free Software Foundation. To be exact: version 2 of that License. as published by the Free Software Foundation.
This program is distributed in the hope that it will be useful, This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of but WITHOUT ANY WARRANTY; without even the implied warranty of
@ -498,16 +518,16 @@ other copyrighted code has been replaced by ours and by copyright-free
contributions 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 dynamical linking
dynamical linking of our libraries constitutes "use of" and of our libraries constitutes "use of" and not "derivation from" our work in
not "derivation from" our work in the sense of GPL, provided the sense of GPL, provided those libraries are compiled from our unaltered
those libraries are compiled from our unaltered code. code or from altered code published under GPL.
Thus you may link our libraries dynamically with applications So we will not raise legal protest if you link our libraries dynamically with
which are not under GPL. You may distribute our libraries and applications which are not under GPL, or if you distribute our libraries
application tools in binary form, if you fulfill the usual and application tools in binary form, as long as you fulfill the usual
condition of GPL to offer a copy of the source code -altered condition of GPL to offer a copy of their source code -altered or unaltered-
or unaltered- under GPL. under GPL.
We ask you politely to use our work in open source spirit We ask you politely to use our work in open source spirit
and with the due reference to the entire open source community. and with the due reference to the entire open source community.
@ -524,4 +544,5 @@ means to qualify for GPL.
For now we are firmly committed to maintain one single license: GPL. For now we are firmly committed to maintain one single license: GPL.
signed: Mario Danic, Thomas Schmitt signed: Mario Danic, Thomas Schmitt
Agreement joined later by: Vreixo Formoso

View File

@ -4,17 +4,18 @@
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.7.5.tar.gz http://scdbackup.sourceforge.net/cdrskin-0.7.7.tar.gz
Copyright (C) 2006-2009 Thomas Schmitt, provided under GPL version 2. Copyright (C) 2006-2010 Thomas Schmitt, provided under GPL version 2 or later.
------------------------------------------------------------------------------ ------------------------------------------------------------------------------
cdrskin is a limited cdrecord compatibility wrapper which allows to use cdrskin is a limited cdrecord compatibility wrapper which allows to use
most of the libburn features from the command line. most of the libburn features from the command line.
Currently it is supported on Linux with kernels >= 2.4 and on FreeBSD versions Currently it is supported on Linux with kernels >= 2.4 and on FreeBSD.
with ATAPI/CAM support enabled in the kernel, see atapicam(4). IDE drives under Linux 2.4. need kernel module ide-scsi.
ATA and SATA drives under FreeBSD need kernel module atapicam.
On other X/Open compliant systems there will only be emulated drives, but no On other X/Open compliant systems there will only be emulated drives, but no
direct MMC operation on real CD/DVD/BD drives. direct MMC operation on real CD/DVD/BD drives.
@ -24,10 +25,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.7.5.tar.gz, take it to a directory of your choice and do: Obtain cdrskin-0.7.7.tar.gz, take it to a directory of your choice and do:
tar xzf cdrskin-0.7.5.tar.gz tar xzf cdrskin-0.7.7.tar.gz
cd cdrskin-0.7.5 cd cdrskin-0.7.7
Within that directory execute: Within that directory execute:
@ -145,7 +146,7 @@ Obtain some info about the drive
cdrskin dev=0,1,0 -checkdrive cdrskin dev=0,1,0 -checkdrive
Obtain some info about the drive and the inserted media Obtain some info about the drive and the inserted media
cdrskin dev=0,1,0 -atip -v cdrskin dev=0,1,0 -atip -v -minfo
Prepare CD-RW or DVD-RW for re-use, DVD-RAM or BD-RE for first use Prepare CD-RW or DVD-RW for re-use, DVD-RAM or BD-RE for first use
cdrskin -v dev=/dev/sg1 blank=as_needed -eject cdrskin -v dev=/dev/sg1 blank=as_needed -eject
@ -398,13 +399,14 @@ drive. See man page section FILES for a way to lift that ban.
Special compilation variations Special compilation variations
All following options of ./configure and cdrskin/compile_cdrskin.sh are All following options of ./configure and cdrskin/compile_cdrskin.sh are
combinable. combinable. After runs of ./configure do as next:
make clean ; make
In some situations Linux may deliver a better write performance to drives if In some situations Linux may deliver a better write performance to drives if
the track input is read with O_DIRECT (see man 2 open). The API call the track input is read with O_DIRECT (see man 2 open). The API call
burn_os_open_track_src() and the input readers of cdrskin and libburn fifo burn_os_open_track_src() and the input readers of cdrskin and libburn fifo
can be told to use this peculiar read mode by: can be told to use this peculiar read mode by:
--enable-track-src-odirect --enable-track-src-odirect
But often cdrskin option dvd_obs=64k will yield even better performance in But often cdrskin option dvd_obs=64k will yield even better performance in
such a situation. 64k can be made default at compile time by such a situation. 64k can be made default at compile time by
@ -412,6 +414,10 @@ such a situation. 64k can be made default at compile time by
It can also be enabled at configure time by It can also be enabled at configure time by
./configure ... --enable-dvd-obs-64k ... ./configure ... --enable-dvd-obs-64k ...
Alternatively the transport of SCSI commands can be done via libcdio-0.83.
You may install it and re-run libburn's ./configure with option
--enable-libcdio
You may get a (super fat) statically linked binary by : You may get a (super fat) statically linked binary by :
cdrskin/compile_cdrskin.sh -static cdrskin/compile_cdrskin.sh -static
if your system supports static linking, at all. This will not help with kernels if your system supports static linking, at all. This will not help with kernels
@ -455,7 +461,7 @@ contributions in a due way.
------------------------------------------------------------------------------ ------------------------------------------------------------------------------
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2 it under the terms of the GNU General Public License version 2 or later
as published by the Free Software Foundation. as published by the Free Software Foundation.
This program is distributed in the hope that it will be useful, This program is distributed in the hope that it will be useful,
@ -471,7 +477,7 @@ contributions in a due way.
Based on and sub project of: Based on and sub project of:
libburnia-project.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-2009 Mario Danic, Thomas Schmitt Copyright (C) 2006-2010 Mario Danic, Thomas Schmitt
libburnia-project.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
@ -482,34 +488,3 @@ See toplevel README for an overview of the current copyright situation in
libburnia-project.org. libburnia-project.org.
------------------------------------------------------------------------------
cdrskin is currently copyright Thomas Schmitt only.
It adopts the following commitment by the toplevel copyright holders:
------------------------------------------------------------------------------
We, the copyright holders, agree on the interpretation that
dynamical linking of our libraries constitutes "use of" and
not "derivation from" our work in the sense of GPL, provided
those libraries are compiled from our unaltered code.
Thus you may link our libraries dynamically with applications
which are not under GPL. You may distribute our libraries and
application tools in binary form, if you fulfill the usual
condition of GPL to offer a copy of the source code -altered
or unaltered- under GPL.
We ask you politely to use our work in open source spirit
and with the due reference to the entire open source community.
If there should really arise the case where above clarification
does not suffice to fulfill a clear and neat request in open source
spirit that would otherwise be declined for mere formal reasons,
only in that case we will duely consider to issue a special license
covering only that special case.
It is the open source idea of responsible freedom which will be
decisive and you will have to prove that you exhausted all own
means to qualify for GPL.
For now we are firmly committed to maintain one single license: GPL.
signed for cdrskin: Thomas Schmitt

View File

@ -1,7 +1,7 @@
/* /*
cdrskin.c , Copyright 2006-2009 Thomas Schmitt <scdbackup@gmx.net> cdrskin.c , Copyright 2006-2010 Thomas Schmitt <scdbackup@gmx.net>
Provided under GPL version 2. See future commitment below. Provided under GPL version 2 or later.
A cdrecord compatible command line interface for libburn. A cdrecord compatible command line interface for libburn.
@ -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.7.5" #define Cdrskin_prog_versioN "0.7.7"
#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 7 #define Cdrskin_libburn_minoR 7
#endif #endif
#ifndef Cdrskin_libburn_micrO #ifndef Cdrskin_libburn_micrO
#define Cdrskin_libburn_micrO 5 #define Cdrskin_libburn_micrO 7
#endif #endif
@ -135,45 +135,43 @@ or
#endif /* Cdrskin_libburn_cvs_A60220_tS */ #endif /* Cdrskin_libburn_cvs_A60220_tS */
#ifdef Cdrskin_libburn_0_7_4 #ifdef Cdrskin_libburn_0_7_6
#define Cdrskin_libburn_versioN "0.7.4" #define Cdrskin_libburn_versioN "0.7.6"
#define Cdrskin_libburn_from_pykix_svN 1 #define Cdrskin_libburn_from_pykix_svN 1
#endif /* Cdrskin_libburn_0_7_4 */ #endif /* Cdrskin_libburn_0_7_6 */
#ifdef Cdrskin_libburn_0_7_5 #ifdef Cdrskin_libburn_0_7_7
#define Cdrskin_libburn_versioN "0.7.5" #define Cdrskin_libburn_versioN "0.7.7"
#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
*/ */
#define Libburn_has_burn_scsi_transport_iD 1
#endif /* Cdrskin_libburn_0_7_7 */
#endif /* Cdrskin_libburn_0_7_5 */
#ifndef Cdrskin_libburn_versioN #ifndef Cdrskin_libburn_versioN
#define Cdrskin_libburn_0_7_4 #define Cdrskin_libburn_0_7_6
#define Cdrskin_libburn_versioN "0.7.4" #define Cdrskin_libburn_versioN "0.7.6"
#define Cdrskin_libburn_from_pykix_svN 1 #define Cdrskin_libburn_from_pykix_svN 1
#endif #endif
#ifdef Cdrskin_libburn_0_7_4 #ifdef Cdrskin_libburn_0_7_6
#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 7 #define Cdrskin_libburn_minoR 7
#define Cdrskin_libburn_micrO 4 #define Cdrskin_libburn_micrO 6
#endif #endif
#ifdef Cdrskin_libburn_0_7_5 #ifdef Cdrskin_libburn_0_7_7
#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 7 #define Cdrskin_libburn_minoR 7
#define Cdrskin_libburn_micrO 5 #define Cdrskin_libburn_micrO 7
#endif #endif
@ -3145,7 +3143,7 @@ set_severities:;
int major, minor, micro; int major, minor, micro;
printf( printf(
"Cdrecord 2.01-Emulation Copyright (C) 2006-2009, see libburnia-project.org\n"); "Cdrecord 2.01-Emulation Copyright (C) 2006-2010, see libburnia-project.org\n");
if(o->fallback_program[0]) { if(o->fallback_program[0]) {
char *hargv[2]; char *hargv[2];
@ -3155,11 +3153,7 @@ set_severities:;
hargv[1]= "-version"; hargv[1]= "-version";
Cdrpreskin_fallback(o,2,hargv,1); /* dirty never come back */ Cdrpreskin_fallback(o,2,hargv,1); /* dirty never come back */
} }
#ifdef Libburn_has_burn_scsi_transport_iD
printf("System adapter : %s\n", burn_scsi_transport_id(0)); printf("System adapter : %s\n", burn_scsi_transport_id(0));
#endif
printf("libburn interface : %d.%d.%d\n", printf("libburn interface : %d.%d.%d\n",
burn_header_version_major, burn_header_version_minor, burn_header_version_major, burn_header_version_minor,
burn_header_version_micro); burn_header_version_micro);
@ -3191,14 +3185,9 @@ set_severities:;
final_checks:; final_checks:;
if(flag&1) if(flag&1)
goto ex; goto ex;
#ifdef Libburn_has_burn_scsi_transport_iD
if(o->verbosity >= Cdrskin_verbose_debuG) if(o->verbosity >= Cdrskin_verbose_debuG)
ClN(fprintf(stderr, ClN(fprintf(stderr,
"cdrskin: DEBUG : Using %s\n", burn_scsi_transport_id(0))); "cdrskin: DEBUG : Using %s\n", burn_scsi_transport_id(0)));
#endif
if(o->do_waiti) { if(o->do_waiti) {
fprintf(stderr, fprintf(stderr,
"cdrskin: Option -waiti pauses program until input appears at stdin\n"); "cdrskin: Option -waiti pauses program until input appears at stdin\n");

View File

@ -50,7 +50,8 @@ via SCSI, PATA (aka IDE, ATA), USB, or SATA.
<DD>With kernel 2.4 an ATA drive has to be under ide-scsi emulation.</DD> <DD>With kernel 2.4 an ATA drive has to be under ide-scsi emulation.</DD>
<DD>With kernel 2.6 the drive should not be under ide-scsi.</DD> <DD>With kernel 2.6 the drive should not be under ide-scsi.</DD>
<DT>or FreeBSD (with libc, of course) :</DT> <DT>or FreeBSD (with libc, of course) :</DT>
<DD>ATAPI/CAM support has to be enabled in the kernel, see atapicam(4).</DD> <DD>ATA and SATA drives need atapicam running.</DD>
<DD>libcam has to be installed.</DD>
<DT>libpthread</DT> <DT>libpthread</DT>
<DD>is supposed to be a standard system component.</DD> <DD>is supposed to be a standard system component.</DD>
</DL> </DL>
@ -61,7 +62,7 @@ via SCSI, PATA (aka IDE, ATA), USB, or SATA.
GPL software included:<BR> GPL software included:<BR>
</H2> </H2>
<DL> <DL>
<DT>libburn-0.7.4</DT> <DT>libburn-0.7.6</DT>
<DD>(founded by Derek Foreman and Ben Jansens, <DD>(founded by Derek Foreman and Ben Jansens,
developed and maintained since August 2006 by developed and maintained since August 2006 by
Thomas Schmitt from team of libburnia-project.org) Thomas Schmitt from team of libburnia-project.org)
@ -193,8 +194,8 @@ Standalone ISO 9660 multi-session CD/DVD/BD tool
<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.7.4.pl00.tar.gz">cdrskin-0.7.4.pl00.tar.gz</A> <DD><A HREF="cdrskin-0.7.6.pl00.tar.gz">cdrskin-0.7.6.pl00.tar.gz</A>
(810 KB). (820 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
@ -243,26 +244,22 @@ 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.7.0.pl00: Enhancements towards previous stable version cdrskin-0.7.4.pl00:
<UL> <UL>
<LI>Implemented option -V for logging of SCSI commands</LI> <LI>
<LI>New options dvd_obs= and stdio_fsync=</LI> Made FreeBSD system adapter safe from mutal burn spoiling and drive deadlock
<LI>New ./configure options --enable-track-src-odirect, --enable-dvd-obs-64k
</LI> </LI>
<LI>New compile_cdrskin.sh option -dvd_obs_64k</LI> <LI>Experimental system adapter via GNU libcdio on X/Open systems</LI>
<LI>Experimentally using FreeBSD system adapter for Debian kfreebsd</LI>
<!-- <!--
<LI>none</LI> <LI>none</LI>
--> -->
</UL> </UL>
Bug fixes towards cdrskin-0.7.2.pl00: Bug fixes towards cdrskin-0.7.4.pl00:
<UL> <UL>
<LI>Workaround for Pioneer DVR-216D which got stuck on DVD-R burns.</LI>
<LI>Workaround for Pioneer DVR-216D which did not always eject the tray.</LI>
<LI>DVD DAO track size was rounded up much too generously</LI>
<LI>SIGSEGV from NULL pointer with media product id inquiry on LG GH22LS30</LI>
<!--
<LI>none</LI> <LI>none</LI>
<!--
--> -->
</UL> </UL>
@ -270,8 +267,8 @@ Bug fixes towards cdrskin-0.7.2.pl00:
<P> <P>
<DL> <DL>
<DT><H3>Development snapshot, version 0.7.5 :</H3></DT> <DT><H3>Development snapshot, version 0.7.7 :</H3></DT>
<DD>Enhancements towards current stable version 0.7.4.pl00: <DD>Enhancements towards current stable version 0.7.6.pl00:
<UL> <UL>
<LI>none yet</LI> <LI>none yet</LI>
<!-- <!--
@ -280,7 +277,7 @@ Bug fixes towards cdrskin-0.7.2.pl00:
</UL> </UL>
</DD> </DD>
<DD>Bug fixes towards cdrskin-0.7.4.pl00: <DD>Bug fixes towards cdrskin-0.7.6.pl00:
<UL> <UL>
<LI>none yet</LI> <LI>none yet</LI>
<!-- <!--
@ -289,10 +286,10 @@ Bug fixes towards cdrskin-0.7.2.pl00:
</DD> </DD>
<DD>&nbsp;</DD> <DD>&nbsp;</DD>
<DD><A HREF="README_cdrskin_devel">README 0.7.5</A> <DD><A HREF="README_cdrskin_devel">README 0.7.7</A>
<DD><A HREF="cdrskin__help_devel">cdrskin_0.7.5 --help</A></DD> <DD><A HREF="cdrskin__help_devel">cdrskin_0.7.7 --help</A></DD>
<DD><A HREF="cdrskin_help_devel">cdrskin_0.7.5 -help</A></DD> <DD><A HREF="cdrskin_help_devel">cdrskin_0.7.7 -help</A></DD>
<DD><A HREF="man_1_cdrskin_devel.html">man cdrskin (as of 0.7.5)</A></DD> <DD><A HREF="man_1_cdrskin_devel.html">man cdrskin (as of 0.7.7)</A></DD>
<DD>&nbsp;</DD> <DD>&nbsp;</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>
@ -312,8 +309,8 @@ admins with full system souvereignty.</DT>
<A HREF="README_cdrskin_devel">upcoming README</A> ): <A HREF="README_cdrskin_devel">upcoming README</A> ):
</DD> </DD>
<DD> <DD>
<A HREF="cdrskin-0.7.5.tar.gz">cdrskin-0.7.5.tar.gz</A> <A HREF="cdrskin-0.7.7.tar.gz">cdrskin-0.7.7.tar.gz</A>
(810 KB). (820 KB).
</DD> </DD>
<!-- This is not offered any more since spring 2008 <!-- This is not offered any more since spring 2008

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2010.01.21.104741" #define Cdrskin_timestamP "2010.01.23.103338"

View File

@ -1,14 +1,14 @@
#!/bin/sh #!/bin/sh
# compile_cdrskin.sh # compile_cdrskin.sh
# Copyright 2005 - 2009 Thomas Schmitt, scdbackup@gmx.net, GPL version 2 # Copyright 2005 - 2010 Thomas Schmitt, scdbackup@gmx.net, GPL
# 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"
fifo_opts="-DCdrskin_use_libburn_fifO" fifo_opts="-DCdrskin_use_libburn_fifO"
libvers="-DCdrskin_libburn_0_7_5" libvers="-DCdrskin_libburn_0_7_7"
# To be used if Makefile.am uses libburn_libburn_la_CFLAGS # To be used if Makefile.am uses libburn_libburn_la_CFLAGS
# burn="libburn/libburn_libburn_la-" # burn="libburn/libburn_libburn_la-"
@ -40,15 +40,15 @@ do
libdax_audioxtr_o= libdax_audioxtr_o=
libdax_msgs_o="$burn"message.o libdax_msgs_o="$burn"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_7_4" elif test "$i" = "-libburn_0_7_6"
then then
libvers="-DCdrskin_libburn_0_7_4" libvers="-DCdrskin_libburn_0_7_6"
libdax_audioxtr_o="$burn"libdax_audioxtr.o libdax_audioxtr_o="$burn"libdax_audioxtr.o
libdax_msgs_o="$burn"libdax_msgs.o libdax_msgs_o="$burn"libdax_msgs.o
cleanup_src_or_obj="$burn"cleanup.o cleanup_src_or_obj="$burn"cleanup.o
elif test "$i" = "-libburn_svn" elif test "$i" = "-libburn_svn"
then then
libvers="-DCdrskin_libburn_0_7_5" libvers="-DCdrskin_libburn_0_7_7"
libdax_audioxtr_o="$burn"libdax_audioxtr.o libdax_audioxtr_o="$burn"libdax_audioxtr.o
libdax_msgs_o="$burn"libdax_msgs.o libdax_msgs_o="$burn"libdax_msgs.o
cleanup_src_or_obj="$burn"cleanup.o cleanup_src_or_obj="$burn"cleanup.o
@ -98,7 +98,7 @@ do
echo "Options:" echo "Options:"
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 " -libburn_0_7_4 set macro to match libburn-0.7.4" echo " -libburn_0_7_6 set macro to match libburn-0.7.6"
echo " -libburn_svn set macro to match current libburn-SVN." echo " -libburn_svn set macro to match current libburn-SVN."
echo " -dvd_obs_64k 64 KB default size for DVD/BD writing." echo " -dvd_obs_64k 64 KB default size for DVD/BD writing."
echo " -use_libcdio link with -lcdio because libburn uses it." echo " -use_libcdio link with -lcdio because libburn uses it."

View File

@ -1,4 +1,4 @@
AC_INIT([libburn], [0.7.5], [http://libburnia-project.org]) AC_INIT([libburn], [0.7.7], [http://libburnia-project.org])
AC_PREREQ([2.50]) AC_PREREQ([2.50])
dnl AC_CONFIG_HEADER([config.h]) dnl AC_CONFIG_HEADER([config.h])
@ -7,7 +7,7 @@ AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE([subdir-objects]) AM_INIT_AUTOMAKE([subdir-objects])
dnl Notes by ts A71207 - A91012 : dnl Notes by ts A71207 - B00122 :
dnl dnl
dnl Regrettably the meaning of the various version types was misunderstood dnl Regrettably the meaning of the various version types was misunderstood
dnl before version 0.4.1. dnl before version 0.4.1.
@ -76,6 +76,7 @@ dnl 0.6.8 = libburn.so.4.33.0
dnl 0.7.0 = libburn.so.4.35.0 dnl 0.7.0 = libburn.so.4.35.0
dnl 0.7.2 = libburn.so.4.37.0 dnl 0.7.2 = libburn.so.4.37.0
dnl 0.7.4 = libburn.so.4.39.0 dnl 0.7.4 = libburn.so.4.39.0
dnl 0.7.6 = libburn.so.4.41.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.
@ -101,7 +102,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=7 BURN_MINOR_VERSION=7
BURN_MICRO_VERSION=5 BURN_MICRO_VERSION=7
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)
@ -112,15 +113,15 @@ AC_SUBST(BURN_VERSION)
dnl Libtool versioning 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 A91206 dnl ts B00122
dnl ### This is the release version libburn-0.7.4 = libburn.so.4.39.0 dnl ### This is the release version libburn-0.7.6 = libburn.so.4.41.0
dnl This is the development version after above release version dnl This is the development version after above release version
dnl ### LT_CURRENT++, LT_AGE++ has not yet happened. dnl LT_CURRENT++, LT_AGE++ has not yet happened.
dnl LT_CURRENT++, LT_AGE++ has happened meanwhile. dnl ### LT_CURRENT++, LT_AGE++ has happened meanwhile.
dnl dnl
dnl SONAME = 44 - 40 = 4 . Linux library name = libburn.so.4.40.0 dnl SONAME = 45 - 41 = 4 . Linux library name = libburn.so.4.41.0
LT_CURRENT=44 LT_CURRENT=45
LT_AGE=40 LT_AGE=41
LT_REVISION=0 LT_REVISION=0
LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE` LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE`
@ -216,7 +217,7 @@ if test x$enable_libcdio = xyes; then
dnl Check whether there is libcdio-devel and libcdio-runtime. dnl Check whether there is libcdio-devel and libcdio-runtime.
dnl If not, erase this macro dnl If not, erase this macro
LIBCDIO_DEF="-DLibburn_use_libcdiO" LIBCDIO_DEF="-DLibburn_use_libcdiO"
dnl The empty yes case obviously causes -lacl to be linked dnl The empty yes case obviously causes -lcdio to be linked
AC_CHECK_HEADER(cdio/cdio.h, AC_CHECK_LIB(cdio, mmc_last_cmd_sense, , LIBCDIO_DEF= ), LIBCDIO_DEF= ) AC_CHECK_HEADER(cdio/cdio.h, AC_CHECK_LIB(cdio, mmc_last_cmd_sense, , LIBCDIO_DEF= ), LIBCDIO_DEF= )
else else
LIBCDIO_DEF= LIBCDIO_DEF=

View File

@ -12,7 +12,7 @@ or take special precautions to interface with the library by 64 bit integers
where this .h files prescribe off_t. where this .h files prescribe off_t.
To prevent 64 bit file i/o in the library would keep the application from To prevent 64 bit file i/o in the library would keep the application from
producing and processing ISO images of more than 2 GB size. processing tracks of more than 2 GB size.
*/ */
#include <sys/types.h> #include <sys/types.h>
@ -2616,11 +2616,11 @@ 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 7 #define burn_header_version_minor 7
#define burn_header_version_micro 5 #define burn_header_version_micro 7
/** 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.
For the library compatibility check BURN_*_VERSION in configure.ac For the library compatibility check, BURN_*_VERSION in configure.ac
are not decisive. Only the three numbers above do matter. are not decisive. Only the three numbers above do matter.
*/ */
/** Usage discussion: /** Usage discussion: