Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@sugarlabs.org>2012-10-07 09:30:06 (GMT)
committer Aleksey Lim <alsroot@sugarlabs.org>2012-10-07 09:36:08 (GMT)
commit1ee01a047d4b211ae6af29818a959e2870b88bf1 (patch)
tree0afa7b386b954820478426d0bbb72b298f527c06
parent890c514d7c630923908e1fcb3387ff3d35897547 (diff)
Bump v0.4.0v0.4.0
-rw-r--r--NEWS20
-rw-r--r--configure.ac2
-rw-r--r--sweets.recipe5
3 files changed, 16 insertions, 11 deletions
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