[totem] 2.27.1
- From: Bastien Nocera <hadess src gnome org>
- To: svn-commits-list gnome org
- Subject: [totem] 2.27.1
- Date: Wed, 6 May 2009 13:29:28 -0400 (EDT)
commit 921d2e328f8e9eb3c978e55ee6393c3bd5f77235
Author: Bastien Nocera <hadess hadess net>
Date: Wed May 6 18:27:23 2009 +0100
2.27.1
2009-05-06 Bastien Nocera <hadess hadess net>
* NEWS: upd
* configure.in: 2.27.1
---
ChangeLog | 7 +++++++
NEWS | 19 +++++++++++++++++++
configure.in | 16 ++++------------
3 files changed, 30 insertions(+), 12 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index c569bb7..dc063d7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+============ Version 2.27.1
+
+2009-05-06 Bastien Nocera <hadess hadess net>
+
+ * NEWS: upd
+ * configure.in: 2.27.1
+
2009-05-06 Bastien Nocera <hadess hadess net>
* src/backend/Makefile.am: Fix build
diff --git a/NEWS b/NEWS
index a41ee6f..20b39f2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,24 @@
New features and significant updates in version...
+2.27.1 (since 2.26.2):
+
+Major changes:
+* Port GStreamer backend to playbin2
+* Remove xine-lib backend
+* New BBC iPlayer plugin
+* Port YouTube plugin to C, much faster
+* Use libunique instead of our home-cooked version
+
+New features:
+* Add a D-Bus service plugin, to allow getting playback information
+ from a running Totem
+* Add support for DVD navigation to the GStreamer backend
+
+Misc bug fixes:
+* Remove relief from the playlist buttons
+* Set the default drag action to be copy, and only make
+ the video widget a drag source when a video is loaded
+
2.25.92:
* Set PulseAudio application properties
* Fix possible crasher in eggdesktopfile
diff --git a/configure.in b/configure.in
index 9d83ee9..46d510f 100644
--- a/configure.in
+++ b/configure.in
@@ -1,8 +1,8 @@
AC_PREREQ(2.52)
m4_define(totem_version_major, 2)
-m4_define(totem_version_minor, 25)
-m4_define(totem_version_micro, 92)
+m4_define(totem_version_minor, 27)
+m4_define(totem_version_micro, 1)
AC_INIT([totem],
[totem_version_major.totem_version_minor.totem_version_micro],
@@ -57,7 +57,7 @@ dnl the two versions here implicate the gstreamer core and gst-plugins
dnl release versions.
GST_MAJORMINOR=0.10
GST_REQS=0.10.22
-GSTPLUG_REQS=0.10.22.1
+GSTPLUG_REQS=0.10.22.4
HAVE_GSTREAMER=no
@@ -92,19 +92,11 @@ if test "x$enable_easy_codec_installation" != "xno"; then
fi
MM="gstreamer-0.10 >= $GST_REQS gstreamer-base-0.10 >= $GST_REQS gstreamer-plugins-base-0.10 >= $GSTPLUG_REQS gstreamer-tag-0.10 >= $GSTPLUG_REQS gconf-2.0"
-PKG_CHECK_MODULES(GST, $MM,
- HAVE_GSTREAMER=yes, HAVE_GSTREAMER=no)
+PKG_CHECK_MODULES(GST, $MM)
GST_LIBS="$GST_LIBS -lgstbase-$GST_MAJORMINOR -lgstinterfaces-$GST_MAJORMINOR -lgstvideo-$GST_MAJORMINOR -lgstaudio-$GST_MAJORMINOR -lgstpbutils-$GST_MAJORMINOR -lgsttag-$GST_MAJORMINOR"
AC_SUBST(GST_LIBS)
EXTRA_BACKEND_LIBS="-lgstinterfaces-$GST_MAJORMINOR -lgstvideo-$GST_MAJORMINOR -lgstaudio-$GST_MAJORMINOR -lgstpbutils-$GST_MAJORMINOR"
-AC_MSG_CHECKING(for backend libraries)
-dnl Give error and exit if we don't have gstreamer
-if test "x$HAVE_GSTREAMER" = "xno"; then
- AC_MSG_ERROR(you need the GStreamer development packages installed)
-fi
-AC_MSG_RESULT(GStreamer-$GST_MAJORMINOR)
-
dnl Check for required plugins
gst010_toolsdir=`$PKG_CONFIG --variable=toolsdir gstreamer-0.10`
gst010_inspect="$gst010_toolsdir/gst-inspect-0.10"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]