Version leap to libisoburn-1.4.8

This commit is contained in:
2017-09-12 17:22:48 +02:00
parent 3813a747d1
commit 19e1303598
21 changed files with 210 additions and 238 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
http://www.gnu.org/software/xorriso/xorriso-1.4.7.tar.gz
http://www.gnu.org/software/xorriso/xorriso-1.4.8.tar.gz
Provided under GPL version 3 or later. No warranty.
------------------------------------------------------------------------------
@ -49,10 +49,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-1.4.7.tar.gz, take it to a directory of your choice and do:
Obtain xorriso-1.4.8.tar.gz, take it to a directory of your choice and do:
tar xzf xorriso-1.4.7.tar.gz
cd xorriso-1.4.7
tar xzf xorriso-1.4.8.tar.gz
cd xorriso-1.4.8
Within that directory execute:
@ -370,17 +370,17 @@ libisoburn provides several services:
or random access files.
- Implementation of the xorriso API.
The sourcecode of all three libraries is included in the xorriso standalone
tarball. It is compiled with xorriso and linked statically.
The sourcecode of all three libraries is included in the GNU xorriso tarball.
It is compiled with xorriso and linked statically.
But you may as well get and install releases of libburn and libisofs, in order
to be able to install a release of libisoburn which produces libisoburn.so.1
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-1.4.6 :
- libburn.so.4 , version libburn-1.4.6 or higher
- libisofs.so.6 , version libisofs-1.4.6 or higher
Dynamic library and compile time header requirements for libisoburn-1.4.8 :
- libburn.so.4 , version libburn-1.4.8 or higher
- libisofs.so.6 , version libisofs-1.4.8 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.