Accepting request 91719 from home:vuntz:branches:GNOME:Factory
Update to 0.12.5 OBS-URL: https://build.opensuse.org/request/show/91719 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/rygel?expand=0&rev=39
This commit is contained in:
parent
a7065bd35c
commit
4ea9790b7c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:51e8d6de2b62d8c80bdb8705d26c74b9a4391ae8132c633cf855076483ad0939
|
|
||||||
size 1640614
|
|
3
rygel-0.12.5.tar.bz2
Normal file
3
rygel-0.12.5.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:22b7f691bbb15c033b84c535c815b00692dfffe7b442bed70d2f3b9a83832fe4
|
||||||
|
size 1653618
|
33
rygel-newer-libsoup.patch
Normal file
33
rygel-newer-libsoup.patch
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
From dd7fc1ade90c654127bf0e0034dff0a2d1c92100 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Jens Georg <mail@jensge.org>
|
||||||
|
Date: Tue, 15 Nov 2011 14:06:16 +0000
|
||||||
|
Subject: build: Bump libsoup max version
|
||||||
|
|
||||||
|
---
|
||||||
|
diff --git a/configure.ac b/configure.ac
|
||||||
|
index d7fbb05..60eebef 100644
|
||||||
|
--- a/configure.ac
|
||||||
|
+++ b/configure.ac
|
||||||
|
@@ -44,7 +44,7 @@ GIO_REQUIRED=2.26
|
||||||
|
GEE_MAX_VERSION=0.6.9999
|
||||||
|
GEE_REQUIRED=0.5.2
|
||||||
|
UUID_REQUIRED=1.41.3
|
||||||
|
-LIBSOUP_MAX_VERSION=2.36.9999
|
||||||
|
+LIBSOUP_MAX_VERSION=2.37.9999
|
||||||
|
LIBSOUP_REQUIRED=2.34.0
|
||||||
|
GTK_REQUIRED=2.90.3
|
||||||
|
|
||||||
|
--
|
||||||
|
cgit v0.9.0.2
|
||||||
|
diff a/configure b/configure
|
||||||
|
--- a/configure
|
||||||
|
+++ b/configure
|
||||||
|
@@ -44,7 +44,7 @@ GIO_REQUIRED=2.26
|
||||||
|
GEE_MAX_VERSION=0.6.9999
|
||||||
|
GEE_REQUIRED=0.5.2
|
||||||
|
UUID_REQUIRED=1.41.3
|
||||||
|
-LIBSOUP_MAX_VERSION=2.36.9999
|
||||||
|
+LIBSOUP_MAX_VERSION=2.37.9999
|
||||||
|
LIBSOUP_REQUIRED=2.34.0
|
||||||
|
GTK_REQUIRED=2.90.3
|
||||||
|
|
@ -1,3 +1,30 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
Sat Oct 8 22:36:47 CEST 2011 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
@ -18,13 +18,15 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: rygel
|
Name: rygel
|
||||||
Version: 0.12.4
|
Version: 0.12.5
|
||||||
Release: 1
|
Release: 1
|
||||||
License: LGPL v2 or later
|
License: LGPL v2 or later
|
||||||
Summary: Home Media Solution for GNOME based on UPnP/DLNA
|
Summary: Home Media Solution for GNOME based on UPnP/DLNA
|
||||||
Url: http://live.gnome.org/Rygel
|
Url: http://live.gnome.org/Rygel
|
||||||
Group: Productivity/Multimedia/Other
|
Group: Productivity/Multimedia/Other
|
||||||
Source0: http://download.gnome.org/sources/rygel/0.12/%{name}-%{version}.tar.bz2
|
Source0: http://download.gnome.org/sources/rygel/0.12/%{name}-%{version}.tar.bz2
|
||||||
|
# PATCH-FIX-UPSTREAM rygel-newer-libsoup.patch vuntz@opensuse.org -- Build with newer libsoup, taken from git
|
||||||
|
Patch0: rygel-newer-libsoup.patch
|
||||||
BuildRequires: gstreamer-0_10-devel
|
BuildRequires: gstreamer-0_10-devel
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: libgee-devel
|
BuildRequires: libgee-devel
|
||||||
@ -113,6 +115,7 @@ station.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
translation-update-upstream
|
translation-update-upstream
|
||||||
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --enable-tracker-plugin \
|
%configure --enable-tracker-plugin \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user