Accepting request 245975 from GNOME:Next

Push GNOME 3.13.90

OBS-URL: https://build.opensuse.org/request/show/245975
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/rygel?expand=0&rev=111
This commit is contained in:
2014-08-23 11:52:35 +00:00
committed by Git OBS Bridge
parent faf7a13086
commit a3a231ecb9
4 changed files with 222 additions and 74 deletions

View File

@@ -1,3 +1,107 @@
-------------------------------------------------------------------
Wed Aug 20 06:54:18 UTC 2014 - dimstar@opensuse.org
- Update to version 0.23.3.1:
+ build: Fix building of introspection data.
-------------------------------------------------------------------
Tue Aug 19 20:47:32 UTC 2014 - dimstar@opensuse.org
- Update to version 0.23.3:
+ Some build fixes.
+ Add GObject introspection support and some examples.
+ Core: Fix building with recent vala versions.
+ Server:
- Fix a crash when ImportResource() is cancelled.
- Simplify error handling in ImportResource().
- Use new libmediaart API.
+ Renderer: Make it possible to re-implement PlayerController.
+ Changes in dependencies: Libmediaart >= 0.5.0.
+ Known issues: It's currently not possible to implement a
renderer using g-i. That is either some issue in Vala or a bug
in what we do.
+ Bugs fixed: bgo#732057, bgo#734302.
+ Updated translations.
- Add gobject-introspection-devel BuildRequires: new dependency.
- Create new subpackages typelib-1_0-RygelCore-2_4,
typelib-1_0-RygelRenderer-2_4 and typelib-1_0-RygelServer-2_4.
- Require the new subpackages by the -devel package.
-------------------------------------------------------------------
Mon Jul 28 20:18:23 UTC 2014 - dimstar@opensuse.org
- Update to version 0.23.2:
+ Hide Object.uris property. Its semantics were always unclear.
+ Renderer:
- Work-around failing HEAD requests, next incarnation.
- Support M3U playlists.
- Check instance id in Next() and Prev() SOAP calls.
- Sent byte position in RelCount/AbsCount instead of int.MAX.
+ GStreamer renderer:
- Remove "TRANSITIONING" state in Stop() and Pause() SOAP
calls.
- Don't try to parse empty meta-data for duration guessing.
+ Server:
- Make sure tags don't contain white-spaces in UpdateObject()
call.
- Improve CSV splitting in UpdateObject().
- Validate date in UpdateObject().
+ Basic Management: Fix NSLookup repitition.
+ Bugs fixed: bgo#732935.
+ Updated translations.
-------------------------------------------------------------------
Sun Jul 27 21:18:41 UTC 2014 - dimstar@opensuse.org
- Update to version 0.23.1.1:
+ Launch rygel directly from desktop file (bgo#731858).
- Changes from version 0.23.1:
+ Remove -Wl,-z,defs.
+ Fix several criticals related to time-out sources.
+ Rygel:
- Change single instance behavior; don't replace running
instance by default, add new "-r/--replace" option to go back
to the old behavior.
- Several manpage fixes.
+ Server:
- Pass on all resources on object creation.
- Pass more meta-data on object creation.
- Improve error handling in reference creation.
- Set HTTP version to 1.1 as late as possible.
- Port media art lookup to libmediaart.
- Add some documentation for AudioItem.
- Move some properties to base classes.
- Fix a potential null pointer dereference.
+ Renderer:
- Report NextAVTransport* values in GetMediaInfo().
- Properly remove the playlist timeout.
+ GStreamer Renderer:
- Don't exit if there is no playbin element.
- Deprecate Renderer.wrap.
- Use cubic volume.
- Fix duration and position.
- Use duration from meta-data until playbin does provide it.
- Rely on libsoup to determine the proxy.
- Use dlna+http virtual protocol if the dlnasrc element is
available.
+ Preferences: Use Gtk.Window instead of Gtk.Dialog.
+ External: Let the peer decide on the sort order.
+ MediaExport:
- Code style fixes.
- Use libmediaart for media art extraction.
- Handle external media art such as folder.jpg etc.
- Prevent a strange warning on media upload.
- Add a configuration option to disable/set the time to wait
before extracting meta-data after a file modification event
has happened.
- Properly handle album art for m4a files.
+ Bugs fixed: bgo#689632, bgo#694455, bgo#702555, bgo#709723,
bgo#710387, bgo#710443, bgo#720672, bgo#721817, bgo#721824,
bgo#723374, bgo#726982, bgo#727424, bgo#727479, bgo#729090,
bgo#731348, bgo#731859.
- Add pkgconfig(gstreamer-audio-1.0) and pkgconfig(libmediaart-1.0)
BuildRequires: new dependencies.
-------------------------------------------------------------------
Sat Jul 26 10:10:45 UTC 2014 - dimstar@opensuse.org