From 94b729b243f6093fbf886f1375e77faf2a798667 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Thu, 13 Nov 2014 08:51:14 +0100 Subject: [PATCH] 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 573dc18417e3c2c2c32d4b07253dee00e60ce756. --- cogl.spec | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/cogl.spec b/cogl.spec index 8295dd4..d131f28 100644 --- a/cogl.spec +++ b/cogl.spec @@ -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 - 1.18.2-8 +- Disable cogl-gst as long as we don't have clutter-gst3 (#1158676) + * Sat Nov 01 2014 Richard Hughes - 1.18.2-7 - Fix compile on RHEL, harder