From d23aabec6b4ddc4759080f15b7e01526327b2a4a Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Sat, 26 Jan 2008 14:01:19 +0000 Subject: [PATCH] Adapted standalone tarball to version functions --- xorriso/configure_ac.txt | 19 ++++++++++++++++--- xorriso/make_xorriso_standalone.sh | 12 ++++++++++-- xorriso/xorriso_eng.html | 22 +++++++++++----------- xorriso/xorriso_timestamp.h | 2 +- 4 files changed, 38 insertions(+), 17 deletions(-) diff --git a/xorriso/configure_ac.txt b/xorriso/configure_ac.txt index 20f8afa6..fdc677b2 100644 --- a/xorriso/configure_ac.txt +++ b/xorriso/configure_ac.txt @@ -7,14 +7,27 @@ AC_CANONICAL_TARGET AM_INIT_AUTOMAKE([subdir-objects]) -dnl A dummy demanded by libburn sources, but unused by xorriso BURN_MAJOR_VERSION=0 -BURN_MINOR_VERSION=0 -BURN_MICRO_VERSION=0 +BURN_MINOR_VERSION=4 +BURN_MICRO_VERSION=1 AC_SUBST(BURN_MAJOR_VERSION) AC_SUBST(BURN_MINOR_VERSION) AC_SUBST(BURN_MICRO_VERSION) +LIBISOFS_MAJOR_VERSION=0 +LIBISOFS_MINOR_VERSION=5 +LIBISOFS_MICRO_VERSION=0 +AC_SUBST(LIBISOFS_MAJOR_VERSION) +AC_SUBST(LIBISOFS_MINOR_VERSION) +AC_SUBST(LIBISOFS_MICRO_VERSION) + +ISOBURN_MAJOR_VERSION=0 +ISOBURN_MINOR_VERSION=0 +ISOBURN_MICRO_VERSION=1 +AC_SUBST(ISOBURN_MAJOR_VERSION) +AC_SUBST(ISOBURN_MINOR_VERSION) +AC_SUBST(ISOBURN_MICRO_VERSION) + AC_PREFIX_DEFAULT([/usr/local]) test "$prefix" = "NONE" && prefix=$ac_default_prefix diff --git a/xorriso/make_xorriso_standalone.sh b/xorriso/make_xorriso_standalone.sh index 26f1c1b9..ab5b6c85 100755 --- a/xorriso/make_xorriso_standalone.sh +++ b/xorriso/make_xorriso_standalone.sh @@ -20,8 +20,10 @@ current_dir=$(pwd) lone_dir="$current_dir"/"xorriso-standalone" -xorriso_rev=0.1.0 -xorriso_pl=".pl00" +xorriso_rev=0.0.1 +xorriso_pl="" +# For stable releases: +# xorriso_pl=".pl00" with_bootstrap_tarball=1 @@ -129,6 +131,9 @@ create_dir "$lone_dir"/libisofs goto_dir "$current_dir"/nglibisofs-develop copy_files src/*.[ch] "$lone_dir"/libisofs +# To get a common version.h +cat version.h.in >> "$lone_dir"/version.h.in + # <<< obsoleted if test 1 = 0 @@ -164,6 +169,9 @@ copy_files libburn/*.[ch] "$lone_dir"/libburn copy_files COPYING "$lone_dir"/COPYING +# To get a common version.h +cat version.h.in >> "$lone_dir"/version.h.in + # tarball diff --git a/xorriso/xorriso_eng.html b/xorriso/xorriso_eng.html index 433f2757..38cc0197 100644 --- a/xorriso/xorriso_eng.html +++ b/xorriso/xorriso_eng.html @@ -65,7 +65,7 @@ furthered by team of libburnia-project.org)
libisofs-1.0.0
operates ISO 9660 images.
(By Vreixo Formoso from team of libburnia-project.org)
-
libisoburn-0.1.0
+
libisoburn-0.0.1
coordinates libburn and libisofs, emulates multi-session where needed.
(By Vreixo Formoso and Thomas Schmitt from team of libburnia-project.org)
@@ -217,7 +217,7 @@ Important: -indev and -outdev have to be different drives.
Dialog mode accepts one or more options per line. An option and all its -arguments have to be given in one single line. Command -end stops a program +arguments have to be given in one single line. Command -end stops the program run. It would write eventually pending changes to media, if that had not already been done by -commit.
$ xorriso -dialog on
@@ -250,20 +250,20 @@ Testers wanted who are willing to risk some double layer DVD media.

Download as source code (see README):
-
xorriso-0.1.0.pl00.tar.gz +
xorriso-0.0.1.tar.gz ( KB).
@@ -294,12 +294,12 @@ an Open Source approved license

-Enhancements towards previous stable version xorriso-0.1.0: +Enhancements towards previous stable version xorriso-0.0.1:

-Bug fixes towards xorriso-0.1.0.pl00: +Bug fixes towards xorriso-0.0.1.pl00: @@ -310,8 +310,8 @@ Bug fixes towards xorriso-0.1.0.pl00:

-

Development snapshot, version 0.1.1 :

-
Enhancements towards stable version 0.1.0.pl00: +

Development snapshot, version 0.0.1 :

+
Enhancements towards stable version 0.0.1.pl00:
  • none yet
diff --git a/xorriso/xorriso_timestamp.h b/xorriso/xorriso_timestamp.h index d663ef35..7cb1377c 100644 --- a/xorriso/xorriso_timestamp.h +++ b/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2008.01.26.120534" +#define Xorriso_timestamP "2008.01.26.140005"