[longomatch] Version 0.15.0 Unix



commit dca2c2ec6c42adc7d6797ce206c1eb1cd50d62be
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Thu Aug 20 17:26:54 2009 +0200

    Version 0.15.0 Unix

 CesarPlayer/AssemblyInfo.cs |    2 +-
 CesarPlayer/Makefile.in     |   11 ++---------
 LongoMatch/AssemblyInfo.cs  |    2 +-
 LongoMatch/Makefile.in      |    6 ++++--
 Translations/Makefile.in    |    2 +-
 autogen.sh                  |    2 +-
 configure                   |   20 ++++++++++----------
 configure.ac                |    2 +-
 8 files changed, 21 insertions(+), 26 deletions(-)
---
diff --git a/CesarPlayer/AssemblyInfo.cs b/CesarPlayer/AssemblyInfo.cs
index ecfb680..e606c11 100644
--- a/CesarPlayer/AssemblyInfo.cs
+++ b/CesarPlayer/AssemblyInfo.cs
@@ -23,7 +23,7 @@ using System.Runtime.CompilerServices;
 // You can specify all values by your own or you can build default build and revision
 // numbers with the '*' character (the default):
 
-[assembly: AssemblyVersion("0.16.*")]
+[assembly: AssemblyVersion("0.15.0")]
 
 // The following attributes specify the key for the sign of your assembly. See the
 // .NET Framework documentation for more information about signing.
diff --git a/CesarPlayer/Makefile.in b/CesarPlayer/Makefile.in
index b1580c5..09b1972 100644
--- a/CesarPlayer/Makefile.in
+++ b/CesarPlayer/Makefile.in
@@ -264,23 +264,16 @@ FILES = \
 	Editor/VideoQuality.cs \
 	Editor/PercentCompletedHandler.cs \
 	Editor/GstVideoSplitter.cs \
-	Editor/GnonlinEditor.cs \
 	Editor/VideoSegment.cs \
 	Editor/EditorState.cs \
 	Editor/VideoFormat.cs \
 	Editor/VideoMuxer.cs \
 	Editor/VideoCodec.cs \
-	Editor/IMerger.cs \
-	Editor/MatroskaMerger.cs \
 	Editor/AudioCodec.cs \
 	Editor/IVideoSplitter.cs \
 	Editor/VideoSplitterType.cs \
-	Editor/ConcatMerger.cs \
-	Editor/GenericMerger.cs \
-	Editor/AviMerger.cs \
 	Utils/MediaFile.cs \
-	Utils/PreviewMediaFile.cs\
-	Editor/AvidemuxMerger.cs 
+	Utils/PreviewMediaFile.cs
 
 DATA_FILES = 
 RESOURCES = \
@@ -361,7 +354,7 @@ programfilesdir = @libdir@/@PACKAGE@
 programfiles_DATA = $(PROGRAMFILES)
 commonapplicationdatarootimagesdir = @datadir@/@PACKAGE@/images
 commonapplicationdatarootimages_DATA = $(COMMONAPPLICATIONDATAROOT_IMAGES)
-commonapplicationdatarootlogodir = @datadir@/@PACKAGE@/icons/hicolor/48x48/apps
+commonapplicationdatarootlogodir = @datadir@/icons/hicolor/48x48/apps
 commonapplicationdatarootlogo_DATA = $(COMMONAPPLICATIONDATAROOT_LOGO)
 
 # generating satellite assemblies
diff --git a/LongoMatch/AssemblyInfo.cs b/LongoMatch/AssemblyInfo.cs
old mode 100755
new mode 100644
index 68339a5..4ef1576
--- a/LongoMatch/AssemblyInfo.cs
+++ b/LongoMatch/AssemblyInfo.cs
@@ -23,7 +23,7 @@ using System.Runtime.CompilerServices;
 // You can specify all values by your own or you can build default build and revision
 // numbers with the '*' character (the default):
 
-[assembly: AssemblyVersion("0.14.2")]
+[assembly: AssemblyVersion("0.15.0")]
 
 // The following attributes specify the key for the sign of your assembly. See the
 // .NET Framework documentation for more information about signing.
diff --git a/LongoMatch/Makefile.in b/LongoMatch/Makefile.in
index 89410a2..6df31ba 100644
--- a/LongoMatch/Makefile.in
+++ b/LongoMatch/Makefile.in
@@ -352,6 +352,7 @@ FILES = \
 	Compat/0.0/DB/MediaFile.cs \
 	Compat/0.0/DB/Project.cs \
 	Compat/0.0/DB/Sections.cs \
+	Compat/0.0/IO/SectionsReader.cs\
 	Compat/0.0/Time/MediaTimeNode.cs \
 	Compat/0.0/Time/PixbufTimeNode.cs \
 	Compat/0.0/Time/PlayListTimeNode.cs \
