Accepting request 93917 from home:dimstar:branches:GNOME:Factory
typo OBS-URL: https://build.opensuse.org/request/show/93917 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/rygel?expand=0&rev=40
This commit is contained in:
parent
4ea9790b7c
commit
b5a521d226
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:22b7f691bbb15c033b84c535c815b00692dfffe7b442bed70d2f3b9a83832fe4
|
||||
size 1653618
|
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,33 +0,0 @@
|
||||
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,52 @@
|
||||
-------------------------------------------------------------------
|
||||
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.
|
||||
+ Switch to .xz tarballs as default.
|
||||
+ 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
|
||||
|
||||
|
10
rygel.spec
10
rygel.spec
@ -18,15 +18,13 @@
|
||||
|
||||
|
||||
Name: rygel
|
||||
Version: 0.12.5
|
||||
Version: 0.13.0
|
||||
Release: 1
|
||||
License: LGPL v2 or later
|
||||
Summary: Home Media Solution for GNOME based on UPnP/DLNA
|
||||
Url: http://live.gnome.org/Rygel
|
||||
Group: Productivity/Multimedia/Other
|
||||
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
|
||||
Source0: http://download.gnome.org/sources/rygel/0.13/%{name}-%{version}.tar.xz
|
||||
BuildRequires: gstreamer-0_10-devel
|
||||
BuildRequires: intltool
|
||||
BuildRequires: libgee-devel
|
||||
@ -39,6 +37,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
|
||||
@ -115,7 +115,6 @@ station.
|
||||
%prep
|
||||
%setup -q
|
||||
translation-update-upstream
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
%configure --enable-tracker-plugin \
|
||||
@ -129,7 +128,6 @@ translation-update-upstream
|
||||
%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