Adapted standalone tarball to version functions
This commit is contained in:
parent
a7b4cf0560
commit
d23aabec6b
@ -7,14 +7,27 @@ AC_CANONICAL_TARGET
|
|||||||
|
|
||||||
AM_INIT_AUTOMAKE([subdir-objects])
|
AM_INIT_AUTOMAKE([subdir-objects])
|
||||||
|
|
||||||
dnl A dummy demanded by libburn sources, but unused by xorriso
|
|
||||||
BURN_MAJOR_VERSION=0
|
BURN_MAJOR_VERSION=0
|
||||||
BURN_MINOR_VERSION=0
|
BURN_MINOR_VERSION=4
|
||||||
BURN_MICRO_VERSION=0
|
BURN_MICRO_VERSION=1
|
||||||
AC_SUBST(BURN_MAJOR_VERSION)
|
AC_SUBST(BURN_MAJOR_VERSION)
|
||||||
AC_SUBST(BURN_MINOR_VERSION)
|
AC_SUBST(BURN_MINOR_VERSION)
|
||||||
AC_SUBST(BURN_MICRO_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])
|
AC_PREFIX_DEFAULT([/usr/local])
|
||||||
test "$prefix" = "NONE" && prefix=$ac_default_prefix
|
test "$prefix" = "NONE" && prefix=$ac_default_prefix
|
||||||
|
@ -20,8 +20,10 @@
|
|||||||
current_dir=$(pwd)
|
current_dir=$(pwd)
|
||||||
lone_dir="$current_dir"/"xorriso-standalone"
|
lone_dir="$current_dir"/"xorriso-standalone"
|
||||||
|
|
||||||
xorriso_rev=0.1.0
|
xorriso_rev=0.0.1
|
||||||
xorriso_pl=".pl00"
|
xorriso_pl=""
|
||||||
|
# For stable releases:
|
||||||
|
# xorriso_pl=".pl00"
|
||||||
|
|
||||||
with_bootstrap_tarball=1
|
with_bootstrap_tarball=1
|
||||||
|
|
||||||
@ -129,6 +131,9 @@ create_dir "$lone_dir"/libisofs
|
|||||||
goto_dir "$current_dir"/nglibisofs-develop
|
goto_dir "$current_dir"/nglibisofs-develop
|
||||||
copy_files src/*.[ch] "$lone_dir"/libisofs
|
copy_files src/*.[ch] "$lone_dir"/libisofs
|
||||||
|
|
||||||
|
# To get a common version.h
|
||||||
|
cat version.h.in >> "$lone_dir"/version.h.in
|
||||||
|
|
||||||
|
|
||||||
# <<< obsoleted
|
# <<< obsoleted
|
||||||
if test 1 = 0
|
if test 1 = 0
|
||||||
@ -164,6 +169,9 @@ copy_files libburn/*.[ch] "$lone_dir"/libburn
|
|||||||
|
|
||||||
copy_files COPYING "$lone_dir"/COPYING
|
copy_files COPYING "$lone_dir"/COPYING
|
||||||
|
|
||||||
|
# To get a common version.h
|
||||||
|
cat version.h.in >> "$lone_dir"/version.h.in
|
||||||
|
|
||||||
|
|
||||||
# tarball
|
# tarball
|
||||||
|
|
||||||
|
@ -65,7 +65,7 @@ furthered by team of libburnia-project.org)</DD>
|
|||||||
<DT>libisofs-1.0.0</DT>
|
<DT>libisofs-1.0.0</DT>
|
||||||
<DD>operates ISO 9660 images.</DD>
|
<DD>operates ISO 9660 images.</DD>
|
||||||
<DD>(By Vreixo Formoso from team of libburnia-project.org)</DD>
|
<DD>(By Vreixo Formoso from team of libburnia-project.org)</DD>
|
||||||
<DT>libisoburn-0.1.0</DT>
|
<DT>libisoburn-0.0.1</DT>
|
||||||
<DD>coordinates libburn and libisofs, emulates multi-session where needed.</DD>
|
<DD>coordinates libburn and libisofs, emulates multi-session where needed.</DD>
|
||||||
<DD>(By Vreixo Formoso and Thomas Schmitt
|
<DD>(By Vreixo Formoso and Thomas Schmitt
|
||||||
from team of libburnia-project.org)</DD>
|
from team of libburnia-project.org)</DD>
|
||||||
@ -217,7 +217,7 @@ Important: -indev and -outdev have to be different drives.
|
|||||||
</DT>
|
</DT>
|
||||||
|
|
||||||
<DT>Dialog mode accepts one or more options per line. An option and all its
|
<DT>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
|
run. It would write eventually pending changes to media, if that had not
|
||||||
already been done by -commit.</DT>
|
already been done by -commit.</DT>
|
||||||
<DD>$<KBD> xorriso -dialog on</KBD></DD>
|
<DD>$<KBD> xorriso -dialog on</KBD></DD>
|
||||||
@ -250,20 +250,20 @@ Testers wanted who are willing to risk some double layer DVD media.
|
|||||||
<P>
|
<P>
|
||||||
<DL>
|
<DL>
|
||||||
<DT>Download as source code (see README):</DT>
|
<DT>Download as source code (see README):</DT>
|
||||||
<DD><A HREF="xorriso-0.1.0.pl00.tar.gz">xorriso-0.1.0.pl00.tar.gz</A>
|
<DD><A HREF="xorriso-0.0.1.tar.gz">xorriso-0.0.1.tar.gz</A>
|
||||||
( KB).
|
( KB).
|
||||||
</DD>
|
</DD>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
<DD> </DD>
|
<DD> </DD>
|
||||||
<DT>Download as single x86 binaries (untar and move to /usr/bin/xorriso):</DT>
|
<DT>Download as single x86 binaries (untar and move to /usr/bin/xorriso):</DT>
|
||||||
<DD><A HREF="xorriso_0.1.0.pl00-x86-suse9_0.tar.gz">
|
<DD><A HREF="xorriso_0.0.1.pl00-x86-suse9_0.tar.gz">
|
||||||
xorriso_0.1.0.pl00-x86-suse9_0.tar.gz</A>, ( KB),
|
xorriso_0.0.1.pl00-x86-suse9_0.tar.gz</A>, ( KB),
|
||||||
<DL>
|
<DL>
|
||||||
<DD>runs on SuSE 9.0 (2.4.21) , SuSE 10.2 (2.6.18.2) and others.</DD>
|
<DD>runs on SuSE 9.0 (2.4.21) , SuSE 10.2 (2.6.18.2) and others.</DD>
|
||||||
</DL>
|
</DL>
|
||||||
<DD><A HREF="xorriso_0.1.0.pl00-x86-suse9_0-static.tar.gz">
|
<DD><A HREF="xorriso_0.0.1.pl00-x86-suse9_0-static.tar.gz">
|
||||||
xorriso_0.1.0.pl00-x86-suse9_0-static.tar.gz</A>, ( KB), -static compiled,
|
xorriso_0.0.1.pl00-x86-suse9_0-static.tar.gz</A>, ( KB), -static compiled,
|
||||||
<DL>
|
<DL>
|
||||||
<DD>runs on many other systems.</DD>
|
<DD>runs on many other systems.</DD>
|
||||||
-->
|
-->
|
||||||
@ -294,12 +294,12 @@ an <A HREF="http://www.opensource.org/">Open Source</A> approved license</DD>
|
|||||||
<HR>
|
<HR>
|
||||||
|
|
||||||
<P>
|
<P>
|
||||||
Enhancements towards previous stable version xorriso-0.1.0:
|
Enhancements towards previous stable version xorriso-0.0.1:
|
||||||
<UL>
|
<UL>
|
||||||
<LI>none yet</LI>
|
<LI>none yet</LI>
|
||||||
</UL>
|
</UL>
|
||||||
|
|
||||||
Bug fixes towards xorriso-0.1.0.pl00:
|
Bug fixes towards xorriso-0.0.1.pl00:
|
||||||
<UL>
|
<UL>
|
||||||
<LI>none yet</LI>
|
<LI>none yet</LI>
|
||||||
</UL>
|
</UL>
|
||||||
@ -310,8 +310,8 @@ Bug fixes towards xorriso-0.1.0.pl00:
|
|||||||
|
|
||||||
<P>
|
<P>
|
||||||
<DL>
|
<DL>
|
||||||
<DT><H3>Development snapshot, version 0.1.1 :</H3></DT>
|
<DT><H3>Development snapshot, version 0.0.1 :</H3></DT>
|
||||||
<DD>Enhancements towards stable version 0.1.0.pl00:
|
<DD>Enhancements towards stable version 0.0.1.pl00:
|
||||||
<UL>
|
<UL>
|
||||||
<LI>none yet</LI>
|
<LI>none yet</LI>
|
||||||
</UL>
|
</UL>
|
||||||
|
@ -1 +1 @@
|
|||||||
#define Xorriso_timestamP "2008.01.26.120534"
|
#define Xorriso_timestamP "2008.01.26.140005"
|
||||||
|
Loading…
Reference in New Issue
Block a user