gnomemm r2033 - in gstreamermm/trunk: . tests



Author: jaalburqu
Date: Mon Feb  2 04:42:47 2009
New Revision: 2033
URL: http://svn.gnome.org/viewvc/gnomemm?rev=2033&view=rev

Log:
Increased version for release.

Modified:
   gstreamermm/trunk/ChangeLog
   gstreamermm/trunk/NEWS
   gstreamermm/trunk/README
   gstreamermm/trunk/configure.ac
   gstreamermm/trunk/tests/test-init-noargs.cc

Modified: gstreamermm/trunk/NEWS
==============================================================================
--- gstreamermm/trunk/NEWS	(original)
+++ gstreamermm/trunk/NEWS	Mon Feb  2 04:42:47 2009
@@ -1,3 +1,21 @@
+0.9.9 (unstable):
+
+* Merged gstreamerbase branch into the gstreamer branch (everything that
+  existed in the GstBase namespace now resides in the Gst namespace; GstBase
+  namespace does not exist).
+* Distributed plug-in source files instead of expecting them to be generated
+  after tarball is distributed (Deng Xiyue) Bug #565454.
+* Repaired Licensing inconsistencies (Deng Xiyue) Bugs #568950 and #545892.
+* Added Mixer, Navigation, PropertyProbe, Tuner, and VideoOrientation
+  interfaces and their related classes MixerTrack, MixerOptions, TunerChannel,
+  and TunerNorm.  Modified plug-in generated classes to derive from the
+  interfaces that the underlying GObject implements.
+* Re-added GhostPad (Marcus Brinkmann) Bug #539063.
+* BaseSink
+  - Added wait_clock() and wait_eos() overrides.
+* Added Preset interface.
+* Many const corrections.
+
 0.9.8 (unstable):
 
 * Added Gst::Event::get_flags().

Modified: gstreamermm/trunk/README
==============================================================================
--- gstreamermm/trunk/README	(original)
+++ gstreamermm/trunk/README	Mon Feb  2 04:42:47 2009
@@ -16,6 +16,10 @@
 docs/reference/html directory.  The core plug-ins, such as Gst::Identity and
 Gst::FileSrc are also provide along with many of the base plug-ins.
 
+gstreamermm requires glibmm >= 2.16.0, giomm >= 2.16.0, and libxml++ >= 2.14.0
+along with the libraries that these require.  For the examples, gtkmm >= 2.12
+is also required.
+
 svn:
   svn.gnome.org/gnomemm/gstreamermm/trunk/
   http://svn.gnome.org/viewvc/gnomemm/gstreamermm/trunk/

Modified: gstreamermm/trunk/configure.ac
==============================================================================
--- gstreamermm/trunk/configure.ac	(original)
+++ gstreamermm/trunk/configure.ac	Mon Feb  2 04:42:47 2009
@@ -15,7 +15,7 @@
 #We use pushdef here because we can't use shell variables before AC_INIT, but we want to use a variable with AC_INIT:
 pushdef([GSTREAMERMM_MAJOR_VERSION],     [0])
 pushdef([GSTREAMERMM_MINOR_VERSION],     [9])
-pushdef([GSTREAMERMM_MICRO_VERSION],     [8])
+pushdef([GSTREAMERMM_MICRO_VERSION],     [9])
 pushdef([GSTREAMERMM_EXTRA_VERSION],     [])
 pushdef([GSTREAMERMM_VERSION], GSTREAMERMM_MAJOR_VERSION.GSTREAMERMM_MINOR_VERSION.GSTREAMERMM_MICRO_VERSION[]GSTREAMERMM_EXTRA_VERSION)
 AC_INIT([gstreamermm], GSTREAMERMM_VERSION, [gtkmm-list gnome org])

Modified: gstreamermm/trunk/tests/test-init-noargs.cc
==============================================================================
--- gstreamermm/trunk/tests/test-init-noargs.cc	(original)
+++ gstreamermm/trunk/tests/test-init-noargs.cc	Mon Feb  2 04:42:47 2009
@@ -18,7 +18,6 @@
  */
 
 #include <gstreamermm.h>
-#include <gstreamermm.h>
 #include <iostream>
 
 int main (int argc, char* argv[])



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