Accepting request 228694 from GNOME:Next
Push GNOME:Next - GNOME 3.12.0 OBS-URL: https://build.opensuse.org/request/show/228694 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/rygel?expand=0&rev=104
This commit is contained in:
172
rygel.changes
172
rygel.changes
@@ -1,3 +1,175 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 14:00:28 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.22.0:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 19 09:18:52 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.21.6:
|
||||
+ More cp -d replacement.
|
||||
+ GStreamer Renderer: Fix two criticals on start-up.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 7 07:48:57 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 0.21.5:
|
||||
+ Some gtk-doc fixes.
|
||||
+ Remove obsolete configure function from autogen.sh.
|
||||
+ Fix "make distcheck".
|
||||
+ Replace non-portable cp -d.
|
||||
+ Fix GstLaunch examples in rygel.conf for GStreamer 1.0.
|
||||
+ Add support for /etc/pretty-hostname.
|
||||
+ Support building with tracker-1.0 API.
|
||||
+ Core:
|
||||
- Remove Freedesktop.* DBus interfaces.
|
||||
- Move the two copies of Rygel.DLNAProfile to Core.
|
||||
+ GStreamer Renderer:
|
||||
- Deprecate .wrap constructor.
|
||||
- Don't leak and return a value in the .wrap constructor on
|
||||
error.
|
||||
+ MediaExport: Be a bit more helpful and tell which folder we
|
||||
failed to enumerate.
|
||||
+ Bugs fixed: bgo#722021, bgo#722527, bgo#724138, bgo#724215,
|
||||
bgo#724820.
|
||||
+ Updated translations.
|
||||
- Drop rygel-Make-GstLaunch-pipelines-work-with-gst-1.0.patch and
|
||||
rygel-support-tracker-1.0.patch: Fixed upstream.
|
||||
- Drop automake and libtool BuildRequires and stop passing
|
||||
autoreconf: No longer needed as we do not carry any patches.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 20 12:23:36 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
- Add rygel-support-tracker-1.0.patch: Support building with
|
||||
tracker-1.0, patch to be sent upstream.
|
||||
- Replace pkgconfig(tracker-sparql-0.18) for
|
||||
pkgconfig(tracker-sparql-1.0) BuildRequires, and add automake and
|
||||
libtool BuildRequires and pass autoreconf due to above patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 14 23:30:00 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.21.4:
|
||||
+ Core: Link against libm for "round" function.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 14 23:00:00 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.21.3:
|
||||
+ Update FSF address.
|
||||
+ Server:
|
||||
- Use correct depth for PNG thumbnails.
|
||||
- Add hacks for LG SmartShare TVs.
|
||||
+ MediaExport: Work around an SQL error when browsing Artists.
|
||||
+ GStreamer Renderer:
|
||||
- Query source element for duration and position.
|
||||
- Remove BUFFERING/CLOCK_LOST handling.
|
||||
+ External: Don't corrupt container names.
|
||||
+ Bugs fixed: bgo#720671, bgo#720836, bgo#721270, bgo#721575,
|
||||
bgo#721824.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 14 22:00:00 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.21.2.1:
|
||||
+ Add build support for tracker 0.18.
|
||||
+ Server:
|
||||
- Allow server plugins to override search capabilities.
|
||||
- Add more Samsung hacks.
|
||||
- Add seeking hacks for some UPnP music receivers.
|
||||
+ Renderer:
|
||||
- Return protocol info of current media in
|
||||
GetCurrentConnectionInfo call.
|
||||
- Implement SetNextAVTransportURI.
|
||||
- Treat REL_TIME/ABS_TIME the same again. This is less broken
|
||||
than the original fix.
|
||||
- Use correct PlaybackStorageMedium values.
|
||||
+ BasicManagement: Remove unused state variable.
|
||||
+ MPRIS: Set default playspeed to prevent a critical.
|
||||
+ External: Fix wrong parameter order in AlbumArtFactory.
|
||||
+ Bugs fixed: bgo#706986, bgo#709165, bgo#712181, bgo#712660,
|
||||
bgo#715089, bgo#719721, bgo#719998, bgo#720669, bgo#720837.
|
||||
+ Updated translations.
|
||||
- Replace pkgconfig(tracker-sparql-0.16) BuildRequires with
|
||||
pkgconfig(tracker-sparql-0.18): move to Tracker 0.18.
|
||||
- Change SLPP packages suffix from -2_0-1 to -2_2-2, following
|
||||
upstreams soname changes (incl. -devel pacakge requires).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 14 21:00:00 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.21.1:
|
||||
+ Fix vala check to only compile, not link to avoid issues with
|
||||
gst-uninstalled.
|
||||
+ Some documentation fixes.
|
||||
+ Port to new libsoup session API.
|
||||
+ Basic Management: Add initial support.
|
||||
+ Server: Support serving subtitles using the PV method. Fixes
|
||||
external subtitles for a variety of devices such as WD TV Live
|
||||
or Panasonic TVs.
|
||||
+ Renderer:
|
||||
- Accept missing mime-types in playlist check.
|
||||
- Fix CurrentTransportActions to include Next and Prev.
|
||||
- Support milliseconds in time-stamps.
|
||||
- Drop allowed value list from TransportPlaySpeed.
|
||||
- Unify playspeed parsing.
|
||||
- Implement DLNA bye seeking.
|
||||
- Fix and implement PlaybackStorageMedium variable.
|
||||
+ MPRIS: Fix for new renderer API.
|
||||
+ GStreamer renderer:
|
||||
- Implement DLNA byte seeking.
|
||||
- Enable more playspeeds.
|
||||
+ Bugs fixed: bgo#707058, bgo#707059, bgo#707541, bgo#707831,
|
||||
bgo#710368, bgo#711399, bgo#711661, bgo#712336.
|
||||
- Changes from version 0.21.0:
|
||||
+ Port to new libsoup vapi.
|
||||
+ Several i18n fixes.
|
||||
+ Make missing gtk-doc non fatal and just don't build api docs
|
||||
then unless explicitly requested.
|
||||
+ Rename --enable-valadoc to --enable-apidocs.
|
||||
+ Several style fixes.
|
||||
+ Add "devel" and "release" shortcuts to autogen.
|
||||
+ Drop strict vala compiler because of deprecations.
|
||||
+ Core: Get MediaDevice port from MetaConfig.
|
||||
+ Server:
|
||||
- Generate proper contentFeatures.dlna.org header for DIDL_S
|
||||
resources.
|
||||
- Use xmlNs instead of specifying the namespace in string form
|
||||
in Samsung subtitle support.
|
||||
- Make MediaObject.serialize public to enable custom XML
|
||||
modifications.
|
||||
- Use URL-aware base64 encoding to prevent issues with "/".
|
||||
+ Renderer:
|
||||
- Fix REL_TIME seeking.
|
||||
- Fix error codes when seeking beyond the file.
|
||||
- Fix error codes when time-seek is not available.
|
||||
- Add PossiblePlaybackStorageMedia values.
|
||||
- Set track info for empty or non-http uris.
|
||||
- Fix AbsoluteCounterPosition type.
|
||||
- Listen to MediaPlayer.volume changes.
|
||||
- Don't loop on image-only playlists.
|
||||
- Lower LastChange accumulation timeout.
|
||||
+ GStreamer renderer:
|
||||
- Handle seeking beyond end of file.
|
||||
- Remove invalid DLNA profile MPEG_TS_HD_EU_ISO.
|
||||
- Fix GStreamer dependency to use 1.0 instead of 0.10.
|
||||
+ MediaExport: Fix GstDiscoverer error handling.
|
||||
+ MPRIS:
|
||||
- Fix seeking.
|
||||
- Query seeking ability from DBus.
|
||||
- Ignore read-only MPRIS peers.
|
||||
+ Simple media engine: Support files > 4GB on 32bit systems.
|
||||
+ Bugs fixed: bgo#677405, bgo#686628, bgo#692509, bgo#704317,
|
||||
bgo#707054, bgo#709077, bgo#709170, bgo#709190, bgo#709287,
|
||||
bgo#709551, bgo#709627, bgo#709723, bgo#709887, bgo#710377,
|
||||
bgo#710781.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 14 20:38:21 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
|
Reference in New Issue
Block a user