Accepting request 103661 from home:dimstar:branches:GNOME:Factory
Update to 0.13.1 OBS-URL: https://build.opensuse.org/request/show/103661 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/rygel?expand=0&rev=43
This commit is contained in:
parent
0d8167e859
commit
944937e084
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3b40d27dd5b9445dc23ce946c9264224e3f32982e87bb5e7bc932a7d9c18c181
|
|
||||||
size 1320184
|
|
3
rygel-0.13.1.tar.xz
Normal file
3
rygel-0.13.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b23d18cdd97a7e7bd375bffc9e49d2482a2b5391d572322061fc45a7311b5ba3
|
||||||
|
size 1283180
|
@ -1,3 +1,68 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 9 18:54:46 UTC 2012 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.13.1:
|
||||||
|
+ Fix MPEG2 transcoding to not fail due to a typo in the
|
||||||
|
container caps.
|
||||||
|
+ Output debug information about the used transcoding profile.
|
||||||
|
+ Fix AVC transcoding: Framerate and resource resolution.
|
||||||
|
+ Some documentation updates.
|
||||||
|
+ Simplify the RTP depayloader guessing code by using GStreamer
|
||||||
|
functionality.
|
||||||
|
+ Stop leaking HTTPRequests due to a ref cycle.
|
||||||
|
+ Some stability errors and conformance changes.
|
||||||
|
+ Add coverage reports for unittests.
|
||||||
|
+ Increase the coverage of some classes.
|
||||||
|
+ Fix basic search implementation for offset > 0 and limit == 0.
|
||||||
|
+ Add an environment variable to set the time-out for plug-in
|
||||||
|
loading to help when running in valgrind.
|
||||||
|
+ IOP:
|
||||||
|
- More refactoring: Version downgrade is not longer bound to
|
||||||
|
the XBox 360 hacks and configurable.
|
||||||
|
- Add hacks for XBMC which has problems to play AAC/M4A files
|
||||||
|
shared with the "correct" DLNA mime-type.
|
||||||
|
- Fix Slideshow option in XBox 360 when called from top-level
|
||||||
|
image browser.
|
||||||
|
- If a time-seek requests everything, just ignore that it's a
|
||||||
|
seek.
|
||||||
|
- Add a file extension to all served URIs to help those devices
|
||||||
|
that need them.
|
||||||
|
- Fix an issue where Windows Media Player 12 only showed the
|
||||||
|
first 200 items.
|
||||||
|
+ UI:
|
||||||
|
- Minor clean-up and polishing.
|
||||||
|
- Tooltips.
|
||||||
|
+ Tracker:
|
||||||
|
- Get rid of work-around for bgo#623685
|
||||||
|
+ MediaExport:
|
||||||
|
- Fix a regression in the file monitor that caused moved files
|
||||||
|
to be missed.
|
||||||
|
- Update the documentation to clarify how to enter URIs in the
|
||||||
|
configuration file.
|
||||||
|
- Fix an endless loop when adding media to an empty but watched
|
||||||
|
directory.
|
||||||
|
- Delay the creation of the virtual folder hierarchy until the
|
||||||
|
initial walk is done.
|
||||||
|
+ Mediathek:
|
||||||
|
- Update the documentation on how to configure it and
|
||||||
|
distribute those.
|
||||||
|
+ MPRIS:
|
||||||
|
- Add possibility to disable the whole module.
|
||||||
|
+ External:
|
||||||
|
- Don't crash if the D-Bus server doesn't behave as specified
|
||||||
|
when sending updates.
|
||||||
|
- Transcoding/Proxying if the uri contained the @ADDRESS@
|
||||||
|
template
|
||||||
|
- Fix icons; it was still using the MediaItem1 interface.
|
||||||
|
- Update child count properly if container changes.
|
||||||
|
- Add possibility to disable the whole module.
|
||||||
|
+ Bugs fixed: bgo#644538, bgo#653120, bgo#659432, bgo#663631,
|
||||||
|
bgo#663826, bgo#666363, bgo#668335, bgo#669677, bgo#669680,
|
||||||
|
rh#759206.
|
||||||
|
+ Upudated translations.
|
||||||
|
- Remove xz BuildRequires now that it comes for free in the build
|
||||||
|
system.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 23 21:39:06 UTC 2011 - dimstar@opensuse.org
|
Wed Nov 23 21:39:06 UTC 2011 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package rygel
|
# spec file for package rygel
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -15,8 +15,9 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: rygel
|
Name: rygel
|
||||||
Version: 0.13.0
|
Version: 0.13.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Home Media Solution for GNOME based on UPnP/DLNA
|
Summary: Home Media Solution for GNOME based on UPnP/DLNA
|
||||||
License: LGPL-2.0+
|
License: LGPL-2.0+
|
||||||
@ -34,9 +35,7 @@ BuildRequires: libuuid-devel
|
|||||||
BuildRequires: sqlite3-devel
|
BuildRequires: sqlite3-devel
|
||||||
BuildRequires: translation-update-upstream
|
BuildRequires: translation-update-upstream
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: vala
|
BuildRequires: vala >= 0.14.1
|
||||||
# Only needed because we don't (and won't) support building xz tarballs by default... See bnc#697467
|
|
||||||
BuildRequires: xz
|
|
||||||
BuildRequires: pkgconfig(gtk+-3.0)
|
BuildRequires: pkgconfig(gtk+-3.0)
|
||||||
Requires: gstreamer-0_10-plugins-base
|
Requires: gstreamer-0_10-plugins-base
|
||||||
Recommends: gstreamer-0_10-plugins-bad
|
Recommends: gstreamer-0_10-plugins-bad
|
||||||
|
Loading…
Reference in New Issue
Block a user