clutter-gst3/clutter-gst3.spec

85 lines
2.2 KiB
RPMSpec
Raw Normal View History

2019-09-30 10:35:26 -04:00
Name: clutter-gst3
2021-01-29 16:33:35 +08:00
Version: 3.0.27
Release: 3
2019-09-30 10:35:26 -04:00
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
2019-09-30 10:35:26 -04:00
BuildRequires: chrpath clutter-devel cogl-devel glib2-devel gobject-introspection-devel
2019-12-31 19:41:26 +08:00
BuildRequires: gstreamer1-devel gstreamer1-plugins-base-devel libgudev-devel gtk-doc
Obsoletes: clutter-gst2 >= 3.0
2019-09-30 10:35:26 -04:00
%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
2019-09-30 10:35:26 -04:00
%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
2019-12-31 19:41:26 +08:00
./autogen.sh
2019-09-30 10:35:26 -04:00
%configure
%make_build
2019-09-30 10:35:26 -04:00
%install
%make_install
2019-09-30 10:35:26 -04:00
%delete_la
2019-09-30 10:35:26 -04:00
%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 <fundawang@yeah.net> - 3.0.27-3
- obsolete wrongly packaged clutter-gst2
* Fri Nov 25 2022 wangkerong <wangkerong@h-partners.com> - 3.0.27-2
- modify source url
2021-01-29 16:33:35 +08:00
* Fri Jan 29 2021 yanglu <yanglu60@huawei.com> - 3.0.27-1
- update version
2020-09-09 14:41:42 +08:00
* Wed Sep 9 2020 hanhui <hanhui15@huawei.com> - 3.0.26-5
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:modify source url
2019-12-31 19:41:26 +08:00
* Tue Dec 31 2019 openEuler Buildteam <buildteam@openeuler.org> - 3.0.26-4
- Type:NA
- Id:NA
- SUG:NA
- DESC:update tarball
2019-09-30 10:35:26 -04:00
* Wed Aug 21 2019 openEuler Buildteam <buildteam@openeuler.org> - 3.0.26-3
- Package Init