diff options
author | Valery Febvre <vfebvre@easter-eggs.com> | 2010-04-19 21:26:22 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-20 00:37:55 +0200 |
commit | c0a47272c1c450eb2ebfe9818f8b939492f932af (patch) | |
tree | 207e45e91fe74f12e03cf51d8237b2d216783f36 | |
parent | a73031baebb71a4486e40617d1cf43eb5a31bbb3 (diff) |
podboy: update to 1.6.1
Changes since 1.5.0
* Enabled OGG audio format support. Ogg support has been added 3 months ago, but it was so far disabled due to a bug in GStreamer oggdemux pipeline element
* New internal widget: Notify dialog. It is used to notify user when an operation, that can take some time, ends.
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | recipes/openmoko-3rdparty/podboy_svn.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/openmoko-3rdparty/podboy_svn.bb b/recipes/openmoko-3rdparty/podboy_svn.bb index 6dcabdbb22..818ba90264 100644 --- a/recipes/openmoko-3rdparty/podboy_svn.bb +++ b/recipes/openmoko-3rdparty/podboy_svn.bb @@ -5,8 +5,8 @@ AUTHOR = "Valéry Febvre <vfebvre@easter-eggs.com>" SECTION = "x11/applications" PRIORITY = "optional" -SRCREV = "123" -PV = "1.5.0+svnr${SRCPV}" +SRCREV = "174" +PV = "1.6.1+svnr${SRCPV}" PACKAGE_ARCH = "all" |