Accepting request 99125 from GNOME:Factory
Pushing G:F OBS-URL: https://build.opensuse.org/request/show/99125 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rygel?expand=0&rev=21
This commit is contained in:
commit
bf1a2b04b8
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:51e8d6de2b62d8c80bdb8705d26c74b9a4391ae8132c633cf855076483ad0939
|
||||
size 1640614
|
3
rygel-0.13.0.tar.xz
Normal file
3
rygel-0.13.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3b40d27dd5b9445dc23ce946c9264224e3f32982e87bb5e7bc932a7d9c18c181
|
||||
size 1320184
|
@ -1,3 +1,78 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 23 21:39:06 UTC 2011 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.13.0:
|
||||
+ Use context-less API from gupnp-0.18.
|
||||
+ Get rid of a nested MainLoop in HTTP POST handling that caused
|
||||
a lot of trouble with vala's async support.
|
||||
+ Refactor ClientHacks into a generic part and XBox support.
|
||||
+ Add a hack for Panasonic TVs that can only handle PNG
|
||||
thumbnails if you tell them they're JPEG.
|
||||
+ Always build and run tests when using autogen.sh.
|
||||
+ Write uploaded data to a temporary hidden file first and move
|
||||
to real file later, helping file monitors to only create a
|
||||
single event.
|
||||
+ Add a 128x128 version of the icon.
|
||||
+ Move the 48x48 JPEG icon and 120x120 icons necessary for DLNA
|
||||
out of the icon theme.
|
||||
+ Drop XML comments from the content description files which
|
||||
might cause issues in IOP.
|
||||
+ Stabilize the error handling in HTTP POST.
|
||||
+ Clean-up GTK+ checks in configure.ac.
|
||||
+ Only pass -g to valac when --enable-debug was passed.
|
||||
+ More robust transcoding on faulty input.
|
||||
+ Clean-up and refactor audio- and video-transcoders.
|
||||
+ Clean-up RTP depayloader guessing.
|
||||
+ Fix deadlock on Ctrl-C.
|
||||
+ Fix a crash on filesystem error while uploading.
|
||||
+ MediaExport:
|
||||
- Refactor and clean QueryContainer.
|
||||
- Use proper UPnP classes like
|
||||
object.container.album.musicAlbum for virtual folders.
|
||||
- Support audio-less videos.
|
||||
+ Mediathek:
|
||||
- Set proper DLNA profile on the WMV streams.
|
||||
+ Playbin:
|
||||
- Add support for image/jpeg and image/png.
|
||||
+ Tracker:
|
||||
- Fix querybuilder for graphed statements.
|
||||
- Let tracker-fs-miner override properties and chose the proper
|
||||
RDF type for an uploaded file.
|
||||
- Cache ContainerUpdateIDs for metadata-based containers.
|
||||
+ Bugs fixed: bgo#660107, bgo#661336, bgo#637226.
|
||||
+ Updated translations.
|
||||
- Drop rygel-newer-libsoup.patch: fixed upstream.
|
||||
- Add xz BuildRequires because we can't build a package for a
|
||||
xz-compressed tarball without explicitly specifying that... See
|
||||
bnc#697467 for more details.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 15 10:25:40 UTC 2011 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 0.12.5:
|
||||
+ Send proper SSDP notification when killed with SIGTERM.
|
||||
+ Fix out-of-tree builds.
|
||||
+ Prevent a crash when searching and uploading in parallel.
|
||||
+ Prevent a critical error when the uri to be added already
|
||||
exists.
|
||||
+ Prevent a name clash when an uploader is really fast in
|
||||
creating items.
|
||||
+ Mark thumbnail resources as transcoded. This helps certain
|
||||
devices to use them as thumbnails and not as the original
|
||||
stream.
|
||||
+ Prevent a false-positive test success in http-post-test.
|
||||
+ Use proper error if a client tries to get the children of a
|
||||
media item.
|
||||
+ Fix huge CPU load if a client did a lot of byte-range requests
|
||||
on a large media file.
|
||||
+ Tracker:
|
||||
- Fall back to nfo:fileLastModified if nie:creationDate is not
|
||||
available.
|
||||
- Properly clean and escape any passed item ID.
|
||||
+ MediaExport:
|
||||
- Properly disable MediaExport if Tracker start-up is slow.
|
||||
- Add rygel-newer-libsoup.patch: fix build with libsoup 2.37.x.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 8 22:36:47 CEST 2011 - zaitor@opensuse.org
|
||||
|
||||
|
20
rygel.spec
20
rygel.spec
@ -15,16 +15,14 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: rygel
|
||||
Version: 0.12.4
|
||||
Release: 1
|
||||
License: LGPL v2 or later
|
||||
Version: 0.13.0
|
||||
Release: 0
|
||||
Summary: Home Media Solution for GNOME based on UPnP/DLNA
|
||||
Url: http://live.gnome.org/Rygel
|
||||
License: LGPL-2.0+
|
||||
Group: Productivity/Multimedia/Other
|
||||
Source0: http://download.gnome.org/sources/rygel/0.12/%{name}-%{version}.tar.bz2
|
||||
Url: http://live.gnome.org/Rygel
|
||||
Source0: http://download.gnome.org/sources/rygel/0.13/%{name}-%{version}.tar.xz
|
||||
BuildRequires: gstreamer-0_10-devel
|
||||
BuildRequires: intltool
|
||||
BuildRequires: libgee-devel
|
||||
@ -37,6 +35,8 @@ BuildRequires: sqlite3-devel
|
||||
BuildRequires: translation-update-upstream
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: vala
|
||||
# Only needed because we don't (and won't) support building xz tarballs by default... See bnc#697467
|
||||
BuildRequires: xz
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
Requires: gstreamer-0_10-plugins-base
|
||||
Recommends: gstreamer-0_10-plugins-bad
|
||||
@ -55,7 +55,6 @@ 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: Home Media Solution for GNOME based on UPnP/DLNA -- Development Files
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %{name} = %{version}
|
||||
@ -67,7 +66,6 @@ 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: Home Media Solution for GNOME based on UPnP/DLNA -- GStreamer Renderer Plugin
|
||||
Group: Productivity/Multimedia/Other
|
||||
Requires: %{name} = %{version}
|
||||
@ -80,7 +78,6 @@ This package provides a standalone MediaRenderer plugin, based on the
|
||||
GStreamer playbin2 element.
|
||||
|
||||
%package plugin-tracker
|
||||
License: LGPL v2 or later
|
||||
Summary: Home Media Solution for GNOME based on UPnP/DLNA -- Tracker Plugin
|
||||
Group: Productivity/Multimedia/Other
|
||||
Requires: tracker
|
||||
@ -95,7 +92,6 @@ 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: Home Media Solution for GNOME based on UPnP/DLNA -- ZDF Mediathek Plugin
|
||||
Group: Productivity/Multimedia/Other
|
||||
Requires: %{name} = %{version}
|
||||
@ -125,8 +121,6 @@ translation-update-upstream
|
||||
%install
|
||||
%makeinstall
|
||||
find %{buildroot} -type f -name "*.la" -delete -print
|
||||
# Work around bgo#637226
|
||||
rm -r %{buildroot}%{_datadir}/icons/hicolor/120x120
|
||||
%suse_update_desktop_file rygel
|
||||
%suse_update_desktop_file rygel-preferences X-SuSE-ControlCenter-System
|
||||
%find_lang %{name} %{?no_lang_C}
|
||||
|
Loading…
Reference in New Issue
Block a user