[gstreamermm] 0.10.9.1
- From: José Alburquerque <jaalburqu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gstreamermm] 0.10.9.1
- Date: Wed, 27 Apr 2011 18:15:42 +0000 (UTC)
commit 082d5c56f77023486561d6705fc2ed2b96310ab8
Author: José Alburquerque <jaalburqu svn gnome org>
Date: Wed Apr 27 14:14:05 2011 -0400
0.10.9.1
* NEWS:
* configure.ac: Make a new release with the ogg_player_gtkmm example
running successfully.
ChangeLog | 10 ++++++++++
NEWS | 5 +++++
configure.ac | 4 ++--
3 files changed, 17 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 2672d88..70ca045 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+0.10.9.1:
+
+2011-04-27 José Alburquerque <jaalburqu svn gnome org>
+
+ 0.10.9.1
+
+ * NEWS:
+ * configure.ac: Make a new release with the ogg_player_gtkmm example
+ running successfully.
+
2011-04-26 José Alburquerque <jaalburqu svn gnome org>
Fix the build with GStreamer 0.10.32.
diff --git a/NEWS b/NEWS
index 854f23c..66c20ad 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+0.10.9.1 (unstable):
+
+* Wrap the input-selector, output-selector and valve core plugins.
+* BaseTransform: Revisit the vfunc implementations.
+
0.10.9 (unstable):
* BaseTransform: Fix the vfunc implementations.
diff --git a/configure.ac b/configure.ac
index 5fdb662..adedac0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@
## You should have received a copy of the GNU Lesser General Public License
## along with this program. If not, see <http://www.gnu.org/licenses/>.
-AC_INIT([gstreamermm], [0.10.9],
+AC_INIT([gstreamermm], [0.10.9.1],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gstreamermm],
[gstreamermm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])
@@ -168,7 +168,7 @@ AS_IF([test "x$USE_MAINTAINER_MODE" != xno],
do
# Extract plugin name and run gst-inspect to check whether the plugin
# is installed on the build system.
- gstmm_plugin_name=`[expr "X$gstmm_plugin_def" : 'X.*|\([^|]*\)|.*$' 2>&]AS_MESSAGE_LOG_FD`
+ gstmm_plugin_name=`[expr "X$gstmm_plugin_def" : 'X.*|\(.*\)|.*$' 2>&]AS_MESSAGE_LOG_FD`
AS_IF([$GST_INSPECT "$gstmm_plugin_name" >/dev/null 2>&AS_MESSAGE_LOG_FD],,
[AC_MSG_FAILURE([[The gstreamer plug-in '$gstmm_plugin_name' does not exist.
If you built gst-plugins-base from source code then you might need to
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]