Skip to content

Commit

Permalink
Version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gansm committed Nov 4, 2017
1 parent aa4caf4 commit 129384d
Show file tree
Hide file tree
Showing 120 changed files with 4,767 additions and 5,439 deletions.
828 changes: 159 additions & 669 deletions COPYING

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2017-11-04 Markus Gans <guru.mail@muenster.de>
* Version 0.4.0
* Change license from GPL v3 to LGPL v3

2017-11-03 Markus Gans <guru.mail@muenster.de>
* Small NewFont improvements
* Fixed bug: The window example called a callback method after
Expand Down
828 changes: 159 additions & 669 deletions LICENSE

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for finalcut 0.3.0.
# Generated by GNU Autoconf 2.69 for finalcut 0.4.0.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
Expand Down Expand Up @@ -587,8 +587,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='finalcut'
PACKAGE_TARNAME='finalcut'
PACKAGE_VERSION='0.3.0'
PACKAGE_STRING='finalcut 0.3.0'
PACKAGE_VERSION='0.4.0'
PACKAGE_STRING='finalcut 0.4.0'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''

Expand Down Expand Up @@ -1333,7 +1333,7 @@ if test "$ac_init_help" = "long"; then
# 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.
cat <<_ACEOF
\`configure' configures finalcut 0.3.0 to adapt to many kinds of systems.
\`configure' configures finalcut 0.4.0 to adapt to many kinds of systems.

Usage: $0 [OPTION]... [VAR=VALUE]...

Expand Down Expand Up @@ -1404,7 +1404,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of finalcut 0.3.0:";;
short | recursive ) echo "Configuration of finalcut 0.4.0:";;
esac
cat <<\_ACEOF

Expand Down Expand Up @@ -1514,7 +1514,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
finalcut configure 0.3.0
finalcut configure 0.4.0
generated by GNU Autoconf 2.69

Copyright (C) 2012 Free Software Foundation, Inc.
Expand Down Expand Up @@ -2000,7 +2000,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by finalcut $as_me 0.3.0, which was
It was created by finalcut $as_me 0.4.0, which was
generated by GNU Autoconf 2.69. Invocation command line was

$ $0 $@
Expand Down Expand Up @@ -2869,7 +2869,7 @@ fi

# Define the identity of the package.
PACKAGE='finalcut'
VERSION='0.3.0'
VERSION='0.4.0'


cat >>confdefs.h <<_ACEOF
Expand Down Expand Up @@ -15740,7 +15740,7 @@ Usage: $0 [OPTIONS]
Report bugs to <bug-libtool@gnu.org>."

lt_cl_version="\
finalcut config.lt 0.3.0
finalcut config.lt 0.4.0
configured by $0, generated by GNU Autoconf 2.69.

Copyright (C) 2011 Free Software Foundation, Inc.
Expand Down Expand Up @@ -16971,7 +16971,7 @@ $lt_cl_success || as_fn_exit 1
### This defines the version number of the installed .so files
### Update this value for every release! (A:B:C will map to foo.so.(A-C).C.B)
### using libtool's versioning system.
SO_VERSION="3:0:3"
SO_VERSION="4:0:4"



Expand Down Expand Up @@ -17618,7 +17618,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by finalcut $as_me 0.3.0, which was
This file was extended by finalcut $as_me 0.4.0, which was
generated by GNU Autoconf 2.69. Invocation command line was

CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -17684,7 +17684,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
finalcut config.status 0.3.0
finalcut config.status 0.4.0
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"

Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Process this file with autoconf to produce a configure script.

AC_INIT([finalcut], [0.3.0])
AC_INIT([finalcut], [0.4.0])
AC_CONFIG_HEADER([config.h])
AX_PREFIX_CONFIG_H([include/final/fconfig.h], [F])
AC_CONFIG_SRCDIR([src/fobject.cpp])
Expand Down Expand Up @@ -48,7 +48,7 @@ LT_OUTPUT
### This defines the version number of the installed .so files
### Update this value for every release! (A:B:C will map to foo.so.(A-C).C.B)
### using libtool's versioning system.
AC_SUBST(SO_VERSION, ["3:0:3"])
AC_SUBST(SO_VERSION, ["4:0:4"])

AC_SUBST([LIBTOOL_DEPS])

Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
finalcut (0.4.0) unstable; urgency=low

* Release (version 0.4.0)

-- Markus Gans <guru.mail@muenster.de> Sat, 04 Nov 2017 08:53:19 +0100

finalcut (0.3.0) unstable; urgency=low

* Release (version 0.3.0)
Expand Down
20 changes: 10 additions & 10 deletions debian/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,24 @@ Upstream-Name: finalcut
source https://github.com/gansm/finalcut

Files: *
Copyright: 2014, Markus Gans <guru.mail@muenster.de>
License: GPL-3
Copyright: 2017, Markus Gans <guru.mail@muenster.de>
License: LGPL-3

License: GPL-3
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
License: LGPL-3
The Final Cut is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
.
This program is distributed in the hope that it will be useful,
The Final Cut is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
GNU Lesser General Public License for more details.
.
You should have received a copy of the GNU General Public License
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
.
On Debian systems, the full text of the GNU General Public License
On Debian systems, the full text of the GNU Lesser General Public License
Version 3 can be found in the file
`/usr/share/common-licenses/GPL-3`.
`/usr/share/common-licenses/LGPL-3`.

2 changes: 1 addition & 1 deletion debian/libfinal0.shlibs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
libfinal 0 libfinal0 (>= 0.3.0)
libfinal 0 libfinal0 (>= 0.4.0)
Loading

0 comments on commit 129384d

Please sign in to comment.