Version leap to libisoburn-1.2.7
This commit is contained in:
@ -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.2.5.tar.gz
|
||||
http://www.gnu.org/software/xorriso/xorriso-1.2.7.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-1.2.5.tar.gz, take it to a directory of your choice and do:
|
||||
Obtain xorriso-1.2.7.tar.gz, take it to a directory of your choice and do:
|
||||
|
||||
tar xzf xorriso-1.2.5.tar.gz
|
||||
cd xorriso-1.2.5
|
||||
tar xzf xorriso-1.2.7.tar.gz
|
||||
cd xorriso-1.2.7
|
||||
|
||||
Within that directory execute:
|
||||
|
||||
@ -158,10 +158,15 @@ Or in the xorriso build directory, without installation of xorriso:
|
||||
xorriso/xorriso -launch_frontend frontend/xorriso-tcltk --stdio --
|
||||
|
||||
In the running GUI, click with the rightmost mouse button on any GUI element
|
||||
to get its particular help text.
|
||||
See file frontend/README-tcltk for a short introduction.
|
||||
to get its particular help text. The "Help" button at the upper right corner
|
||||
gives a short introduction and instructions for some common use cases.
|
||||
See also file frontend/README-tcltk.
|
||||
See its Tcl code for getting an idea how this gets achieved.
|
||||
|
||||
The script is part of the tarball and gets installed by make install. If a
|
||||
xorriso distro package does not install it, you may get it directly from
|
||||
http://libburnia-project.org/export/head/libisoburn/trunk/frontend/xorriso-tcltk
|
||||
|
||||
Further there is the C program frontend/frontend_pipes_xorriso.c which
|
||||
forks a xorriso process and shows the same communication gestures as
|
||||
xorriso-tcltk.
|
||||
@ -351,9 +356,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-1.2.4 :
|
||||
- libburn.so.4 , version libburn-1.2.4 or higher
|
||||
- libisofs.so.6 , version libisofs-1.2.4 or higher
|
||||
Dynamic library and compile time header requirements for libisoburn-1.2.6 :
|
||||
- libburn.so.4 , version libburn-1.2.6 or higher
|
||||
- libisofs.so.6 , version libisofs-1.2.6 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.
|
||||
@ -471,7 +476,7 @@ By Mario Danic <mario.danic@gmail.com>, libburn, libisofs
|
||||
Vreixo Formoso <metalpain2002@yahoo.es>, libisofs, libisoburn
|
||||
Thomas Schmitt <scdbackup@gmx.net>, libburn, libisofs,
|
||||
libisoburn, xorriso
|
||||
Copyright (C) 2006-2012 Mario Danic, Vreixo Formoso, Thomas Schmitt.
|
||||
Copyright (C) 2006-2013 Mario Danic, Vreixo Formoso, Thomas Schmitt.
|
||||
|
||||
libburnia-project.org is inspired by and in libburn still containing parts
|
||||
of old
|
||||
@ -487,7 +492,7 @@ Copyright (C) 2000-2007 Free Software Foundation, Inc.
|
||||
------------------------------------------------------------------------------
|
||||
|
||||
This text itself is
|
||||
Copyright (c) 2007 - 2012 Thomas Schmitt <scdbackup@gmx.net>
|
||||
Copyright (c) 2007 - 2013 Thomas Schmitt <scdbackup@gmx.net>
|
||||
and is freely distributable.
|
||||
It shall only be modified in sync with the technical properties of xorriso.
|
||||
If you make use of the license to derive modified versions of xorriso
|
||||
|
Reference in New Issue
Block a user