[gstreamermm] Require a newer gmmproc.



commit b9a7e3a161efca0da64bd9ff84afcee79fcad24d
Author: Murray Cumming <murrayc murrayc com>
Date:   Fri Apr 15 14:09:08 2011 +0200

    Require a newer gmmproc.
    
    * configure.ac: Require giomm 2.26.0, so we require a more recent
    gmmproc from glibmm, to fix an m4 bug with some property descriptions.
    This fixes bug #647799 (Sebastian Dröge)

 ChangeLog    |    8 ++++++++
 configure.ac |    2 +-
 2 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 95ef631..902d094 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2011-04-15  Murray Cumming  <murrayc murrayc com>
+
+	Require a newer gmmproc.
+
+	* configure.ac: Require giomm 2.26.0, so we require a more recent
+	gmmproc from glibmm, to fix an m4 bug with some property descriptions.
+	This fixes bug #647799 (Sebastian Dröge)
+
 0.10.9:
 
 2011-04-14  Murray Cumming  <murrayc murrayc com>
diff --git a/configure.ac b/configure.ac
index d735877..5b941da 100644
--- a/configure.ac
+++ b/configure.ac
@@ -51,7 +51,7 @@ AC_PROG_SED
 # The format below is used so that the requirements appear nicely in the .pc
 # file.
 AC_SUBST([GSTREAMERMM_MODULES],
-         ['giomm-2.4 >= 2.21.1 libxml++-2.6 >= 2.14[]m4_foreach([gstmm_mod],
+         ['giomm-2.4 >= 2.26.0 libxml++-2.6 >= 2.14[]m4_foreach([gstmm_mod],
          [[], [-base], [-controller], [-dataprotocol], [-net], [-plugins-base],
               [-audio], [-cdda], [-interfaces], [-netbuffer], [-rtp], [-video]],
          [ gstreamer[]m4_defn([gstmm_mod])[]-0.10 >= 0.10.30])'])



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