Accepting request 228694 from GNOME:Next

Push GNOME:Next - GNOME 3.12.0

OBS-URL: https://build.opensuse.org/request/show/228694
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/rygel?expand=0&rev=104
This commit is contained in:
Dominique Leuenberger 2014-04-03 20:49:09 +00:00 committed by Git OBS Bridge
parent 9096ef0070
commit 2180ec5e7f
5 changed files with 247 additions and 104 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4e7e3105a1d27d126938b7530f60bd7867121188651cee806f36694fbd7dd349
size 3253440

3
rygel-0.22.0.tar.xz Normal file
View File

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

View File

@ -1,26 +0,0 @@
From fdaef58458cb6abf83771adeb2137db14cae0ec1 Mon Sep 17 00:00:00 2001
From: Debarshi Ray <debarshir@gnome.org>
Date: Wed, 12 Feb 2014 09:37:51 +0000
Subject: data: Make the GstLaunch pipelines in rygel.conf work with gst-1.0
https://bugzilla.gnome.org/show_bug.cgi?id=724215
---
diff --git a/data/rygel.conf b/data/rygel.conf
index 307da12..1347dc0 100644
--- a/data/rygel.conf
+++ b/data/rygel.conf
@@ -132,10 +132,10 @@ audiotestsrc-mime=audio/x-wav
audiotestsrc-launch=audiotestsrc ! wavenc
videotestsrc-title=Videotestsrc
videotestsrc-mime=video/mpeg
-videotestsrc-launch=videotestsrc ! ffenc_mpeg2video ! mpegtsmux
+videotestsrc-launch=videotestsrc ! avenc_mpeg2video ! mpegtsmux
videotestoverlay-title=Videotestsrc with timeoverlay 2
videotestoverlay-mime=video/mpeg
-videotestoverlay-launch=videotestsrc ! timeoverlay ! ffenc_mpeg2video ! mpegtsmux
+videotestoverlay-launch=videotestsrc ! timeoverlay ! avenc_mpeg2video ! mpegtsmux
[Test]
enabled=false
--
cgit v0.9.2

View File

