Disable cogl-gst as long as we don't have clutter-gst3

cogl-gst appears to be only needed for clutter-gst 3 which isn't in
Fedora yet and causing problems otherwise. Disable it until we get
clutter-gst3.

https://bugzilla.redhat.com/show_bug.cgi?id=1158676

This reverts commit 573dc18417.
This commit is contained in:
Kalev Lember 2014-11-13 08:51:14 +01:00
parent a26d67e57b
commit 94b729b243

View File

@ -6,7 +6,7 @@
Name: cogl
Version: 1.18.2
Release: 7%{?dist}
Release: 8%{?dist}
Summary: A library for using 3D graphics hardware to draw pretty pictures
Group: Development/Libraries
@ -29,8 +29,6 @@ BuildRequires: mesa-libGL-devel
BuildRequires: mesa-libgbm-devel
BuildRequires: pango-devel
BuildRequires: pkgconfig
BuildRequires: gstreamer1-devel
BuildRequires: gstreamer1-plugins-base-devel
%if 0%{?with_wayland}
BuildRequires: libwayland-server-devel
@ -94,7 +92,6 @@ CFLAGS="$RPM_OPT_FLAGS -fPIC"
--enable-gdk-pixbuf=yes \
--enable-glx=yes \
--enable-gtk-doc \
--enable-cogl-gst \
--enable-introspection=yes \
--enable-kms-egl-platform \
%if 0%{?with_wayland}
@ -118,8 +115,6 @@ rm %{buildroot}%{_datadir}/cogl/examples-data/crate.jpg
# Remove lib64 rpaths
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/libcogl-path.so
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/libcogl-pango.so
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/libcogl-gst.so
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-1.0/libgstcogl.so
%find_lang %{name}
@ -131,7 +126,6 @@ chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-1.0/libgstcogl.so
%doc COPYING NEWS README ChangeLog
%{_libdir}/libcogl*.so.20*
%{_libdir}/girepository-1.0/Cogl*.typelib
%{_libdir}/gstreamer-1.0/libgstcogl.so
%files devel
%{_includedir}/cogl
@ -141,7 +135,6 @@ chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-1.0/libgstcogl.so
%files doc
%{_datadir}/gtk-doc/html/cogl
%{_datadir}/gtk-doc/html/cogl-gst
%{_datadir}/gtk-doc/html/cogl-2.0-experimental
%if 0%{?with_tests}
@ -151,6 +144,9 @@ chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gstreamer-1.0/libgstcogl.so
%endif
%changelog
* Thu Nov 13 2014 Kalev Lember <kalevlember@gmail.com> - 1.18.2-8
- Disable cogl-gst as long as we don't have clutter-gst3 (#1158676)
* Sat Nov 01 2014 Richard Hughes <rhughes@redhat.com> - 1.18.2-7
- Fix compile on RHEL, harder