[totem/gnome-2-28] 2.28.6



commit 4cb3e6ad55a5824cd05e203c1b980fdf4e57a8c2
Author: Bastien Nocera <hadess hadess net>
Date:   Wed May 12 14:50:27 2010 +0100

    2.28.6
    
    Fix compilation of the browser plugin, linking of the glow button
    test program.

 NEWS                                 |   26 ++++++++++++++++++++++++++
 browser-plugin/Makefile.am           |    8 +++++---
 browser-plugin/totem-plugin-viewer.c |    3 +--
 configure.in                         |    2 +-
 4 files changed, 33 insertions(+), 6 deletions(-)
---
diff --git a/NEWS b/NEWS
index b86d7ea..8a0c95f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,31 @@
 New features and significant updates in version...
 
+2.28.6:
+* Movie Player:
+  - Fix slight resize when showing the sidebar for the first time
+  - Fix possible crash when loading PytGTK
+  - Fix possible crash when DVB channels aren't in UTF-8
+  - Update status bar's time when stepping
+  - Work-around problems playing back from trailers.apple.com
+  - Fix Eject menu item not working for DVDs
+
+* Plugins:
+  - Fix YouTube plugin for web site changes
+  - Update OpenSubtitles plugin for latest API
+
+* Browser Plugin:
+  - Fix use of URL parameter for the Window Media Player
+    compatibility plugin
+  - Add support for SetURL, and player states in QuickTime
+    compatibility plugin
+  - Fix position on End-Of-Stream when using the QuickTime
+    compatibility plugin
+
+* GStreamer backend:
+  - Fix playback from archives and FTP servers
+  - Fix possible playback problems when a file had an error
+  - Fix problems pausing a video before its headers have been parsed
+
 2.28.5:
 * YouTube plugin:
   - Fix progress bar when search returns no results
diff --git a/browser-plugin/Makefile.am b/browser-plugin/Makefile.am
index b3a24e0..64edb3b 100644
--- a/browser-plugin/Makefile.am
+++ b/browser-plugin/Makefile.am
@@ -55,7 +55,8 @@ test_glow_button_SOURCES = \
 
 test_glow_button_LDADD = \
 	libtotembrowserplugin_helper.la		\
-	$(DEPENDENCY_LIBS)
+	$(DEPENDENCY_LIBS)			\
+	-lm
 
 test_glow_button_CFLAGS =	\
 	$(DEPENDENCY_CFLAGS)	\
@@ -112,10 +113,11 @@ totem_plugin_viewer_LDADD =						\
 	libtotembrowserplugin_helper.la					\
 	$(DEPENDENCY_LIBS)	\
 	$(SN_LIBS)		\
-	$(XVIDMODE_LIBS) 	\
+	$(XVIDMODE_LIBS)	\
 	$(DBUS_LIBS)		\
 	$(XTEST_LIBS)		\
-	$(X_LIBS)
+	$(X_LIBS)		\
+	-lm
 
 BUILT_SOURCES += \
 	totem-plugin-viewer-interface.h
diff --git a/browser-plugin/totem-plugin-viewer.c b/browser-plugin/totem-plugin-viewer.c
index 6bc248e..d19a391 100644
--- a/browser-plugin/totem-plugin-viewer.c
+++ b/browser-plugin/totem-plugin-viewer.c
@@ -710,8 +710,7 @@ totem_embedded_add_item (TotemEmbedded *embedded, const char *uri, GError *error
 {
 	TotemPlItem *item;
 
-	g_message ("totem_embedded_add_item: %s (base: %s title: %s subtitle: %s)",
-		   uri, base_uri, title, subtitle);
+	g_message ("totem_embedded_add_item: %s", uri);
 
 	item = g_new0 (TotemPlItem, 1);
 	item->uri = g_strdup (uri);
diff --git a/configure.in b/configure.in
index cc08c01..9e834bb 100644
--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,7 @@ AC_PREREQ(2.52)
 
 m4_define(totem_version_major, 2)
 m4_define(totem_version_minor, 28)
-m4_define(totem_version_micro, 5)
+m4_define(totem_version_micro, 6)
 
 AC_INIT([totem],
         [totem_version_major.totem_version_minor.totem_version_micro],



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