Version leap to libisoburn-0.6.5

This commit is contained in:
2010-10-26 10:48:18 +00:00
parent 8cbe7c37d7
commit 417213c41e
11 changed files with 74 additions and 84 deletions

View File

@ -4,7 +4,7 @@
GNU xorriso. By Thomas Schmitt <scdbackup@gmx.net>
Derived from and supported by libburnia-project.org, published via:
http://www.gnu.org/software/xorriso/xorriso_eng.html
ftp://ftp.gnu.org/gnu/xorriso/xorriso-0.6.3.tar.gz
ftp://ftp.gnu.org/gnu/xorriso/xorriso-0.6.5.tar.gz
Provided under GPL version 3 or later. No warranty.
------------------------------------------------------------------------------
@ -46,10 +46,10 @@ Optional at compile time are:
If they were present at compile time, then the optional libraries have to
be present at runtime, too.
Obtain xorriso-0.6.3.tar.gz, take it to a directory of your choice and do:
Obtain xorriso-0.6.5.tar.gz, take it to a directory of your choice and do:
tar xzf xorriso-0.6.3.tar.gz
cd xorriso-0.6.3
tar xzf xorriso-0.6.5.tar.gz
cd xorriso-0.6.5
Within that directory execute:
@ -98,7 +98,8 @@ Never omit the "make clean" command after switching libreadline enabling.
Other deliberate dependency reduction options of ./configure are:
--disable-libacl avoid use of ACL functions like acl_to_text()
--disable-xattr avoid use of xattr functions like listxattr()
--disable-zlib avoid use of zlib functions like compress2()
--disable-zlib avoid use of zlib functions like compress2()
this also avoids the use of libjte and option -jigdo.
xorriso brings own system adapters which allow burning optical media on
GNU/Linux, FreeBSD, Solaris.
@ -290,9 +291,9 @@ and a matching dynamically linked xorriso binary.
This binary is very lean but depends on properly installed libraries of
suitable revision.
Dynamic library and compile time header requirements for libisoburn-0.6.2 :
- libburn.so.4 , version libburn-0.8.4 or higher
- libisofs.so.6 , version libisofs-0.6.36 or higher
Dynamic library and compile time header requirements for libisoburn-0.6.4 :
- libburn.so.4 , version libburn-0.8.8 or higher
- libisofs.so.6 , version libisofs-0.6.38 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.
@ -418,8 +419,7 @@ Libburn. By Derek Foreman <derek@signalmarketing.com> and
Ben Jansens <xor@orodu.net>
Copyright (C) 2002-2006 Derek Foreman and Ben Jansens
GNU xorriso contains
libjte
GNU xorriso contains libjte
Copyright (C) 2000-2007 Free Software Foundation, Inc.
2004-2010 Steve McIntyre
2010-2010 George Danchev, Thomas Schmitt