From 1ee01a047d4b211ae6af29818a959e2870b88bf1 Mon Sep 17 00:00:00 2001 From: Aleksey Lim Date: Sun, 07 Oct 2012 09:30:06 +0000 Subject: Bump v0.4.0 --- diff --git a/NEWS b/NEWS index 070ac5b..4d3040c 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,11 @@ +v0.4.0 2012-10-07 +----------------- +* Port to GStreamer 1.0 API (Daniel Narvaez) + For GStreamer 0.10.x, stay on v0.3.5x versions. +* Avoid using deprecated Glib API + v0.3.5 2010-11-30 -~~~~~~~~~~~~~~~~~ +----------------- * Do not seeak for marks in original text, just store them at the begining of original text. * Set GST_BUFFER_OFFSET to fix critical message (Guillaume Dorchies) @@ -8,32 +14,32 @@ v0.3.5 2010-11-30 * Pass source files via indent, add HACKING file. v0.3.4 2010-04-11 -~~~~~~~~~~~~~~~~~ +----------------- * Add '-no-undefined' LDFLAGS (Yaakov Selkowitz) * Export the only symbol that plugins must export (Yaakov Selkowitz) 0.3.3 -~~~~~ +----- * Support utf-8 source strings #816 0.3.1 -~~~~~ +----- * Build against gstreamer-0.10.12 * Setup GST_BUFFER_TIMESTAMP to generate sound properly in gstreamer-0.10.22 0.3 -~~~ +--- * Remove gio dependency * Support gstreamer-0.10.14 * A bit more workaround code to catch misplaced marks 0.2 -~~~ +--- * Add mark events * Use speech-dispatcher's format for properties * Add word notification events * Setup CAPS and do not use WAV header 0.1 -~~~ +--- * Initial implementation diff --git a/configure.ac b/configure.ac index fc4b799..1d4f3c4 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([gst-plugins-espeak], [0.3.5]) +AC_INIT([gst-plugins-espeak], [0.4.0]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([configure.ac]) AM_INIT_AUTOMAKE([foreign]) diff --git a/sweets.recipe b/sweets.recipe index 3687e72..5d3a715 100644 --- a/sweets.recipe +++ b/sweets.recipe @@ -1,5 +1,5 @@ [DEFAULT] -depends = espeak; gstreamer; gst-plugins-base +depends = espeak; gstreamer >= 1; gst-plugins-base >= 1 [Package] project = SweetsDistribution @@ -9,11 +9,10 @@ summary = eSpeak library as a sound source for GStreamer license = GPLv2+ homepage = http://wiki.sugarlabs.org/go/Activity_Team/gst-plugins-espeak -version = 0.3.5 +version = 0.4.0 stability = stable requires = %(depends)s -binding = GST_PLUGIN_PATH lib [Archive] arch = any -- cgit v0.9.1