Disable the cairo plugin, we don't package it.

This commit is contained in:
Wim Taymans 2014-01-14 12:02:26 +01:00
parent 0460f21aa1
commit eff1ed43b2

View File

@ -9,7 +9,7 @@
Name: gstreamer1-plugins-good Name: gstreamer1-plugins-good
Version: 1.2.2 Version: 1.2.2
Release: 1%{?dist} Release: 2%{?dist}
Summary: GStreamer plugins with good code and licensing Summary: GStreamer plugins with good code and licensing
License: LGPLv2+ License: LGPLv2+
@ -97,6 +97,7 @@ to be installed.
--enable-orc \ --enable-orc \
--disable-monoscope \ --disable-monoscope \
--disable-aalib \ --disable-aalib \
--disable-cairo \
--disable-libcaca \ --disable-libcaca \
%if %{with extras} %if %{with extras}
--enable-jack \ --enable-jack \
@ -204,6 +205,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%changelog %changelog
* Tue Jan 14 2014 Wim Taymans <wtaymans@redhat.com> - 1.2.2-2
- Disable the cairo plugin, we don't package it.
* Fri Dec 27 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.2.2-1 * Fri Dec 27 2013 Brian Pepple <bpepple@fedoraproject.org> - 1.2.2-1
- Update to 1.2.2. - Update to 1.2.2.