From eff1ed43b231f208a6de74e8657f0ac729565b0f Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 14 Jan 2014 12:02:26 +0100 Subject: [PATCH] Disable the cairo plugin, we don't package it. --- gstreamer1-plugins-good.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gstreamer1-plugins-good.spec b/gstreamer1-plugins-good.spec index dc30689..eec63ce 100644 --- a/gstreamer1-plugins-good.spec +++ b/gstreamer1-plugins-good.spec @@ -9,7 +9,7 @@ Name: gstreamer1-plugins-good Version: 1.2.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: GStreamer plugins with good code and licensing License: LGPLv2+ @@ -97,6 +97,7 @@ to be installed. --enable-orc \ --disable-monoscope \ --disable-aalib \ + --disable-cairo \ --disable-libcaca \ %if %{with extras} --enable-jack \ @@ -204,6 +205,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %changelog +* Tue Jan 14 2014 Wim Taymans - 1.2.2-2 +- Disable the cairo plugin, we don't package it. + * Fri Dec 27 2013 Brian Pepple - 1.2.2-1 - Update to 1.2.2.