Accepting request 132794 from GNOME:Next

Starting to push GNOME:Next...

OBS-URL: https://build.opensuse.org/request/show/132794
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/rygel?expand=0&rev=59
This commit is contained in:
Vincent Untz
2012-09-07 16:33:44 +00:00
committed by Git OBS Bridge
parent bcc1aef457
commit 2b15d9683c
4 changed files with 229 additions and 18 deletions

View File

@@ -1,3 +1,150 @@
-------------------------------------------------------------------
Tue Sep 4 11:15:46 UTC 2012 - dimstar@opensuse.org
- Update to version 0.15.3:
+ Update/Add some copyright headers
+ Fix the AVC_MP4_BL_CIF15_AAC_520 transcoder and enable it by
default
+ Disable broken transmuxing. Was only working by chance anyway
+ Add start-up scripts for upstart, systemd and debian systemv
+ MediaExport:
- Fix a regression in searching introduced in 0.15.2
- Fix uploading. This was a "regression" we introduced while
fixing uploading for the N9. The new method works for Tracker
and MediaExport
+ Bugs fixed: bgo#683028
+ Updated translations.
-------------------------------------------------------------------
Mon Sep 3 07:31:50 UTC 2012 - dimstar@opensuse.org
- Add pkgconfig(gstreamer-pbutils-0.10 >= 0.10.35) BuildRequires:
configure checks explicitly for it.
-------------------------------------------------------------------
Mon Aug 20 21:05:11 UTC 2012 - dimstar@opensuse.org
- Update to version 0.15.2:
+ Prevent a critical if the thumbnail for a file does not exist.
+ Fix all warnings from newer Vala.
+ Let the plugins do the sorting to prevent that we slice before
we sort.
+ Move the default sort criteria into MediaContainer to allow
containers to override it if necessary.
+ Canonicalize common error messages.
+ Add TwoPlayer to V1 downgrades.
+ Small refactoring of the V1 handling.
+ Fix debug builds.
+ Add "description" property to MediaItem.
+ Remove misc.vapi.
+ Disable installing if --enable-uninstalled was used.
+ Tracker:
- Sort browse results using SPARQL.
- Sort album containers by disc, track and title.
+ MediaExport:
- Sort browse and search results using SQL.
- Fix a crash when a client tried to access a non-existent
query container.
- Sort album containers by disc, track and title.
- Properly collate query containers.
+ Mediathek:
- Extract date and description from RSS feed.
- Sort by date descending (newest entry first) by default.
+ Bugs fixed: bgo#639809, bgo#652375, bgo#661482, bgo#668376,
bgo#680742, bgo#681452
+ Updated translations.
- Replace libgupnp-devel BuildRequires with
pkgconfig(gupnp-dlna-1.0): it is more preciese and matches what
configure is looking for.
-------------------------------------------------------------------
Fri Aug 10 13:00:44 UTC 2012 - dimstar@opensuse.org
- Update to version 0.15.1:
+ Fix setting of meta-data in AVTransport.
+ Fix compatibility with various new Samsung devices.
+ Fix content-range checking.
+ Relay meta-data to player instances in AVTransport.
+ Fall-back to template description if cached description is not
readable.
+ Add librygel-core, librygel-server and librygel-renderer.
+ Generate documentation for newly created libraries.
+ Use GIO for thumbnail requests and don't fail if there's no
thumbnail directory as tumbler creates that.
+ MediaExport:
- Use display_name instead of filename to prevent encoding
issues in DIDL.
- Speed up browsing of virtual folders.
- Fix upgrade from Rygel 0.6 (be nice to Debian stable users).
- Fix translation of virtual folders.
- Massively speed up initial meta-data extraction.
+ Playbin:
- Uptime content-types for various XIPH formats.
- Fix LPCM playback.
+ External:
- Don't browse external containers recursively.
- Guard against empty mandatory properties.
+ Tracker;
- Port to libtracker-sparql.
- Use nfo:fileName as alternative title if nie:title is not
available.
- Remove some dead code.
- Unify query code.
+ Bugs fixed: bgo#644491, bgo#661988, bgo#674542, bgo#676037,
bgo#677959, bgo#677966, bgo#679648
+ Updated translations.
- Add pkgconfig(tracker-sparql-0.14) BuildRequires: new dependency.
- Create subpackages for librygel-{core,renderer,server}-1_0-0,
following SLPP.
-------------------------------------------------------------------
Thu Aug 9 19:30:12 UTC 2012 - dimstar@opensuse.org
- Update to version 0.15.0.1:
+ Port to Vala 0.16 vapis.
+ Use new GMutex/GCond api.
+ Use GLib 2.30 Unix signal handling code.
+ Parse "Range:" HTTP headers using libsoup functions.
+ Fix SinkProtocolInfo generation in SinkConnectionManager.
+ Fix URI escaping in AVTransport ChangeLog generation.
+ Use the correct XML namespace for upnp:author and upnp:album in
GetSortCapabilities.
+ Use GStreamer presets to set the encoding bitrates in our
transcoders.
+ Lower the MP3 and MPEG2 bitrates a bit.
+ Remove the current AAC transcoder and add a working one.
+ Fix state machine transitions in AVTransport.
+ Set correct number of tracks and reset when URI is empty.
+ Implement GetMediaInfo_Ext.
+ Check InstanceID in AVTransport and RenderingControl.
+ Use "FactoryDefault" as default RenderingControl preset.
+ Update service description files to include the proper allowed
values.
+ Verify if the URI passed in SetAVTransportURI is accessible and
the media matches any of the advertised mime types.
+ Fix initial LastChange event to include all state variables.
+ Fix RecordMedium state variable to return "NOT_IMPLEMENTED".
+ Fix serveral error codes in AVTransport.
+ Add some checks for "Mute" and "Volume" in RenderingControl.
+ Push meta-data, mime type and contentFeatures.dlna.org to the
MediaPlayer instance.
+ Select streamingMode.dlna.org header based on DLNA flags.
+ IOP:
- Force version downgrade for devices using the Mediabolic UPnP
stack.
- Fix duration notification
- Avoid Warning from GStreamer when an empty URI is set.
- Use "NO_MEDIA_PRESENT" as initial state instead of "STOPPED".
+ GstLaunch:
- Add an option to set the DLNA profile of a stream if
applicable
+ Ui:
- Fix initial set-up.
- Fix removing autostart file when Rygel is not running.
+ Bugs fixed: bgo#675234, bgo#674071, bgo#674733
+ Updated translations.
- Add pkgconfig(glib-2.0) BuildRequires: new verified dependency.
-------------------------------------------------------------------
Wed Aug 8 12:29:02 UTC 2012 - dimstar@opensuse.org