Build the gstreamer plugin for clutter-gst2
This commit is contained in:
parent
16d6b8a0c5
commit
573dc18417
@ -25,6 +25,8 @@ BuildRequires: libXfixes-devel
|
||||
BuildRequires: mesa-libGL-devel
|
||||
BuildRequires: pango-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: gstreamer1-devel
|
||||
BuildRequires: gstreamer1-plugins-base-devel
|
||||
|
||||
%if %{with_wayland}
|
||||
BuildRequires: libwayland-server-devel
|
||||
@ -80,6 +82,7 @@ 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 \
|
||||
--enable-wayland-egl-platform \
|
||||
@ -107,6 +110,7 @@ rm %{buildroot}%{_datadir}/cogl/examples-data/crate.jpg
|
||||
%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
|
||||
@ -116,6 +120,7 @@ rm %{buildroot}%{_datadir}/cogl/examples-data/crate.jpg
|
||||
|
||||
%files doc
|
||||
%{_datadir}/gtk-doc/html/cogl
|
||||
%{_datadir}/gtk-doc/html/cogl-gst
|
||||
%{_datadir}/gtk-doc/html/cogl-2.0-experimental
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user