Version leap to libisoburn-0.4.9

This commit is contained in:
2010-01-25 15:02:59 +00:00
parent a734beb639
commit 07250da5f5
11 changed files with 97 additions and 73 deletions

View File

@ -4,8 +4,8 @@
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.4.7.tar.gz
Copyright (C) 2006-2010 Thomas Schmitt, provided under GPL version 2.
http://scdbackup.sourceforge.net/xorriso-0.4.9.tar.gz
Copyright (C) 2006-2010 Thomas Schmitt, provided under GPL version 2 or later.
------------------------------------------------------------------------------
@ -38,7 +38,7 @@ Prerequisites:
The tarball contains everything that is needed except the following system
components:
libc, libpthread
plus on FreeBSD: libiconv, libcam
plus on FreeBSD: libiconv, libcam, IDE and SATA drives need atapicam
Optional at compile time are:
libreadline and the readline-dev headers make dialog mode more convenient.
on Linux: libacl and libacl-devel allow getting and setting ACLs.
@ -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.4.7.tar.gz, take it to a directory of your choice and do:
Obtain xorriso-0.4.9.tar.gz, take it to a directory of your choice and do:
tar xzf xorriso-0.4.7.tar.gz
cd xorriso-0.4.7
tar xzf xorriso-0.4.9.tar.gz
cd xorriso-0.4.9
Within that directory execute:
@ -97,6 +97,11 @@ Other deliberate dependency reduction options of ./configure are:
--disable-xattr avoid use of xattr functions like listxattr()
--disable-zlib avoid use of zlib functions like compress2()
xorriso brings own system adapters which allow burning optical media on Linux
and FreeBSD. Alternatively it can use libcdio-0.83 or later for sending
commands to optical drives:
--enable-libcdio
xorriso allows to use external processes as file content filters. This is
a potential security risk which may be avoided by ./configure option
--disable-external-filters
@ -275,7 +280,7 @@ and a matching dynamically linked xorriso binary.
This binary is leaner but depends on properly installed libraries of suitable
revision.
Dynamic library and compile time header requirements for libisoburn-0.4.6 :
Dynamic library and compile time header requirements for libisoburn-0.4.8 :
- libburn.so.4 , version libburn-0.7.6 or higher
- libisofs.so.6 , version libisofs-0.6.26 or higher
libisoburn and xorriso will not start with libraries which are older than their
@ -288,8 +293,8 @@ Standalone xorriso has less runtime dependencies and can be moved more freely.
------------------------------------------------------------------------------
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2 as
published by the Free Software Foundation.
it under the terms of the GNU General Public License version 2 or later
as published by the Free Software Foundation.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of