Accepting request 181309 from GNOME:Factory
Push GNOME 3.9.3, as announced OBS-URL: https://build.opensuse.org/request/show/181309 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rygel?expand=0&rev=40
This commit is contained in:
commit
3cdbb0d5f9
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:26dea444e69f68cec822e58080162d056528a518b9b155503016a19dda0b48a4
|
|
||||||
size 3132572
|
|
3
rygel-0.19.3.tar.xz
Normal file
3
rygel-0.19.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:cf42acc69ea9355aaf1d5f98d2d5938a34f6ddc2d8603daa4559dee8f9bbe2d2
|
||||||
|
size 3118976
|
@ -1,3 +1,85 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jun 23 18:18:51 UTC 2013 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.19.3:
|
||||||
|
+ Server:
|
||||||
|
- Add container serialisation to EXTM3U.
|
||||||
|
- Fix DLNA transfer modes for generated playlists.
|
||||||
|
+ Rygel: Add -s,--shutdown options to shut down a running
|
||||||
|
instance without using d-feet or dbus-send.
|
||||||
|
+ GStreamer media engine:
|
||||||
|
- Some string fixes.
|
||||||
|
- Fix a typo in the avenc_aac preset.
|
||||||
|
- Issue a proper warning when we fail to setup a data source.
|
||||||
|
- Don't crash if there's no RTP depayloader available.
|
||||||
|
+ MediaExport:
|
||||||
|
- Make it possible to remove playlists.
|
||||||
|
- Expose the playlists for XBox 360.
|
||||||
|
+ Preferences UI:
|
||||||
|
- Some glade file clean-ups.
|
||||||
|
- Move toolbar style from code to glade file.
|
||||||
|
- Support setting of multiple network interfaces as introduced
|
||||||
|
in 0.19.2.
|
||||||
|
+ Updated translations.
|
||||||
|
- Drop libtool BuildRequires, and stop passing autoreconf -fi in
|
||||||
|
%build as we do not carry any patches.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 4 18:41:20 UTC 2013 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.19.2:
|
||||||
|
+ Minor build fixes and clean-up.
|
||||||
|
+ Documentation updates and typos fixed.
|
||||||
|
+ Core: Make the interface= configuration multi-valued.
|
||||||
|
+ Rygel:
|
||||||
|
- Make the commandline options translatable.
|
||||||
|
- Show a message when we run in streaming-only mode.
|
||||||
|
+ Server: Some coding style fixes.
|
||||||
|
+ Renderer: Provide a proper fall-back to GET if peer does not
|
||||||
|
support HEAD.
|
||||||
|
+ Preferences: Don't lose the current network interface.
|
||||||
|
+ MediaExport:
|
||||||
|
- Don't lose child containers when we add the parent container.
|
||||||
|
- Fix sorting by date.
|
||||||
|
+ Bugs fixed: bgo#648003, bgo#694357, bgo#700570.
|
||||||
|
- Changes from version 0.19.1:
|
||||||
|
+ Some build simplifications.
|
||||||
|
+ Fix translation comments.
|
||||||
|
+ Update the architecture diagram.
|
||||||
|
+ Stop blindly loading every dynamic library we can find in the
|
||||||
|
plug-in folder.
|
||||||
|
+ Rygel: Show a warning if the user configuration could not be
|
||||||
|
found.
|
||||||
|
+ Core:
|
||||||
|
- Fix a memory leak in Rygel.DescriptionFile.
|
||||||
|
- Rename a variable called "template" to avoid issues when
|
||||||
|
using Rygel from C++.
|
||||||
|
+ Server: Don't add DIDL_S <res> nodes on childless containers.
|
||||||
|
+ Renderer: Treat MALFORMED requests as BAD_REQUESTS.
|
||||||
|
+ MediaExport:
|
||||||
|
- Add infrastructure for testing the plug-in.
|
||||||
|
- Add two regression tests for bgo#689326.
|
||||||
|
- Unbreak synchronization use-cases.
|
||||||
|
- Support server-side playlists.
|
||||||
|
+ Tracker: Make it possible to upload to DLNA.ORG_AnyContainer
|
||||||
|
even if there's nothing of that type of media shared yet.
|
||||||
|
+ GStreamer media engine:
|
||||||
|
- Some clean-up.
|
||||||
|
- Work around a vala bug causing issues on non-Intel
|
||||||
|
architectures.
|
||||||
|
+ Preferences:
|
||||||
|
- Only set "enable" checkmark if the user's config file and the
|
||||||
|
autostart file exist and enable-upnp is set in the
|
||||||
|
configuration.
|
||||||
|
- Fix issue with newly created user configuration being mostly
|
||||||
|
empty on first start.
|
||||||
|
- Use a GtkSwitch for enabling/disabling sharing.
|
||||||
|
- Fix starting Rygel after enabling it in the dialog.
|
||||||
|
|
||||||
|
+ Bugs fixed: bgo#660885, bgo#695593, bgo#698260, bgo#698572,
|
||||||
|
bgo#703281, bgo#697793, bgo#697949, lpo#827030
|
||||||
|
- Updated translations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 13 17:28:17 UTC 2013 - dimstar@opensuse.org
|
Mon May 13 17:28:17 UTC 2013 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
17
rygel.spec
17
rygel.spec
@ -17,18 +17,17 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: rygel
|
Name: rygel
|
||||||
Version: 0.18.2
|
Version: 0.19.3
|
||||||
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+
|
||||||
Group: Productivity/Multimedia/Other
|
Group: Productivity/Multimedia/Other
|
||||||
Url: http://live.gnome.org/Rygel
|
Url: http://live.gnome.org/Rygel
|
||||||
Source0: http://download.gnome.org/sources/rygel/0.18/%{name}-%{version}.tar.xz
|
Source0: http://download.gnome.org/sources/rygel/0.19/%{name}-%{version}.tar.xz
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: libgupnp-av-devel >= 0.11.2
|
BuildRequires: libgupnp-av-devel >= 0.11.2
|
||||||
BuildRequires: libgupnp-devel >= 0.19.0
|
BuildRequires: libgupnp-devel >= 0.19.0
|
||||||
BuildRequires: libsoup-devel >= 2.34.0
|
BuildRequires: libsoup-devel >= 2.34.0
|
||||||
BuildRequires: libtool
|
|
||||||
BuildRequires: libunistring-devel
|
BuildRequires: libunistring-devel
|
||||||
BuildRequires: libuuid-devel >= 1.41.3
|
BuildRequires: libuuid-devel >= 1.41.3
|
||||||
BuildRequires: sqlite3-devel >= 3.5
|
BuildRequires: sqlite3-devel >= 3.5
|
||||||
@ -41,7 +40,7 @@ BuildRequires: pkgconfig(glib-2.0) >= 2.31.13
|
|||||||
BuildRequires: pkgconfig(gstreamer-1.0) >= 1.0
|
BuildRequires: pkgconfig(gstreamer-1.0) >= 1.0
|
||||||
BuildRequires: pkgconfig(gstreamer-app-1.0) >= 1.0
|
BuildRequires: pkgconfig(gstreamer-app-1.0) >= 1.0
|
||||||
BuildRequires: pkgconfig(gstreamer-pbutils-1.0) >= 1.0
|
BuildRequires: pkgconfig(gstreamer-pbutils-1.0) >= 1.0
|
||||||
BuildRequires: pkgconfig(gtk+-3.0) >= 2.90.3
|
BuildRequires: pkgconfig(gtk+-3.0) >= 3.0
|
||||||
BuildRequires: pkgconfig(gupnp-dlna-2.0) >= 0.9.4
|
BuildRequires: pkgconfig(gupnp-dlna-2.0) >= 0.9.4
|
||||||
BuildRequires: pkgconfig(gupnp-dlna-gst-2.0) >= 0.9.4
|
BuildRequires: pkgconfig(gupnp-dlna-gst-2.0) >= 0.9.4
|
||||||
BuildRequires: pkgconfig(libxml-2.0) >= 2.7
|
BuildRequires: pkgconfig(libxml-2.0) >= 2.7
|
||||||
@ -164,7 +163,6 @@ station.
|
|||||||
translation-update-upstream
|
translation-update-upstream
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -fi
|
|
||||||
%configure --enable-tracker-plugin \
|
%configure --enable-tracker-plugin \
|
||||||
--enable-media-export-plugin \
|
--enable-media-export-plugin \
|
||||||
--enable-external-plugin \
|
--enable-external-plugin \
|
||||||
@ -237,14 +235,20 @@ rm -rf %{buildroot}
|
|||||||
%dir %{_libdir}/rygel-2.0/plugins/
|
%dir %{_libdir}/rygel-2.0/plugins/
|
||||||
%{_libdir}/rygel-2.0/engines/librygel-media-engine-gst.so
|
%{_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/librygel-media-engine-simple.so
|
||||||
|
%{_libdir}/rygel-2.0/engines/media-engine-gst.plugin
|
||||||
|
%{_libdir}/rygel-2.0/engines/media-engine-simple.plugin
|
||||||
# external applications implementing D-Bus MediaServer spec
|
# external applications implementing D-Bus MediaServer spec
|
||||||
%{_libdir}/rygel-2.0/plugins/librygel-external.so
|
%{_libdir}/rygel-2.0/plugins/librygel-external.so
|
||||||
|
%{_libdir}/rygel-2.0/plugins/external.plugin
|
||||||
# GStreamer pipelines in the config
|
# GStreamer pipelines in the config
|
||||||
%{_libdir}/rygel-2.0/plugins/librygel-gst-launch.so
|
%{_libdir}/rygel-2.0/plugins/librygel-gst-launch.so
|
||||||
|
%{_libdir}/rygel-2.0/plugins/gst-launch.plugin
|
||||||
# folders and files in the config
|
# folders and files in the config
|
||||||
%{_libdir}/rygel-2.0/plugins/librygel-media-export.so
|
%{_libdir}/rygel-2.0/plugins/librygel-media-export.so
|
||||||
|
%{_libdir}/rygel-2.0/plugins/media-export.plugin
|
||||||
# media players implementing MPRIS2 D-Bus interface
|
# media players implementing MPRIS2 D-Bus interface
|
||||||
%{_libdir}/rygel-2.0/plugins/librygel-mpris.so
|
%{_libdir}/rygel-2.0/plugins/librygel-mpris.so
|
||||||
|
%{_libdir}/rygel-2.0/plugins/mpris.plugin
|
||||||
|
|
||||||
%files -n librygel-core-2_0-1
|
%files -n librygel-core-2_0-1
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -289,14 +293,17 @@ rm -rf %{buildroot}
|
|||||||
%files plugin-gstreamer-renderer
|
%files plugin-gstreamer-renderer
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{_libdir}/rygel-2.0/plugins/librygel-playbin.so
|
%{_libdir}/rygel-2.0/plugins/librygel-playbin.so
|
||||||
|
%{_libdir}/rygel-2.0/plugins/playbin.plugin
|
||||||
|
|
||||||
%files plugin-tracker
|
%files plugin-tracker
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{_libdir}/rygel-2.0/plugins/librygel-tracker.so
|
%{_libdir}/rygel-2.0/plugins/librygel-tracker.so
|
||||||
|
%{_libdir}/rygel-2.0/plugins/tracker.plugin
|
||||||
|
|
||||||
%files plugin-zdf-mediathek
|
%files plugin-zdf-mediathek
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{_libdir}/rygel-2.0/plugins/librygel-mediathek.so
|
%{_libdir}/rygel-2.0/plugins/librygel-mediathek.so
|
||||||
|
%{_libdir}/rygel-2.0/plugins/mediathek.plugin
|
||||||
|
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user