Accepting request 72378 from home:dimstar:branches:GNOME:Factory
Update to 0.10.2 - haha, no the update is even bigger and even more to think OBS-URL: https://build.opensuse.org/request/show/72378 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/rygel?expand=0&rev=19
This commit is contained in:
parent
f5c668c3fb
commit
1ab558b769
3
rygel-0.10.2.tar.bz2
Normal file
3
rygel-0.10.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9442833df8b14765afcd65e0ef1ae8278b266cf42e4941d06bab14e36b1d56f0
|
||||||
|
size 1292862
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7a001cf578e8b84408ddca43c24fb9392130f982527de5c90042d6c6a84e2ab0
|
|
||||||
size 1111056
|
|
@ -1,3 +1,64 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 1 06:29:49 UTC 2011 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.10.2:
|
||||||
|
+ Fix sorting on dates without time
|
||||||
|
+ Fix MediaExport plugin skipping m4a files
|
||||||
|
+ Fix serving of album art
|
||||||
|
+ Fix an assertion when harvesting files still being downloaded
|
||||||
|
+ Don't entity-quote UTF-8 characters
|
||||||
|
+ Fix a hidden potential crasher with vala async functions
|
||||||
|
+ bgo#648486: Rygel doesn't show up in Samsung PS50C77 TV.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 6 14:59:10 CEST 2011 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.10.1:
|
||||||
|
+ Fix severe performance regression introduced in 0.9.9
|
||||||
|
+ Fix a crash on corrupt files
|
||||||
|
+ Generate ChangeLog from git on make dist
|
||||||
|
- Changes from version 0.10.0:
|
||||||
|
+ Simplified transcoding by use of new 'encodebin' GStreamer
|
||||||
|
element.
|
||||||
|
+ Much more consistent and simpler HTTP stream handling by
|
||||||
|
increased reliability on GStreamer.
|
||||||
|
+ Many fixes and improvements to HTTP streams.
|
||||||
|
+ More robust tests for HTTP streams.
|
||||||
|
+ Fix .po files being all uppercase.
|
||||||
|
+ Don't crash if log_domain is unset.
|
||||||
|
+ Apply Xbox hacks on Philips DLNA TV.
|
||||||
|
+ Time seek header must be locale-independent.
|
||||||
|
+ Correct supported SeekMode values.
|
||||||
|
+ Support 'background' mode for all streams.
|
||||||
|
+ Don't offer audio transcoding for videos.
|
||||||
|
+ Expose 'dc:date' for items when available.
|
||||||
|
+ Add support for 'refID' attribute. Although currently no plugin
|
||||||
|
uses this, we are already adding this basic support to satisfy
|
||||||
|
DLNA.
|
||||||
|
+ Throw error if 'dlnaManaged' attribute or wrong DLNA profile is
|
||||||
|
provided in an item creation request.
|
||||||
|
+ Prevent a crash in 'ImportResource' action handling.
|
||||||
|
+ Report slightly more accurate time seek range.
|
||||||
|
+ Don't error out on attempt to delete an inexistent file.
|
||||||
|
+ MediaExport:
|
||||||
|
- Avoid crawling $HOME by default.
|
||||||
|
- Query user folders only once.
|
||||||
|
- Remove huge cache directive.
|
||||||
|
- Implement search by duration.
|
||||||
|
- Properly cancel the file monitor.
|
||||||
|
- Fix crash on file removal.
|
||||||
|
+ Tracker:
|
||||||
|
- Mark newly added items as available.
|
||||||
|
- Set 'nie:contentCreated' on created items.
|
||||||
|
- Take mime-type from gupnp-dlna to work-around bug#647575.
|
||||||
|
- Properly escape regular expression in title containers.
|
||||||
|
- Create a unique URI for new items.
|
||||||
|
- Mark resources we created as ours.
|
||||||
|
+ More DLNA requirements satisfied
|
||||||
|
+ Updated translations.
|
||||||
|
- For more changes between the last release and this one, see NEWS.
|
||||||
|
- Replace gtk2-devel BuildRequires with pkgconfig(gtk+-3.0)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 14 19:49:24 CET 2011 - sbrabec@suse.cz
|
Mon Feb 14 19:49:24 CET 2011 - sbrabec@suse.cz
|
||||||
|
|
||||||
|
@ -18,8 +18,8 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: rygel
|
Name: rygel
|
||||||
Version: 0.8.3
|
Version: 0.10.2
|
||||||
Release: 3
|
Release: 1
|
||||||
License: LGPL v2 or later
|
License: LGPL v2 or later
|
||||||
Summary: Collection of UPnP/DLNA services for GNOME
|
Summary: Collection of UPnP/DLNA services for GNOME
|
||||||
Url: http://live.gnome.org/Rygel
|
Url: http://live.gnome.org/Rygel
|
||||||
@ -27,7 +27,6 @@ Group: Productivity/Multimedia/Other
|
|||||||
Source0: %{name}-%{version}.tar.bz2
|
Source0: %{name}-%{version}.tar.bz2
|
||||||
BuildRequires: dbus-1-glib-devel
|
BuildRequires: dbus-1-glib-devel
|
||||||
BuildRequires: gstreamer-0_10-devel
|
BuildRequires: gstreamer-0_10-devel
|
||||||
BuildRequires: gtk2-devel
|
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: libgee-devel
|
BuildRequires: libgee-devel
|
||||||
BuildRequires: libgupnp-av-devel
|
BuildRequires: libgupnp-av-devel
|
||||||
@ -39,6 +38,7 @@ BuildRequires: sqlite3-devel
|
|||||||
BuildRequires: translation-update-upstream
|
BuildRequires: translation-update-upstream
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: vala
|
BuildRequires: vala
|
||||||
|
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
|
||||||
Recommends: gstreamer-0_10-plugins-good
|
Recommends: gstreamer-0_10-plugins-good
|
||||||
@ -176,7 +176,7 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
%files plugin-tracker
|
%files plugin-tracker
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{_libdir}/rygel-1.0/librygel-media-tracker.so
|
%{_libdir}/rygel-1.0/librygel-tracker.so
|
||||||
|
|
||||||
%files plugin-zdf-mediathek
|
%files plugin-zdf-mediathek
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
|
Loading…
Reference in New Issue
Block a user