Version leap to xorriso-0.1.2

This commit is contained in:
2008-03-12 12:28:16 +00:00
parent 39ee321f3b
commit 466f640565
7 changed files with 94 additions and 44 deletions

View File

@ -4,7 +4,7 @@
xorriso. By Thomas Schmitt <scdbackup@gmx.net>
Integrated sub project of libburnia-project.org but also published via:
http://scdbackup.sourceforge.net/xorriso_eng.html
http://scdbackup.sourceforge.net/xorriso-0.1.1.tar.gz
http://scdbackup.sourceforge.net/xorriso-0.1.2.pl00.tar.gz
Copyright (C) 2006-2008 Thomas Schmitt, provided under GPL version 2.
------------------------------------------------------------------------------
@ -35,10 +35,10 @@ The tarball contains anything that is needed except libc and libpthread.
libreadline and the readline-dev headers will make dialog mode more convenient,
but are not mandatory.
Obtain xorriso-0.1.1.tar.gz, take it to a directory of your choice and do:
Obtain xorriso-0.1.2.pl00.tar.gz, take it to a directory of your choice and do:
tar xzf xorriso-0.1.1.tar.gz
cd xorriso-0.1.1
tar xzf xorriso-0.1.2.pl00.tar.gz
cd xorriso-0.1.2
Within that directory execute:
@ -160,9 +160,17 @@ and a matching dynamically linked xorriso binary.
This binary is leaner but depends on properly installed libraries of suitable
revision.
WARNING: There is no libisoburn-0.1.2 suitable for dynamic linking because
libisoburn-0.1.1 uses features of libisofs-0.6.3 of which the API/ABI is
not decared frozen yet.
If you build libisoburn-0.1.1 of SVN revision 1620 you will get xorriso-0.1.1
with the same features as xorriso-0.1.2.pl00. But this is not suitable for
distribution because it is only guaranteed to work if linked at runtime
with libisofs-0.6.3 revision 386 of bzr branch "Vreixo".
Dynamic library and compile time header requirements for libisoburn-0.1.1 :
- libburn.so.4 , version libburn-0.4.2 or higher
- libisofs.so.6 , version libisofs-0.6.2 or higher
- libisofs.so.6 , version libisofs-0.6.3 or higher
libisoburn and xorriso will not start with libraries which are older than their
headers seen at compile time. So compile in the oldest possible installation
setup unless you have reason to enforce a newer bug fix level.