@ -1,3 +1,175 @@
-------------------------------------------------------------------
Tue Mar 25 14:00:28 UTC 2014 - dimstar@opensuse.org
- Update to version 0.22.0:
+ Updated translations.
-------------------------------------------------------------------
Wed Mar 19 09:18:52 UTC 2014 - dimstar@opensuse.org
- Update to version 0.21.6:
+ More cp -d replacement.
+ GStreamer Renderer: Fix two criticals on start-up.
+ Updated translations.
-------------------------------------------------------------------
Fri Mar 7 07:48:57 UTC 2014 - zaitor@opensuse.org
- Update to version 0.21.5:
+ Some gtk-doc fixes.
+ Remove obsolete configure function from autogen.sh.
+ Fix "make distcheck".
+ Replace non-portable cp -d.
+ Fix GstLaunch examples in rygel.conf for GStreamer 1.0.
+ Add support for /etc/pretty-hostname.
+ Support building with tracker-1.0 API.
+ Core:
- Remove Freedesktop.* DBus interfaces.
- Move the two copies of Rygel.DLNAProfile to Core.
+ GStreamer Renderer:
- Deprecate .wrap constructor.
- Don't leak and return a value in the .wrap constructor on
error.
+ MediaExport: Be a bit more helpful and tell which folder we
failed to enumerate.
+ Bugs fixed: bgo#722021, bgo#722527, bgo#724138, bgo#724215,
bgo#724820.
+ Updated translations.
- Drop rygel-Make-GstLaunch-pipelines-work-with-gst-1.0.patch and
rygel-support-tracker-1.0.patch: Fixed upstream.
- Drop automake and libtool BuildRequires and stop passing
autoreconf: No longer needed as we do not carry any patches.
-------------------------------------------------------------------
Thu Feb 20 12:23:36 UTC 2014 - zaitor@opensuse.org
- Add rygel-support-tracker-1.0.patch: Support building with
tracker-1.0, patch to be sent upstream.
- Replace pkgconfig(tracker-sparql-0.18) for
pkgconfig(tracker-sparql-1.0) BuildRequires, and add automake and
libtool BuildRequires and pass autoreconf due to above patch.
-------------------------------------------------------------------
Fri Feb 14 23:30:00 UTC 2014 - dimstar@opensuse.org
- Update to version 0.21.4:
+ Core: Link against libm for "round" function.
+ Updated translations.
-------------------------------------------------------------------
Fri Feb 14 23:00:00 UTC 2014 - dimstar@opensuse.org
- Update to version 0.21.3:
+ Update FSF address.
+ Server:
- Use correct depth for PNG thumbnails.
- Add hacks for LG SmartShare TVs.
+ MediaExport: Work around an SQL error when browsing Artists.
+ GStreamer Renderer:
- Query source element for duration and position.
- Remove BUFFERING/CLOCK_LOST handling.
+ External: Don't corrupt container names.
+ Bugs fixed: bgo#720671, bgo#720836, bgo#721270, bgo#721575,
bgo#721824.
+ Updated translations.
-------------------------------------------------------------------
Fri Feb 14 22:00:00 UTC 2014 - dimstar@opensuse.org
- Update to version 0.21.2.1:
+ Add build support for tracker 0.18.
+ Server:
- Allow server plugins to override search capabilities.
- Add more Samsung hacks.
- Add seeking hacks for some UPnP music receivers.
+ Renderer:
- Return protocol info of current media in
GetCurrentConnectionInfo call.
- Implement SetNextAVTransportURI.
- Treat REL_TIME/ABS_TIME the same again. This is less broken
than the original fix.
- Use correct PlaybackStorageMedium values.
+ BasicManagement: Remove unused state variable.
+ MPRIS: Set default playspeed to prevent a critical.
+ External: Fix wrong parameter order in AlbumArtFactory.
+ Bugs fixed: bgo#706986, bgo#709165, bgo#712181, bgo#712660,
bgo#715089, bgo#719721, bgo#719998, bgo#720669, bgo#720837.
+ Updated translations.
- Replace pkgconfig(tracker-sparql-0.16) BuildRequires with
pkgconfig(tracker-sparql-0.18): move to Tracker 0.18.
- Change SLPP packages suffix from -2_0-1 to -2_2-2, following
upstreams soname changes (incl. -devel pacakge requires).
-------------------------------------------------------------------
Fri Feb 14 21:00:00 UTC 2014 - dimstar@opensuse.org
- Update to version 0.21.1:
+ Fix vala check to only compile, not link to avoid issues with
gst-uninstalled.
+ Some documentation fixes.
+ Port to new libsoup session API.
+ Basic Management: Add initial support.
+ Server: Support serving subtitles using the PV method. Fixes
external subtitles for a variety of devices such as WD TV Live
or Panasonic TVs.
+ Renderer:
- Accept missing mime-types in playlist check.
- Fix CurrentTransportActions to include Next and Prev.
- Support milliseconds in time-stamps.
- Drop allowed value list from TransportPlaySpeed.
- Unify playspeed parsing.
- Implement DLNA bye seeking.
- Fix and implement PlaybackStorageMedium variable.
+ MPRIS: Fix for new renderer API.
+ GStreamer renderer:
- Implement DLNA byte seeking.
- Enable more playspeeds.
+ Bugs fixed: bgo#707058, bgo#707059, bgo#707541, bgo#707831,
bgo#710368, bgo#711399, bgo#711661, bgo#712336.
- Changes from version 0.21.0:
+ Port to new libsoup vapi.
+ Several i18n fixes.
+ Make missing gtk-doc non fatal and just don't build api docs
then unless explicitly requested.
+ Rename --enable-valadoc to --enable-apidocs.
+ Several style fixes.
+ Add "devel" and "release" shortcuts to autogen.
+ Drop strict vala compiler because of deprecations.
+ Core: Get MediaDevice port from MetaConfig.
+ Server:
- Generate proper contentFeatures.dlna.org header for DIDL_S
resources.
- Use xmlNs instead of specifying the namespace in string form
in Samsung subtitle support.
- Make MediaObject.serialize public to enable custom XML
modifications.
- Use URL-aware base64 encoding to prevent issues with "/".
+ Renderer:
- Fix REL_TIME seeking.
- Fix error codes when seeking beyond the file.
- Fix error codes when time-seek is not available.
- Add PossiblePlaybackStorageMedia values.
- Set track info for empty or non-http uris.
- Fix AbsoluteCounterPosition type.
- Listen to MediaPlayer.volume changes.
- Don't loop on image-only playlists.
- Lower LastChange accumulation timeout.
+ GStreamer renderer:
- Handle seeking beyond end of file.
- Remove invalid DLNA profile MPEG_TS_HD_EU_ISO.
- Fix GStreamer dependency to use 1.0 instead of 0.10.
+ MediaExport: Fix GstDiscoverer error handling.
+ MPRIS:
- Fix seeking.
- Query seeking ability from DBus.
- Ignore read-only MPRIS peers.
+ Simple media engine: Support files > 4GB on 32bit systems.
+ Bugs fixed: bgo#677405, bgo#686628, bgo#692509, bgo#704317,
bgo#707054, bgo#709077, bgo#709170, bgo#709190, bgo#709287,
bgo#709551, bgo#709627, bgo#709723, bgo#709887, bgo#710377,
bgo#710781.
+ Updated translations.
-------------------------------------------------------------------
Fri Feb 14 20:38:21 UTC 2014 - zaitor@opensuse.org

