forked from pool/rygel
Accepting request 523379 from GNOME:Factory
New upstream release (forwarded request 523375 from Zaitor) OBS-URL: https://build.opensuse.org/request/show/523379 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rygel?expand=0&rev=72
This commit is contained in:
commit
3088b40dc0
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fbb2d46cbe4e750df6610b4c66b2278f06d1f71a257c7903e676ccb394dad418
|
||||
size 3997364
|
3
rygel-0.36.0.tar.xz
Normal file
3
rygel-0.36.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:31e8ade78b4ea59978d1b59056fa5cd8aef6b9c1457d3dd06de4d2e75a01813f
|
||||
size 4071012
|
@ -1,3 +1,41 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 11 18:25:48 UTC 2017 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 0.36.0:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 8 12:58:41 UTC 2017 - jengelh@inai.de
|
||||
|
||||
- Update package descriptions.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 9 19:14:24 UTC 2017 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 0.35.0:
|
||||
+ Fix missing COPYING.logo in tarball.
|
||||
+ Fix XML generation rule for out-of-tree builds from git.
|
||||
+ Fix Build issue for dist tarballs with Yocto 2.2.
|
||||
+ Fix GStreamer dependency for media engine.
|
||||
+ Examples: Add logo to fullscreen renderer.
|
||||
+ Server: Fix guessing user agent from SSDP/UPnP communication.
|
||||
+ Renderer: Remove NOT_IMPLEMENTED for SetNextAVTransport.
|
||||
+ MediaExport: Log if setting nice value for extractor fails.
|
||||
+ Tracker: Search for 2.0 API.
|
||||
+ Bugs fixed: bgo#778829.
|
||||
+ Updated translations.
|
||||
- Drop rygel-tracker-2_0.patch: Fixed upstream. Following this,
|
||||
drop gnome-common BuildRequires and stop passing autoreconf.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 21 20:35:41 UTC 2017 - zaitor@opensuse.org
|
||||
|
||||
- Add rygel-tracker-2_0.patch: Fix build with new tracker, patch
|
||||
from upstream git. Replace pkgconfig(tracker-sparql-1.0) with
|
||||
pkgconfig(tracker-sparql-2.0) BuildRequires following the port.
|
||||
- Following the above, add gnome-common BuildRequires and pass
|
||||
autoreconf, as the patch touches the buildsystem.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 20 14:40:16 UTC 2017 - dimstar@opensuse.org
|
||||
|
||||
|
99
rygel.spec
99
rygel.spec
@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: rygel
|
||||
Version: 0.34.0
|
||||
Version: 0.36.0
|
||||
Release: 0
|
||||
Summary: Home Media Solution for GNOME based on UPnP/DLNA
|
||||
Summary: UPnP/DLNA home media server for GNOME
|
||||
License: LGPL-2.0+
|
||||
Group: Productivity/Multimedia/Other
|
||||
Url: http://live.gnome.org/Rygel
|
||||
Source0: http://download.gnome.org/sources/rygel/0.34/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/rygel/0.36/%{name}-%{version}.tar.xz
|
||||
BuildRequires: gobject-introspection-devel >= 1.33.4
|
||||
BuildRequires: libgupnp-av-devel >= 0.12.8
|
||||
BuildRequires: libgupnp-devel >= 0.20.14
|
||||
@ -51,7 +51,7 @@ BuildRequires: pkgconfig(libmediaart-2.0) >= 1.9.0
|
||||
BuildRequires: pkgconfig(libsoup-2.4) >= 2.44.0
|
||||
BuildRequires: pkgconfig(libxml-2.0) >= 2.7
|
||||
BuildRequires: pkgconfig(systemd)
|
||||
BuildRequires: pkgconfig(tracker-sparql-1.0) >= 0.14.0
|
||||
BuildRequires: pkgconfig(tracker-sparql-2.0)
|
||||
Requires: gstreamer-plugins-base
|
||||
Recommends: %{name}-lang
|
||||
Recommends: gstreamer-plugins-bad
|
||||
@ -63,108 +63,107 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%{?systemd_requires}
|
||||
|
||||
%description
|
||||
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.
|
||||
Rygel is a home media server that allows sharing audio, video,
|
||||
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. It conforms to DLNA and does
|
||||
on-the-fly conversion of media to format that client devices are
|
||||
capable of handling.
|
||||
|
||||
%package -n librygel-core-2_6-2
|
||||
Summary: Home Media Solution for GNOME based on UPnP/DLNA -- Core library
|
||||
Summary: Core library for the Rygel UPnP/DLNA media server
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n librygel-core-2_6-2
|
||||
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.
|
||||
Rygel is a home media server that allows sharing audio, video,
|
||||
pictures, and control of media player on your home network.
|
||||
|
||||
This package provides the core library of rygel.
|
||||
|
||||
%package -n librygel-db-2_6-2
|
||||
Summary: Home Media Solution for GNOME based on UPnP/DLNA -- Database library
|
||||
Summary: Database library for the Rygel UPnP/DLNA media server
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n librygel-db-2_6-2
|
||||
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.
|
||||
Rygel is a home media server that allows sharing audio, video,
|
||||
pictures, and control of media player on your home network.
|
||||
|
||||
This package provides the database library of rygel.
|
||||
|
||||
%package -n librygel-renderer-2_6-2
|
||||
Summary: Home Media Solution for GNOME based on UPnP/DLNA -- Renderer library
|
||||
Summary: Render library for the Rygel UPnP/DLNA media server
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n librygel-renderer-2_6-2
|
||||
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.
|
||||
Rygel is a home media server that allows sharing audio, video,
|
||||
pictures, and control of media player on your home network.
|
||||
|
||||
This package provides the renderer library of rygel.
|
||||
|
||||
%package -n librygel-renderer-gst-2_6-2
|
||||
Summary: Home Media Solution for GNOME based on UPnP/DLNA -- Renderer library
|
||||
Summary: Gstreamer render library for the Rygel UPnP/DLNA media server
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n librygel-renderer-gst-2_6-2
|
||||
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.
|
||||
Rygel is a home media server that allows sharing audio, video,
|
||||
pictures, and control of media player on your home network.
|
||||
|
||||
This package provides the renderer library of rygel.
|
||||
|
||||
%package -n librygel-ruih-2_0-1
|
||||
Summary: Home Media Solution for GNOME based on UPnP/DLNA -- ruih library
|
||||
Summary: Remote User Interface handling library for the Rygel UPnP/DLNA media server
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n librygel-ruih-2_0-1
|
||||
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.
|
||||
Rygel is a home media server that allows sharing audio, video,
|
||||
pictures, and control of media player on your home network.
|
||||
|
||||
This package provides the ruih library of rygel.
|
||||
|
||||
%package -n librygel-server-2_6-2
|
||||
Summary: Home Media Solution for GNOME based on UPnP/DLNA -- Server library
|
||||
Summary: Server library for the Rygel UPnP/DLNA media server
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n librygel-server-2_6-2
|
||||
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.
|
||||
Rygel is a home media server that allows sharing audio, video,
|
||||
pictures, and control of media player on your home network.
|
||||
|
||||
This package provides the server library of rygel.
|
||||
|
||||
%package -n typelib-1_0-RygelCore-2_6
|
||||
Summary: Rygel Core library -- gobject introspection
|
||||
Summary: GObject introspection files for the Rygel core library
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n typelib-1_0-RygelCore-2_6
|
||||
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.
|
||||
Rygel is a home media server that allows sharing audio, video,
|
||||
pictures, and control of media player on your home network.
|
||||
|
||||
%package -n typelib-1_0-RygelRenderer-2_6
|
||||
Summary: Rygel Renderer library -- gobject introspection
|
||||
Summary: GObject introspection files for the Rygel renderer library
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n typelib-1_0-RygelRenderer-2_6
|
||||
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.
|
||||
Rygel is a home media server that allows sharing audio, video,
|
||||
pictures, and control of media player on your home network.
|
||||
|
||||
%package -n typelib-1_0-RygelRendererGst-2_6
|
||||
Summary: Rygel Renderer library -- gobject introspection
|
||||
Summary: GObject introspection files for the Rygel RendererGst library
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n typelib-1_0-RygelRendererGst-2_6
|
||||
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.
|
||||
Rygel is a home media server that allows sharing audio, video,
|
||||
pictures, and control of media player on your home network.
|
||||
|
||||
%package -n typelib-1_0-RygelServer-2_6
|
||||
Summary: Rygel Server library -- gobject introspection
|
||||
Summary: GObject introspection files for the Rygel server library
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n typelib-1_0-RygelServer-2_6
|
||||
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.
|
||||
Rygel is a home media server that allows sharing audio, video,
|
||||
pictures, and control of media player on your home network.
|
||||
|
||||
%package devel
|
||||
Summary: Home Media Solution for GNOME based on UPnP/DLNA -- Development Files
|
||||
Summary: Development files for the Rygel UPnP/DLNA media server
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %{name} = %{version}
|
||||
Requires: librygel-core-2_6-2 = %{version}
|
||||
@ -179,33 +178,33 @@ Requires: typelib-1_0-RygelRendererGst-2_6 = %{version}
|
||||
Requires: typelib-1_0-RygelServer-2_6 = %{version}
|
||||
|
||||
%description devel
|
||||
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.
|
||||
Rygel is a home media server that allows sharing audio, video,
|
||||
pictures, and control of media player on your home network.
|
||||
|
||||
This package provides development files for rygel.
|
||||
|
||||
%package plugin-gstreamer-renderer
|
||||
Summary: Home Media Solution for GNOME based on UPnP/DLNA -- GStreamer Renderer Plugin
|
||||
Summary: GStreamer renderer plugin for the Rygel UPnP/DLNA media server
|
||||
Group: Productivity/Multimedia/Other
|
||||
Requires: %{name} = %{version}
|
||||
|
||||
%description plugin-gstreamer-renderer
|
||||
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.
|
||||
Rygel is a home media server that allows sharing audio, video,
|
||||
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
|
||||
Summary: Home Media Solution for GNOME based on UPnP/DLNA -- Tracker Plugin
|
||||
Summary: Tracker plugin for the Rygel UPnP/DLNA media server
|
||||
Group: Productivity/Multimedia/Other
|
||||
Requires: %{name} = %{version}
|
||||
Requires: tracker
|
||||
Supplements: packageand(%{name}:tracker)
|
||||
|
||||
%description plugin-tracker
|
||||
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.
|
||||
Rygel is a home media server that allows sharing audio, video,
|
||||
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.
|
||||
|
Loading…
Reference in New Issue
Block a user