Accepting request 842958 from GNOME:Next

update to 3.38.1 - TW should be ready

OBS-URL: https://build.opensuse.org/request/show/842958
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/rygel?expand=0&rev=183
This commit is contained in:
2020-10-26 08:14:40 +00:00
committed by Git OBS Bridge
parent fa2052dda8
commit a9d9f1e86f
6 changed files with 80 additions and 32 deletions

View File

@@ -1,3 +1,69 @@
-------------------------------------------------------------------
Mon Sep 14 12:52:56 UTC 2020 - dimstar@opensuse.org
- Update to version 0.40.0:
+ Updated translations.
-------------------------------------------------------------------
Mon Sep 7 11:21:34 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
- Switch to Tracker 3:
+ Replace pkgconfig(tracker-sparql-2.0) BuildRequires with
pkgconfig(tracker-sparql-3.0).
+ Pass -Dplugins=external,gst-launch,lms,media-export,mpris, \
playbin,ruih,tracker3 to meson: the tracker plugin does not
auto disable if the deps are missing.
-------------------------------------------------------------------
Fri Sep 4 16:30:27 UTC 2020 - dimstar@opensuse.org
- Update to version 0.39.2:
+ Core: Allow loading plugin that conflicts with a disabled
plugin.
+ Server: Check for subtitles only on "local" files.
+ Rygel: Support IPv6 if supported by GUPnP context manager.
+ Tracker: Add missing default in case.
+ Tracker3:
- Make it an optional dependency.
- Add mising default in case.
- Update for API break in 2.99.
+ GstLaunch:
- Fix critical about missing media engine.
- Fix missing updated() call.
- Update resolution of examples.
+ MediaExport: Fix missing title in virtual containers.
- Changes from version 0.39.1:
+ Tests: Add missing test sample files.
- Changes from version 0.39.0:
+ All:
- Remove deprecated GTimeVal.
- Fix "potential null access" warnings with newer Vala.
+ Autotools Build: Removed.
+ Core:
- Actually use pretty hostname.
- Drop libtool support from plugin loader.
- Add support for "Conflicts:" keyword in plugin files.
+ Server:
- Provide subtitles as transcoded resource.
- Hack subtitle mime-types for LG devices.
- Fix a missing nullable argument.
+ Tracker:
- Fix date-time check for New container.
- Remove obsolete variables.
- Fix query for nmm:albumTitle (now nie:title).
+ Tracker3: Add initial support for new Tracker API 3.0.
+ MediaExport: Drop the termin "Blacklist".
+ GStreamer Renderer:
- Port to playbin3.
- Fix GIR namespace errors during vala compile.
+ GStreamer Media Engine:
- Restore transmuxing capabilities.
- Fix time-based seeking on transcoded resources.
+ Data: Fix desktop file.
+ Updated translations.
- Add pkgconfig(gst-editing-services-1.0) BuildRequires: new
dependency.
-------------------------------------------------------------------
Sat Jul 4 09:36:37 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>