Revision: 234
Author: kdekorte
Date: Thu Jan 9 21:59:25 2014 UTC
Log: v1.0.9b
http://code.google.com/p/gmtk/source/detail?r=234
Modified:
/trunk/ChangeLog
/trunk/configure
/trunk/
configure.ac
=======================================
--- /trunk/ChangeLog Wed Oct 30 11:59:05 2013 UTC
+++ /trunk/ChangeLog Thu Jan 9 21:59:25 2014 UTC
@@ -1,4 +1,5 @@
Development
+1.0.9b
Only do the media player allocation event if no video is present
Fix parameter warning to gtk_widget_get_visible
Add backend variable to gmtk.pc
=======================================
--- /trunk/configure Mon Oct 14 15:15:25 2013 UTC
+++ /trunk/configure Thu Jan 9 21:59:25 2014 UTC
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for gmtk 1.0.9a.
+# Generated by GNU Autoconf 2.69 for gmtk 1.0.9b.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -587,8 +587,8 @@
# Identity of this package.
PACKAGE_NAME='gmtk'
PACKAGE_TARNAME='gmtk'
-PACKAGE_VERSION='1.0.9a'
-PACKAGE_STRING='gmtk 1.0.9a'
+PACKAGE_VERSION='1.0.9b'
+PACKAGE_STRING='gmtk 1.0.9b'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@@ -1470,7 +1470,7 @@
# 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 gmtk 1.0.9a to adapt to many kinds of systems.
+\`configure' configures gmtk 1.0.9b to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1540,7 +1540,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of gmtk 1.0.9a:";;
+ short | recursive ) echo "Configuration of gmtk 1.0.9b:";;
esac
cat <<\_ACEOF
@@ -1725,7 +1725,7 @@
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-gmtk configure 1.0.9a
+gmtk configure 1.0.9b
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2090,7 +2090,7 @@
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by gmtk $as_me 1.0.9a, which was
+It was created by gmtk $as_me 1.0.9b, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -2955,7 +2955,7 @@
# Define the identity of the package.
PACKAGE=gmtk
- VERSION=1.0.9a
+ VERSION=1.0.9b
cat >>confdefs.h <<_ACEOF
@@ -16008,7 +16008,7 @@
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by gmtk $as_me 1.0.9a, which was
+This file was extended by gmtk $as_me 1.0.9b, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -16074,7 +16074,7 @@
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //;
s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-gmtk config.status 1.0.9a
+gmtk config.status 1.0.9b
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
=======================================
--- /trunk/
configure.ac Fri May 31 12:45:27 2013 UTC
+++ /trunk/
configure.ac Thu Jan 9 21:59:25 2014 UTC
@@ -2,7 +2,7 @@
dnl Created by Anjuta application wizard.
-AC_INIT(gmtk, 1.0.9a)
+AC_INIT(gmtk, 1.0.9b)
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)