Accepting request 72619 from GNOME:Factory

Pushing G:F

OBS-URL: https://build.opensuse.org/request/show/72619
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rygel?expand=0&rev=13
This commit is contained in:
Sascha Peilicke 2011-06-06 10:11:12 +00:00 committed by Git OBS Bridge
commit 2785c7c28e
4 changed files with 99 additions and 24 deletions

3
rygel-0.10.2.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9442833df8b14765afcd65e0ef1ae8278b266cf42e4941d06bab14e36b1d56f0
size 1292862

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7a001cf578e8b84408ddca43c24fb9392130f982527de5c90042d6c6a84e2ab0
size 1111056

View File

@ -1,3 +1,75 @@
-------------------------------------------------------------------
Wed Jun 1 11:54:58 CEST 2011 - vuntz@opensuse.org
- Update summaries and descriptions based on new text from
upstream.
- Remove now unneeded dbus-1-glib-devel BuildRequires: code got
ported to GDBus.
-------------------------------------------------------------------
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
- Main changes in 0.10.0, since 0.8.x (see NEWS for all changes):
+ Satisfy more DLNA requirements and pass more DLNA testcases.
+ Various fixes for compatibility with different hardware
(including XBox).
+ Sort Search and Browse results alphabetically (in descending
order) by title when no sorting criteria is specified by the
client.
+ Sort in ascending order by default.
+ HTTP Connection stalling supported for ALL streams.
+ Support 'background' mode for all streams.
+ Don't offer audio transcoding for videos.
+ Ability to enable/disable upload of media.
+ Ability to enable/disable deletion of media.
+ Add option to disable UPnP to all configuration sources.
+ Use both user & system configuration.
+ UI:
- Trim-down the UI to only provide options that end-user needs.
- Use the correct key for 'UPnP enabled' option.
- All widgets must be disabled when sharing is.
- Option to use 'any' network.
+ MediaExport:
- Improved performance.
- Hide empty virtual folders.
- Avoid crawling $HOME by default.
- Implement search by duration.
+ Mediathek:
- Add option to choose between H.264 and WMV videos.
+ Tracker:
- Improved performance.
- Add 'Genre' hierarchy.
- Expose more information for music items.
- Make sure we only expose items that are either explicity
marked to be shared over UPnP network or not marked at all.
- Add "New" container: Under each category container, add a
child container that lists all items of that category that
were added (to tracker-store) less than 3 days ago.
- Only share available files: As tracker also indices removable
media we need to filter out those files that are currently
unavailable.
+ Improved log output control.
+ Port from dbus-glib and GValue usage to GDBus and GVariant.
+ Many bug fixes, including fixes for crashes.
+ Updated translations.
- Replace gtk2-devel BuildRequires with pkgconfig(gtk+-3.0)
-------------------------------------------------------------------
Mon Feb 14 19:49:24 CET 2011 - sbrabec@suse.cz

View File

@ -18,16 +18,14 @@
Name: rygel
Version: 0.8.3
Release: 4
Version: 0.10.2
Release: 1
License: LGPL v2 or later
Summary: Collection of UPnP/DLNA services for GNOME
Summary: Home Media Solution for GNOME based on UPnP/DLNA
Url: http://live.gnome.org/Rygel
Group: Productivity/Multimedia/Other
Source0: %{name}-%{version}.tar.bz2
BuildRequires: dbus-1-glib-devel
BuildRequires: gstreamer-0_10-devel
BuildRequires: gtk2-devel
BuildRequires: intltool
BuildRequires: libgee-devel
BuildRequires: libgupnp-av-devel
@ -39,6 +37,7 @@ BuildRequires: sqlite3-devel
BuildRequires: translation-update-upstream
BuildRequires: update-desktop-files
BuildRequires: vala
BuildRequires: pkgconfig(gtk+-3.0)
Requires: gstreamer-0_10-plugins-base
Recommends: gstreamer-0_10-plugins-bad
Recommends: gstreamer-0_10-plugins-good
@ -47,61 +46,65 @@ Recommends: %{name}-lang
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Rygel is a collection of DLNA (UPnP AV) services (devices in UPnP speak),
implemented through a plug-in mechanism. UPnP in simplest words is a set of
protocols that defines how different devices on a home network can seamlessly
(without or with minimum configuration) communicate with each other. UPnP AV
defines how multimedia systems could be built on top of that. DLNA in simple
words is a long list of rules that implementers must comply to if they want
to achieve interoperability with other implementations in the market.
Rygel is a home media solution that allows you to easily share audio,
video and pictures, and control of media player on your home network. In
technical terms it is both a UPnP AV MediaServer and MediaRenderer
implemented through a plug-in mechanism. Interoperability with other
devices in the market is achieved by conformance to very strict
requirements of DLNA and on the fly conversion of media to format that
client devices are capable of handling.
%package devel
License: LGPL v2 or later
Summary: Collection of UPnP/DLNA services for GNOME -- Development Files
Summary: Home Media Solution for GNOME based on UPnP/DLNA -- Development Files
Group: Development/Libraries/C and C++
Requires: %{name} = %{version}
%description devel
Rygel is a collection of DLNA (UPnP AV) services (devices in UPnP speak).
Rygel is a home media solution that allows you to easily share audio,
video and pictures, and control of media player on your home network.
This package provides development files for rygel.
%package plugin-gstreamer-renderer
License: LGPL v2 or later
Summary: Collection of UPnP/DLNA services for GNOME -- GStreamer Renderer Plugin
Summary: Home Media Solution for GNOME based on UPnP/DLNA -- GStreamer Renderer Plugin
Group: Productivity/Multimedia/Other
Requires: %{name} = %{version}
%description plugin-gstreamer-renderer
Rygel is a collection of DLNA (UPnP AV) services (devices in UPnP speak).
Rygel is a home media solution that allows you to easily share audio,
video and pictures, and control of media player on your home network.
This package provides a standalone MediaRenderer plugin, based on the
GStreamer playbin2 element.
%package plugin-tracker
License: LGPL v2 or later
Summary: Collection of UPnP/DLNA services for GNOME -- Tracker Plugin
Summary: Home Media Solution for GNOME based on UPnP/DLNA -- Tracker Plugin
Group: Productivity/Multimedia/Other
Requires: tracker
Requires: %{name} = %{version}
Supplements: packageand(%{name}:tracker)
%description plugin-tracker
Rygel is a collection of DLNA (UPnP AV) services (devices in UPnP speak).
Rygel is a home media solution that allows you to easily share audio,
video and pictures, and control of media player on your home network.
This package provides a plugin using tracker to export media found on
the local machine.
%package plugin-zdf-mediathek
License: LGPL v2 or later
Summary: Collection of UPnP/DLNA services for GNOME -- ZDF Mediathek Plugin
Summary: Home Media Solution for GNOME based on UPnP/DLNA -- ZDF Mediathek Plugin
Group: Productivity/Multimedia/Other
Requires: %{name} = %{version}
# Make it installable by default for german-speaking users
Provides: locale(%{name}:de)
%description plugin-zdf-mediathek
Rygel is a collection of DLNA (UPnP AV) services (devices in UPnP speak).
Rygel is a home media solution that allows you to easily share audio,
video and pictures, and control of media player on your home network.
This package provides a plugin to export online media from the ZDF TV
station.
@ -176,7 +179,7 @@ rm -rf %{buildroot}
%files plugin-tracker
%defattr(-, root, root)
%{_libdir}/rygel-1.0/librygel-media-tracker.so
%{_libdir}/rygel-1.0/librygel-tracker.so
%files plugin-zdf-mediathek
%defattr(-, root, root)