Hello community, here is the log from the commit of package rygel for openSUSE:Factory checked in at 2014-02-18 14:46:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rygel (Old) and /work/SRC/openSUSE:Factory/.rygel.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rygel" Changes: -------- --- /work/SRC/openSUSE:Factory/rygel/rygel.changes 2013-12-30 10:40:30.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.rygel.new/rygel.changes 2014-02-18 14:46:40.000000000 +0100 @@ -1,0 +2,7 @@ +Fri Feb 14 20:38:21 UTC 2014 - [email protected] + +- 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). + +------------------------------------------------------------------- New: ---- rygel-Make-GstLaunch-pipelines-work-with-gst-1.0.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rygel.spec ++++++ --- /var/tmp/diff_new_pack.3xH64S/_old 2014-02-18 14:46:41.000000000 +0100 +++ /var/tmp/diff_new_pack.3xH64S/_new 2014-02-18 14:46:41.000000000 +0100 @@ -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 @@ 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 [email protected] -- 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 @@ %prep %setup -q translation-update-upstream +%patch0 -p1 %build %configure --enable-tracker-plugin \ ++++++ rygel-Make-GstLaunch-pipelines-work-with-gst-1.0.patch ++++++ >From fdaef58458cb6abf83771adeb2137db14cae0ec1 Mon Sep 17 00:00:00 2001 From: Debarshi Ray <[email protected]> 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 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
