Accepting request 360412 from GNOME:Next
Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/360412 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/rygel?expand=0&rev=135
This commit is contained in:
parent
ff90699789
commit
25f9b75fc8
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9ea23df7186caac5f1aad3137edf6d507d339b9a469fc3133df4043fa66b61f5
|
||||
size 2244840
|
3
rygel-0.29.3.tar.xz
Normal file
3
rygel-0.29.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8f33554a14cc44f6be501551cc90b551a75243791f07308f744601a51fb87a5d
|
||||
size 2263544
|
@ -1,3 +1,73 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 16 09:42:10 UTC 2016 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.29.3:
|
||||
+ Core: Fix a small memory leak with DescriptionDocument
|
||||
handling.
|
||||
+ Server: Add "Server:" HTTP header.
|
||||
+ MediaExport:
|
||||
- Fix DLNA profile and extension for DVD isos to improve
|
||||
compatibility with more renderers.
|
||||
- Some code refactoring.
|
||||
- Remove UNIX signal handling from mx-extract.
|
||||
- Get the tile of the DVD from the file name, not from the
|
||||
volume title.
|
||||
- If the DVD has only one title, export it directly.
|
||||
- Try to make nice movie titles for videos.
|
||||
- Avoid a potential race condition and crash on slow startup.
|
||||
+ GstLaunch: Fix URI generation.
|
||||
+ GStreamer media engine: Fix URI generation.
|
||||
+ Bugs fixed: bgo#747816.
|
||||
+ Updated translatins.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 9 08:37:18 UTC 2016 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.29.2:
|
||||
+ Database:
|
||||
- Use GObject-style construction for Database.
|
||||
- Add possibility to re-bind a Cursor.
|
||||
+ Server:
|
||||
- Fix thumbnails with some Samsung TVs.
|
||||
- Hide engine-internal URIs.
|
||||
- Indent request headers for better readability.
|
||||
- Fix Range header of resources with unknown length.
|
||||
- Improve MIME -> extension mapping.
|
||||
- Add explicit check for @restricted.
|
||||
+ MediaExport:
|
||||
- Really remove broken/empty cache DVD file.
|
||||
- Skip DVD if lsdvd isn't available instead of blacklisting.
|
||||
+ GStreamer Media Engine: Fix serving resources with unspecified
|
||||
length.
|
||||
+ Gst-Launch: Fix setting of DLNA profile.
|
||||
+ LMS: Replace custom database functions with implementations
|
||||
from Rygel.Database.
|
||||
+ Bugs fixed: bgo#721312, bgo#740266.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 19 11:15:22 UTC 2016 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.29.1:
|
||||
+ Fix license text of code to be LGPLv2.1+ proper.
|
||||
+ Fix license of logo to be CC-BY-SA-3.0.
|
||||
+ Add a plugin to support LightweightMediaScanner.
|
||||
+ Core: Avoid crash if plugin folder is missing.
|
||||
+ Server:
|
||||
- Avoid a crash on empty protocol info.
|
||||
- Fix issue with calculating end byte in partial request.
|
||||
- Playlists need to support INTERACTIVE transport mode.
|
||||
- Some code cleanup.
|
||||
- Set albumArtURI when applying DIDL on UpdateObject call.
|
||||
+ GStreamer media engine: Remove broken transmuxing.
|
||||
+ MediaExport:
|
||||
- Some code cleanup.
|
||||
- Add support for .iso files and VIDEO_TS folders.
|
||||
+ Examples: Add option to unblacklist files from MediaExport
|
||||
database to mx-info.
|
||||
+ Bugs fixed: bgo#756823, bgo#757056, bgo#757570, bgo#801521.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 13 16:52:54 UTC 2015 - zaitor@opensuse.org
|
||||
|
||||
|
11
rygel.spec
11
rygel.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package rygel
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,16 +17,16 @@
|
||||
|
||||
|
||||
Name: rygel
|
||||
Version: 0.28.2
|
||||
Version: 0.29.3
|
||||
Release: 0
|
||||
Summary: Home Media Solution for GNOME based on UPnP/DLNA
|
||||
License: LGPL-2.0+
|
||||
Group: Productivity/Multimedia/Other
|
||||
Url: http://live.gnome.org/Rygel
|
||||
Source0: http://download.gnome.org/sources/rygel/0.28/%{name}-%{version}.tar.xz
|
||||
Source0: http://download.gnome.org/sources/rygel/0.29/%{name}-%{version}.tar.xz
|
||||
BuildRequires: gobject-introspection-devel >= 1.33.4
|
||||
BuildRequires: intltool
|
||||
BuildRequires: libgupnp-av-devel >= 0.12.4
|
||||
BuildRequires: libgupnp-av-devel >= 0.12.8
|
||||
BuildRequires: libgupnp-devel >= 0.20.14
|
||||
BuildRequires: libsoup-devel >= 2.44.0
|
||||
BuildRequires: libunistring-devel
|
||||
@ -310,6 +310,9 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
||||
# GStreamer pipelines in the config
|
||||
%{_libdir}/rygel-2.6/plugins/librygel-gst-launch.so
|
||||
%{_libdir}/rygel-2.6/plugins/gst-launch.plugin
|
||||
# LightweightMediaScanner
|
||||
%{_libdir}/rygel-2.6/plugins/librygel-lms.so
|
||||
%{_libdir}/rygel-2.6/plugins/lms.plugin
|
||||
# folders and files in the config
|
||||
%{_libdir}/rygel-2.6/plugins/librygel-media-export.so
|
||||
%{_libdir}/rygel-2.6/plugins/media-export.plugin
|
||||
|
Loading…
Reference in New Issue
Block a user