Name: clutter-gst3 Version: 3.0.27 Release: 3 Summary: An integration library for using GStreamer with Clutter License: LGPLv2+ URL: https://wiki.gnome.org/Projects/Clutter Source0: https://gitlab.gnome.org/Archive/clutter-gst/-/archive/%{version}/clutter-gst-%{version}.tar.gz#/%{version}.tar.gz BuildRequires: chrpath clutter-devel cogl-devel glib2-devel gobject-introspection-devel BuildRequires: gstreamer1-devel gstreamer1-plugins-base-devel libgudev-devel gtk-doc Obsoletes: clutter-gst2 >= 3.0 %description Clutter-Gst is an integration library for using GStreamer with Clutter. It provides a GStreamer sink to upload frames to GL and an actor that implements the ClutterGstPlayer interface using playbin. %package devel Summary: Libraries and header files for %{name} Requires: %{name} = %{version}-%{release} Obsoletes: clutter-gst2-devel >= 3.0 %description devel Libraries and header files are contained in %{name}-devel package. You need to install the %{name}-devel package if you want to develop applications that use clutter-gst API version 3.0. %package_help %prep %autosetup -n clutter-gst-%{version} -p1 %build ./autogen.sh %configure %make_build %install %make_install %delete_la %files %license COPYING %doc NEWS AUTHORS %{_libdir}/*.so.* %{_libdir}/girepository-1.0/ClutterGst-3.0.typelib %exclude %{_libdir}/gstreamer-1.0/ %files devel %{_datadir}/gir-1.0/ClutterGst-3.0.gir %{_libdir}/pkgconfig/clutter-gst-3.0.pc %{_libdir}/*.so %{_includedir}/clutter-gst-3.0/clutter-gst/*.h %files help %doc README %changelog * Wed Feb 19 2025 Funda Wang - 3.0.27-3 - obsolete wrongly packaged clutter-gst2 * Fri Nov 25 2022 wangkerong - 3.0.27-2 - modify source url * Fri Jan 29 2021 yanglu - 3.0.27-1 - update version * Wed Sep 9 2020 hanhui - 3.0.26-5 - Type:bugfix - ID:NA - SUG:NA - DESC:modify source url * Tue Dec 31 2019 openEuler Buildteam - 3.0.26-4 - Type:NA - Id:NA - SUG:NA - DESC:update tarball * Wed Aug 21 2019 openEuler Buildteam - 3.0.26-3 - Package Init