View File

@ -17,26 +17,24 @@
Name: rygel
Version: 0.20.3
Version: 0.22.0
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.20/%{name}-%{version}.tar.xz
# PATCH-FIX-UPSTREAM rygel-Make-GstLaunch-pipelines-work-with-gst-1.0.patch bgo#724215 bnc#864121 zaitor@opensuse.org -- Make the GstLaunch pipelines in rygel.conf work with gst-1.0
Patch0: rygel-Make-GstLaunch-pipelines-work-with-gst-1.0.patch
Source0: http://download.gnome.org/sources/rygel/0.22/%{name}-%{version}.tar.xz
BuildRequires: intltool
BuildRequires: libgupnp-av-devel >= 0.11.2
BuildRequires: libgupnp-av-devel >= 0.12.4
BuildRequires: libgupnp-devel >= 0.19.0
BuildRequires: libsoup-devel >= 2.34.0
BuildRequires: libsoup-devel >= 2.42.0
BuildRequires: libunistring-devel
BuildRequires: libuuid-devel >= 1.41.3
BuildRequires: sqlite3-devel >= 3.5
BuildRequires: systemd
BuildRequires: translation-update-upstream
BuildRequires: update-desktop-files
BuildRequires: vala >= 0.20.0
BuildRequires: vala >= 0.22.0
BuildRequires: pkgconfig(gee-0.8) >= 0.8.0
BuildRequires: pkgconfig(glib-2.0) >= 2.31.13
BuildRequires: pkgconfig(gstreamer-1.0) >= 1.0
@ -46,7 +44,7 @@ BuildRequires: pkgconfig(gtk+-3.0) >= 3.0
BuildRequires: pkgconfig(gupnp-dlna-2.0) >= 0.9.4
BuildRequires: pkgconfig(gupnp-dlna-gst-2.0) >= 0.9.4
BuildRequires: pkgconfig(libxml-2.0) >= 2.7
BuildRequires: pkgconfig(tracker-sparql-0.16) >= 0.14.0
BuildRequires: pkgconfig(tracker-sparql-1.0) >= 0.14.0
Requires: gstreamer-plugins-base
Recommends: %{name}-lang
Recommends: gstreamer-plugins-bad
@ -64,41 +62,41 @@ 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 -n librygel-core-2_0-1
%package -n librygel-core-2_2-2
Summary: Home Media Solution for GNOME based on UPnP/DLNA -- Core library
Group: System/Libraries
%description -n librygel-core-2_0-1
%description -n librygel-core-2_2-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.
This package provides the core library of rygel.
%package -n librygel-renderer-2_0-1
%package -n librygel-renderer-2_2-2
Summary: Home Media Solution for GNOME based on UPnP/DLNA -- Renderer library
Group: System/Libraries
%description -n librygel-renderer-2_0-1
%description -n librygel-renderer-2_2-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.
This package provides the renderer library of rygel.
%package -n librygel-renderer-gst-2_0-1
%package -n librygel-renderer-gst-2_2-2
Summary: Home Media Solution for GNOME based on UPnP/DLNA -- Renderer library
Group: System/Libraries
%description -n librygel-renderer-gst-2_0-1
%description -n librygel-renderer-gst-2_2-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.
This package provides the renderer library of rygel.
%package -n librygel-server-2_0-1
%package -n librygel-server-2_2-2
Summary: Home Media Solution for GNOME based on UPnP/DLNA -- Server library
Group: System/Libraries
%description -n librygel-server-2_0-1
%description -n librygel-server-2_2-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.
@ -108,10 +106,10 @@ This package provides the server library of rygel.
Summary: Home Media Solution for GNOME based on UPnP/DLNA -- Development Files
Group: Development/Libraries/C and C++
Requires: %{name} = %{version}
Requires: librygel-core-2_0-1 = %{version}
Requires: librygel-renderer-2_0-1 = %{version}
Requires: librygel-renderer-gst-2_0-1 = %{version}
Requires: librygel-server-2_0-1 = %{version}
Requires: librygel-core-2_2-2 = %{version}
Requires: librygel-renderer-2_2-2 = %{version}
Requires: librygel-renderer-gst-2_2-2 = %{version}
Requires: librygel-server-2_2-2 = %{version}
%description devel
Rygel is a home media solution that allows you to easily share audio,
@ -163,7 +161,6 @@ station.
%prep
%setup -q
translation-update-upstream
%patch0 -p1
%build
%configure --enable-tracker-plugin \
@ -202,21 +199,21 @@ rm -rf %{buildroot}
%icon_theme_cache_postun
%service_del_postun rygel.service
%post -n librygel-core-2_0-1 -p /sbin/ldconfig
%post -n librygel-core-2_2-2 -p /sbin/ldconfig
%postun -n librygel-core-2_0-1 -p /sbin/ldconfig
%postun -n librygel-core-2_2-2 -p /sbin/ldconfig
%post -n librygel-renderer-2_0-1 -p /sbin/ldconfig
%post -n librygel-renderer-2_2-2 -p /sbin/ldconfig
%postun -n librygel-renderer-2_0-1 -p /sbin/ldconfig
%postun -n librygel-renderer-2_2-2 -p /sbin/ldconfig
%post -n librygel-renderer-gst-2_0-1 -p /sbin/ldconfig
%post -n librygel-renderer-gst-2_2-2 -p /sbin/ldconfig
%postun -n librygel-renderer-gst-2_0-1 -p /sbin/ldconfig
%postun -n librygel-renderer-gst-2_2-2 -p /sbin/ldconfig
%post -n librygel-server-2_0-1 -p /sbin/ldconfig
%post -n librygel-server-2_2-2 -p /sbin/ldconfig
%postun -n librygel-server-2_0-1 -p /sbin/ldconfig
%postun -n librygel-server-2_2-2 -p /sbin/ldconfig
%files
%defattr(-, root, root)
@ -233,80 +230,80 @@ rm -rf %{buildroot}
%{_mandir}/*/*
# Plugins that we ship by default because they don't have a dependency and can
# be useful to most people
%dir %{_libdir}/rygel-2.0/
%dir %{_libdir}/rygel-2.0/engines/
%dir %{_libdir}/rygel-2.0/plugins/
%{_libdir}/rygel-2.0/engines/librygel-media-engine-gst.so
%{_libdir}/rygel-2.0/engines/librygel-media-engine-simple.so
%{_libdir}/rygel-2.0/engines/media-engine-gst.plugin
%{_libdir}/rygel-2.0/engines/media-engine-simple.plugin
%dir %{_libdir}/rygel-2.2/
%dir %{_libdir}/rygel-2.2/engines/
%dir %{_libdir}/rygel-2.2/plugins/
%{_libdir}/rygel-2.2/engines/librygel-media-engine-gst.so
%{_libdir}/rygel-2.2/engines/librygel-media-engine-simple.so
%{_libdir}/rygel-2.2/engines/media-engine-gst.plugin
%{_libdir}/rygel-2.2/engines/media-engine-simple.plugin
# external applications implementing D-Bus MediaServer spec
%{_libdir}/rygel-2.0/plugins/librygel-external.so
%{_libdir}/rygel-2.0/plugins/external.plugin
%{_libdir}/rygel-2.2/plugins/librygel-external.so
%{_libdir}/rygel-2.2/plugins/external.plugin
# GStreamer pipelines in the config
%{_libdir}/rygel-2.0/plugins/librygel-gst-launch.so
%{_libdir}/rygel-2.0/plugins/gst-launch.plugin
%{_libdir}/rygel-2.2/plugins/librygel-gst-launch.so
%{_libdir}/rygel-2.2/plugins/gst-launch.plugin
# folders and files in the config
%{_libdir}/rygel-2.0/plugins/librygel-media-export.so
%{_libdir}/rygel-2.0/plugins/media-export.plugin
%{_libdir}/rygel-2.2/plugins/librygel-media-export.so
%{_libdir}/rygel-2.2/plugins/media-export.plugin
# media players implementing MPRIS2 D-Bus interface
%{_libdir}/rygel-2.0/plugins/librygel-mpris.so
%{_libdir}/rygel-2.0/plugins/mpris.plugin
%{_libdir}/rygel-2.2/plugins/librygel-mpris.so
%{_libdir}/rygel-2.2/plugins/mpris.plugin
%files -n librygel-core-2_0-1
%files -n librygel-core-2_2-2
%defattr(-,root,root)
%{_libdir}/librygel-core-2.0.so.*
%{_libdir}/librygel-core-2.2.so.*
%files -n librygel-renderer-2_0-1
%files -n librygel-renderer-2_2-2
%defattr(-,root,root)
%{_libdir}/librygel-renderer-2.0.so.*
%{_libdir}/librygel-renderer-2.2.so.*
%files -n librygel-renderer-gst-2_0-1
%files -n librygel-renderer-gst-2_2-2
%defattr(-,root,root)
%{_libdir}/librygel-renderer-gst-2.0.so.*
%{_libdir}/librygel-renderer-gst-2.2.so.*
%files -n librygel-server-2_0-1
%files -n librygel-server-2_2-2
%defattr(-,root,root)
%{_libdir}/librygel-server-2.0.so.*
%{_libdir}/librygel-server-2.2.so.*
%files devel
%defattr(-, root, root)
%{_includedir}/rygel-2.0/
%{_libdir}/librygel-core-2.0.so
%{_libdir}/librygel-renderer-2.0.so
%{_libdir}/librygel-renderer-gst-2.0.so
%{_libdir}/librygel-server-2.0.so
%{_libdir}/pkgconfig/rygel-core-2.0.pc
%{_libdir}/pkgconfig/rygel-renderer-2.0.pc
%{_libdir}/pkgconfig/rygel-renderer-gst-2.0.pc
%{_libdir}/pkgconfig/rygel-server-2.0.pc
%{_includedir}/rygel-2.2/
%{_libdir}/librygel-core-2.2.so
%{_libdir}/librygel-renderer-2.2.so
%{_libdir}/librygel-renderer-gst-2.2.so
%{_libdir}/librygel-server-2.2.so
%{_libdir}/pkgconfig/rygel-core-2.2.pc
%{_libdir}/pkgconfig/rygel-renderer-2.2.pc
%{_libdir}/pkgconfig/rygel-renderer-gst-2.2.pc
%{_libdir}/pkgconfig/rygel-server-2.2.pc
%{_datadir}/gtk-doc/html/librygel-core/
%{_datadir}/gtk-doc/html/librygel-renderer/
%{_datadir}/gtk-doc/html/librygel-renderer-gst/
%{_datadir}/gtk-doc/html/librygel-server/
%{_datadir}/vala/vapi/rygel-core-2.0.deps
%{_datadir}/vala/vapi/rygel-core-2.0.vapi
%{_datadir}/vala/vapi/rygel-renderer-2.0.deps
%{_datadir}/vala/vapi/rygel-renderer-2.0.vapi
%{_datadir}/vala/vapi/rygel-renderer-gst-2.0.deps
%{_datadir}/vala/vapi/rygel-renderer-gst-2.0.vapi
%{_datadir}/vala/vapi/rygel-server-2.0.deps
%{_datadir}/vala/vapi/rygel-server-2.0.vapi
%{_datadir}/vala/vapi/rygel-core-2.2.deps
%{_datadir}/vala/vapi/rygel-core-2.2.vapi
%{_datadir}/vala/vapi/rygel-renderer-2.2.deps
%{_datadir}/vala/vapi/rygel-renderer-2.2.vapi
%{_datadir}/vala/vapi/rygel-renderer-gst-2.2.deps
%{_datadir}/vala/vapi/rygel-renderer-gst-2.2.vapi
%{_datadir}/vala/vapi/rygel-server-2.2.deps
%{_datadir}/vala/vapi/rygel-server-2.2.vapi
%files plugin-gstreamer-renderer
%defattr(-, root, root)
%{_libdir}/rygel-2.0/plugins/librygel-playbin.so
%{_libdir}/rygel-2.0/plugins/playbin.plugin
%{_libdir}/rygel-2.2/plugins/librygel-playbin.so
%{_libdir}/rygel-2.2/plugins/playbin.plugin
%files plugin-tracker
%defattr(-, root, root)
%{_libdir}/rygel-2.0/plugins/librygel-tracker.so
%{_libdir}/rygel-2.0/plugins/tracker.plugin
%{_libdir}/rygel-2.2/plugins/librygel-tracker.so
%{_libdir}/rygel-2.2/plugins/tracker.plugin
%files plugin-zdf-mediathek
%defattr(-, root, root)
%{_libdir}/rygel-2.0/plugins/librygel-mediathek.so
%{_libdir}/rygel-2.0/plugins/mediathek.plugin
%{_libdir}/rygel-2.2/plugins/librygel-mediathek.so
%{_libdir}/rygel-2.2/plugins/mediathek.plugin
%files lang -f %{name}.lang