version 0.1.1

This commit is contained in:
Markus Gans 2015-07-04 23:35:34 +02:00
parent 450225c9c9
commit 91497fbb4c
5 changed files with 25 additions and 25 deletions

22
configure vendored
View File

@ -1,6 +1,6 @@
#! /bin/sh #! /bin/sh
# Guess values for system-dependent variables and create Makefiles. # Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for finalcut 0.1.0b. # Generated by GNU Autoconf 2.69 for finalcut 0.1.1.
# #
# #
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@ -587,8 +587,8 @@ MAKEFLAGS=
# Identity of this package. # Identity of this package.
PACKAGE_NAME='finalcut' PACKAGE_NAME='finalcut'
PACKAGE_TARNAME='finalcut' PACKAGE_TARNAME='finalcut'
PACKAGE_VERSION='0.1.0b' PACKAGE_VERSION='0.1.1'
PACKAGE_STRING='finalcut 0.1.0b' PACKAGE_STRING='finalcut 0.1.1'
PACKAGE_BUGREPORT='' PACKAGE_BUGREPORT=''
PACKAGE_URL='' PACKAGE_URL=''
@ -1321,7 +1321,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing. # Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh. # This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF cat <<_ACEOF
\`configure' configures finalcut 0.1.0b to adapt to many kinds of systems. \`configure' configures finalcut 0.1.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]... Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1391,7 +1391,7 @@ fi
if test -n "$ac_init_help"; then if test -n "$ac_init_help"; then
case $ac_init_help in case $ac_init_help in
short | recursive ) echo "Configuration of finalcut 0.1.0b:";; short | recursive ) echo "Configuration of finalcut 0.1.1:";;
esac esac
cat <<\_ACEOF cat <<\_ACEOF
@ -1500,7 +1500,7 @@ fi
test -n "$ac_init_help" && exit $ac_status test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then if $ac_init_version; then
cat <<\_ACEOF cat <<\_ACEOF
finalcut configure 0.1.0b finalcut configure 0.1.1
generated by GNU Autoconf 2.69 generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc. Copyright (C) 2012 Free Software Foundation, Inc.
@ -1986,7 +1986,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake. running configure, to aid debugging if configure makes a mistake.
It was created by finalcut $as_me 0.1.0b, which was It was created by finalcut $as_me 0.1.1, which was
generated by GNU Autoconf 2.69. Invocation command line was generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@ $ $0 $@
@ -2850,7 +2850,7 @@ fi
# Define the identity of the package. # Define the identity of the package.
PACKAGE='finalcut' PACKAGE='finalcut'
VERSION='0.1.0b' VERSION='0.1.1'
cat >>confdefs.h <<_ACEOF cat >>confdefs.h <<_ACEOF
@ -15553,7 +15553,7 @@ Usage: $0 [OPTIONS]
Report bugs to <bug-libtool@gnu.org>." Report bugs to <bug-libtool@gnu.org>."
lt_cl_version="\ lt_cl_version="\
finalcut config.lt 0.1.0b finalcut config.lt 0.1.1
configured by $0, generated by GNU Autoconf 2.69. configured by $0, generated by GNU Autoconf 2.69.
Copyright (C) 2011 Free Software Foundation, Inc. Copyright (C) 2011 Free Software Foundation, Inc.
@ -17412,7 +17412,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their # report actual input values of CONFIG_FILES etc. instead of their
# values after options handling. # values after options handling.
ac_log=" ac_log="
This file was extended by finalcut $as_me 0.1.0b, which was This file was extended by finalcut $as_me 0.1.1, which was
generated by GNU Autoconf 2.69. Invocation command line was generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES CONFIG_FILES = $CONFIG_FILES
@ -17469,7 +17469,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\ ac_cs_version="\\
finalcut config.status 0.1.0b finalcut config.status 0.1.1
configured by $0, generated by GNU Autoconf 2.69, configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\" with options \\"\$ac_cs_config\\"

View File

@ -4,7 +4,7 @@
# Process this file with autoconf to produce a configure script. # Process this file with autoconf to produce a configure script.
AC_INIT([finalcut], [0.1.0b]) AC_INIT([finalcut], [0.1.1])
AC_CONFIG_SRCDIR([src/fobject.cpp]) AC_CONFIG_SRCDIR([src/fobject.cpp])
AM_INIT_AUTOMAKE AM_INIT_AUTOMAKE
AC_PROG_CC AC_PROG_CC

View File

@ -83,8 +83,8 @@ endif
$(CXX) -c $(CCXFLAGS) -fpic -o $@ $< $(CXX) -c $(CCXFLAGS) -fpic -o $@ $<
all: dep $(OBJS) all: dep $(OBJS)
$(CXX) $(CCXFLAGS) $(INCLUDES) $(LDFLAGS) -shared -Wl,-soname,$(LIB).0 -o $(LIB).0.1.0 $(OBJS) $(CXX) $(CCXFLAGS) $(INCLUDES) $(LDFLAGS) -shared -Wl,-soname,$(LIB).0 -o $(LIB).0.1.1 $(OBJS)
ln -s -f $(LIB).0.1.0 libfinal.so.0 ln -s -f $(LIB).0.1.1 libfinal.so.0
ln -s -f $(LIB).0 libfinal.so ln -s -f $(LIB).0 libfinal.so
$(LIB): all $(LIB): all
@ -97,8 +97,8 @@ profile:
install: $(LIB) install: $(LIB)
mkdir -p $(LIBDIR) mkdir -p $(LIBDIR)
install -c $(LIB).0.1.0 $(LIBDIR)/$(LIB).0.1.0 install -c $(LIB).0.1.1 $(LIBDIR)/$(LIB).0.1.1
ln -s -f $(LIB).0.1.0 $(LIBDIR)/libfinal.so.0 ln -s -f $(LIB).0.1.1 $(LIBDIR)/libfinal.so.0
ln -s -f $(LIB).0 $(LIBDIR)/libfinal.so ln -s -f $(LIB).0 $(LIBDIR)/libfinal.so
ldconfig ldconfig
mkdir -p $(INCLUDEDIR) mkdir -p $(INCLUDEDIR)
@ -108,7 +108,7 @@ install: $(LIB)
done done
uninstall: $(INCLUDE_HEADERS) uninstall: $(INCLUDE_HEADERS)
$(RM) $(LIBDIR)/$(LIB).0.1.0 $(LIBDIR)/libfinal.so.0 $(LIBDIR)/libfinal.so $(RM) $(LIBDIR)/$(LIB).0.1.1 $(LIBDIR)/libfinal.so.0 $(LIBDIR)/libfinal.so
@list='$(INCLUDE_HEADERS)'; for h in $$list; \ @list='$(INCLUDE_HEADERS)'; for h in $$list; \
do \ do \
$(RM) $(INCLUDEDIR)/$$h; \ $(RM) $(INCLUDEDIR)/$$h; \

View File

@ -83,8 +83,8 @@ endif
$(CXX) -c $(CCXFLAGS) -fpic -o $@ $< $(CXX) -c $(CCXFLAGS) -fpic -o $@ $<
all: dep $(OBJS) all: dep $(OBJS)
$(CXX) $(CCXFLAGS) $(INCLUDES) $(LDFLAGS) -shared -Wl,-soname,$(LIB).0 -o $(LIB).0.1.0 $(OBJS) $(CXX) $(CCXFLAGS) $(INCLUDES) $(LDFLAGS) -shared -Wl,-soname,$(LIB).0 -o $(LIB).0.1.1 $(OBJS)
ln -s -f $(LIB).0.1.0 libfinal.so.0 ln -s -f $(LIB).0.1.1 libfinal.so.0
ln -s -f $(LIB).0 libfinal.so ln -s -f $(LIB).0 libfinal.so
$(LIB): all $(LIB): all
@ -97,8 +97,8 @@ profile:
install: $(LIB) install: $(LIB)
mkdir -p $(LIBDIR) mkdir -p $(LIBDIR)
install -c $(LIB).0.1.0 $(LIBDIR)/$(LIB).0.1.0 install -c $(LIB).0.1.1 $(LIBDIR)/$(LIB).0.1.1
ln -s -f $(LIB).0.1.0 $(LIBDIR)/libfinal.so.0 ln -s -f $(LIB).0.1.1 $(LIBDIR)/libfinal.so.0
ln -s -f $(LIB).0 $(LIBDIR)/libfinal.so ln -s -f $(LIB).0 $(LIBDIR)/libfinal.so
ldconfig ldconfig
mkdir -p $(INCLUDEDIR) mkdir -p $(INCLUDEDIR)
@ -108,7 +108,7 @@ install: $(LIB)
done done
uninstall: $(INCLUDE_HEADERS) uninstall: $(INCLUDE_HEADERS)
$(RM) $(LIBDIR)/$(LIB).0.1.0 $(LIBDIR)/libfinal.so.0 $(LIBDIR)/libfinal.so $(RM) $(LIBDIR)/$(LIB).0.1.1 $(LIBDIR)/libfinal.so.0 $(LIBDIR)/libfinal.so
@list='$(INCLUDE_HEADERS)'; for h in $$list; \ @list='$(INCLUDE_HEADERS)'; for h in $$list; \
do \ do \
$(RM) $(INCLUDEDIR)/$$h; \ $(RM) $(INCLUDEDIR)/$$h; \

View File

@ -448,7 +448,7 @@ void MyDialog::cb_about (FWidget* widget, void*)
FString line(2, wchar_t(fc::BoxDrawingsHorizontal)); FString line(2, wchar_t(fc::BoxDrawingsHorizontal));
FMessageBox info ( "About", line + L" The Final Cut " + line + "\n\n" FMessageBox info ( "About", line + L" The Final Cut " + line + "\n\n"
L"Version 0.1.0\n\n" L"Version 0.1.1\n\n"
L"(c) 2015 by Markus Gans", L"(c) 2015 by Markus Gans",
FMessageBox::Ok, 0, 0, this ); FMessageBox::Ok, 0, 0, this );
info.setCenterText(); info.setCenterText();
@ -656,14 +656,14 @@ int main (int argc, char* argv[])
} }
FApplication app(argc, argv); FApplication app(argc, argv);
app.setXTermTitle ("The FINAL CUT 0.1.0 (C) 2015 by Markus Gans"); app.setXTermTitle ("The FINAL CUT 0.1.1 (C) 2015 by Markus Gans");
//app.setEncoding("VT100"); //app.setEncoding("VT100");
//app.setTermGeometry(94,30); //app.setTermGeometry(94,30);
//app.setNewFont(); //app.setNewFont();
MyDialog d(&app); MyDialog d(&app);
d.setText ("The FINAL CUT 0.1.0 (C) 2015 by Markus Gans"); d.setText ("The FINAL CUT 0.1.1 (C) 2015 by Markus Gans");
d.setGeometry (int((app.getWidth()-56)/2), 2, 56, app.getHeight()-3); d.setGeometry (int((app.getWidth()-56)/2), 2, 56, app.getHeight()-3);
d.setShadow(); d.setShadow();