diff --git a/rygel-Make-GstLaunch-pipelines-work-with-gst-1.0.patch b/rygel-Make-GstLaunch-pipelines-work-with-gst-1.0.patch new file mode 100644 index 0000000..f69f4d5 --- /dev/null +++ b/rygel-Make-GstLaunch-pipelines-work-with-gst-1.0.patch @@ -0,0 +1,26 @@ +From fdaef58458cb6abf83771adeb2137db14cae0ec1 Mon Sep 17 00:00:00 2001 +From: Debarshi Ray +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 diff --git a/rygel.changes b/rygel.changes index 01d22e9..bab7576 100644 --- a/rygel.changes +++ b/rygel.changes @@ -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 diff --git a/rygel.spec b/rygel.spec index 4f746e5..dd4e0ac 100644 --- a/rygel.spec +++ b/rygel.spec @@ -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 \