@@ -361,7 +362,8 @@ FILES = \
 	Compat/0.0/Playlist/IPlayList.cs \
 	Compat/0.0/Playlist/PlayList.cs \
 	Compat/0.0/DatabaseMigrator.cs \
-	Compat/0.0/PlayListMigrator.cs 
+	Compat/0.0/PlayListMigrator.cs\
+	Compat/0.0/TemplatesMigrator.cs 
 
 DATA_FILES = 
 RESOURCES = \
@@ -451,7 +453,7 @@ programfilesdir = @libdir@/@PACKAGE@
 programfiles_DATA = $(PROGRAMFILES)
 commonapplicationdatarootimagesdir = @datadir@/@PACKAGE@/images
 commonapplicationdatarootimages_DATA = $(COMMONAPPLICATIONDATAROOT_IMAGES)
-commonapplicationdatarootlogodir = @datadir@/@PACKAGE@/icons/hicolor/48x48/apps
+commonapplicationdatarootlogodir = @datadir@/icons/hicolor/48x48/apps
 commonapplicationdatarootlogo_DATA = $(COMMONAPPLICATIONDATAROOT_LOGO)
 
 # generating satellite assemblies
diff --git a/Translations/Makefile.in b/Translations/Makefile.in
index cd32549..aba479f 100644
--- a/Translations/Makefile.in
+++ b/Translations/Makefile.in
@@ -260,7 +260,7 @@ programfilesdir = @libdir@/@PACKAGE@
 programfiles_DATA = $(PROGRAMFILES)
 commonapplicationdatarootimagesdir = @datadir@/@PACKAGE@/images
 commonapplicationdatarootimages_DATA = $(COMMONAPPLICATIONDATAROOT_IMAGES)
-commonapplicationdatarootlogodir = @datadir@/@PACKAGE@/icons/hicolor/48x48/apps
+commonapplicationdatarootlogodir = @datadir@/icons/hicolor/48x48/apps
 commonapplicationdatarootlogo_DATA = $(COMMONAPPLICATIONDATAROOT_LOGO)
 
 # generating satellite assemblies
diff --git a/autogen.sh b/autogen.sh
index 7fe6c79..938d79e 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -80,4 +80,4 @@ echo "Running $AUTOCONF ..."
 $AUTOCONF
 
 echo Running $srcdir/configure $conf_flags "$@" ...
-$srcdir/configure --enable-maintainer-mode $conf_flags "$@" \
+$srcdir/configure  $conf_flags "$@" \
diff --git a/configure b/configure
index 1ef3fa4..9e6005c 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.63 for LongoMatch 0.14.2.
+# Generated by GNU Autoconf 2.63 for LongoMatch 0.15.0.
 #
 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
 # 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
@@ -743,8 +743,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
 # Identity of this package.
 PACKAGE_NAME='LongoMatch'
 PACKAGE_TARNAME='longomatch'
-PACKAGE_VERSION='0.14.2'
-PACKAGE_STRING='LongoMatch 0.14.2'
+PACKAGE_VERSION='0.15.0'
+PACKAGE_STRING='LongoMatch 0.15.0'
 PACKAGE_BUGREPORT=''
 
 # Factoring default headers for most tests.
@@ -1491,7 +1491,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 LongoMatch 0.14.2 to adapt to many kinds of systems.
+\`configure' configures LongoMatch 0.15.0 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1561,7 +1561,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of LongoMatch 0.14.2:";;
+     short | recursive ) echo "Configuration of LongoMatch 0.15.0:";;
    esac
   cat <<\_ACEOF
 
@@ -1678,7 +1678,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-LongoMatch configure 0.14.2
+LongoMatch configure 0.15.0
 generated by GNU Autoconf 2.63
 
 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1692,7 +1692,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 LongoMatch $as_me 0.14.2, which was
+It was created by LongoMatch $as_me 0.15.0, which was
 generated by GNU Autoconf 2.63.  Invocation command line was
 
   $ $0 $@
@@ -2408,7 +2408,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='longomatch'
- VERSION='0.14.2'
+ VERSION='0.15.0'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -13562,7 +13562,7 @@ exec 6>&1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by LongoMatch $as_me 0.14.2, which was
+This file was extended by LongoMatch $as_me 0.15.0, which was
 generated by GNU Autoconf 2.63.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -13616,7 +13616,7 @@ Report bugs to <bug-autoconf gnu org>."
 _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_version="\\
-LongoMatch config.status 0.14.2
+LongoMatch config.status 0.15.0
 configured by $0, generated by GNU Autoconf 2.63,
   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 
diff --git a/configure.ac b/configure.ac
index f6302fa..2e8a93c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 dnl Warning: This is an automatically generated file, do not edit!
 dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ([2.54])
-AC_INIT([LongoMatch], [0.14.2])
+AC_INIT([LongoMatch], [0.15.0])
 AM_INIT_AUTOMAKE([foreign])
 
 AC_CONFIG_MACRO_DIR([m4])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]