Accepting request 222401 from home:Zaitor:branches:GNOME:Factory
Add patch to make the GstLaunch pipelines in rygel.conf work with gst-1.0 OBS-URL: https://build.opensuse.org/request/show/222401 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/rygel?expand=0&rev=102
This commit is contained in:
parent
abe40dc838
commit
9096ef0070
26
rygel-Make-GstLaunch-pipelines-work-with-gst-1.0.patch
Normal file
26
rygel-Make-GstLaunch-pipelines-work-with-gst-1.0.patch
Normal file
@ -0,0 +1,26 @@
|
||||
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
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 14 20:38:21 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
- Add rygel-Make-GstLaunch-pipelines-work-with-gst-1.0.patch, make
|
||||
the GstLaunch pipelines in rygel.conf work with gst-1.0
|
||||
(bgo#724215, bnc#864121).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 26 11:48:57 UTC 2013 - zaitor@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package rygel
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -24,6 +24,8 @@ 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
|
||||
BuildRequires: intltool
|
||||
BuildRequires: libgupnp-av-devel >= 0.11.2
|
||||
BuildRequires: libgupnp-devel >= 0.19.0
|
||||
@ -161,6 +163,7 @@ station.
|
||||
%prep
|
||||
%setup -q
|
||||
translation-update-upstream
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
%configure --enable-tracker-plugin \
|
||||
|
Loading…
Reference in New Issue
Block a user