Version leap to 0.2.7
This commit is contained in:
@ -26,12 +26,12 @@ following possible.
|
||||
cdrskin. By Thomas Schmitt <scdbackup@gmx.net>
|
||||
Integrated sub project of libburn.pykix.org but also published via:
|
||||
http://scdbackup.sourceforge.net/cdrskin_eng.html
|
||||
http://scdbackup.sourceforge.net/cdrskin-0.2.6.pl01.tar.gz
|
||||
http://scdbackup.sourceforge.net/cdrskin-0.2.7.tar.gz
|
||||
Copyright (C) 2006 Thomas Schmitt
|
||||
|
||||
------------------------------------------------------------------------------
|
||||
|
||||
On top of libburn there is implemented cdrskin 0.2.6, a limited cdrecord
|
||||
On top of libburn there is implemented cdrskin 0.2.7, a limited cdrecord
|
||||
compatibility wrapper which allows to use some libburn features from
|
||||
the command line.
|
||||
Interested users of cdrecord are invited to participate in the development
|
||||
@ -59,16 +59,16 @@ systems, including 64 bit systems. (Further reports are welcome.)
|
||||
|
||||
Compilation, First Glimpse, Installation
|
||||
|
||||
Obtain cdrskin-0.2.6.pl01.tar.gz, take it to a directory of your choice and do:
|
||||
Obtain cdrskin-0.2.7.tar.gz, take it to a directory of your choice and do:
|
||||
|
||||
tar xzf cdrskin-0.2.6.pl01.tar.gz
|
||||
cd cdrskin-0.2.6
|
||||
tar xzf cdrskin-0.2.7.tar.gz
|
||||
cd cdrskin-0.2.7
|
||||
|
||||
Or obtain a libburn.pykix.org SVN snapshot,
|
||||
go into the toplevel directory of the snapshot (e.g. cd libburn_pykix ),
|
||||
and execute the autotools script ./bootstrap . Use autools version >= 1.7 .
|
||||
|
||||
Within that toplevel directory of either cdrskin-0.2.6 or libburn then execute:
|
||||
Within that toplevel directory of either cdrskin-0.2.7 or libburn then execute:
|
||||
|
||||
./configure
|
||||
make
|
||||
|
@ -123,7 +123,7 @@ or
|
||||
|
||||
/** The official program version */
|
||||
#ifndef Cdrskin_prog_versioN
|
||||
#define Cdrskin_prog_versioN "0.2.6"
|
||||
#define Cdrskin_prog_versioN "0.2.7"
|
||||
#endif
|
||||
|
||||
/** The source code release timestamp */
|
||||
@ -161,6 +161,11 @@ or
|
||||
#define Cdrskin_libburn_from_pykix_svN 1
|
||||
#endif /* Cdrskin_libburn_0_2_6 */
|
||||
|
||||
#ifdef Cdrskin_libburn_0_2_7
|
||||
#define Cdrskin_libburn_versioN "0.2.7"
|
||||
#define Cdrskin_libburn_from_pykix_svN 1
|
||||
#endif /* Cdrskin_libburn_0_2_6 */
|
||||
|
||||
#ifndef Cdrskin_libburn_versioN
|
||||
#define Cdrskin_libburn_versioN "0.2.6"
|
||||
#define Cdrskin_libburn_from_pykix_svN 1
|
||||
|
@ -7,7 +7,7 @@
|
||||
debug_opts=
|
||||
def_opts=
|
||||
largefile_opts="-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1"
|
||||
libvers="-DCdrskin_libburn_0_2_6"
|
||||
libvers="-DCdrskin_libburn_0_2_7"
|
||||
cleanup_src_or_obj="libburn/cleanup.o"
|
||||
libdax_msgs_o="libburn/libdax_msgs.o"
|
||||
libdax_audioxtr_o="libburn/libdax_audioxtr.o"
|
||||
@ -41,7 +41,7 @@ do
|
||||
cleanup_src_or_obj="libburn/cleanup.o"
|
||||
elif test "$i" = "-libburn_svn"
|
||||
then
|
||||
libvers="-DCdrskin_libburn_0_2_6"
|
||||
libvers="-DCdrskin_libburn_0_2_7"
|
||||
libdax_audioxtr_o="libburn/libdax_audioxtr.o"
|
||||
libdax_msgs_o="libburn/libdax_msgs.o"
|
||||
cleanup_src_or_obj="libburn/cleanup.o"
|
||||
|
Reference in New Issue
Block a user