Compare commits
No commits in common. "21da24256d846ba75c6dc62d1232a4f991b6ac80" and "397326be267fc0f1cf25c170737d116ef59d8f98" have entirely different histories.
21da24256d
...
397326be26
BIN
3.0.27.tar.gz
BIN
3.0.27.tar.gz
Binary file not shown.
BIN
clutter-gst-3.0.26.tar.gz
Normal file
BIN
clutter-gst-3.0.26.tar.gz
Normal file
Binary file not shown.
@ -1,15 +1,14 @@
|
|||||||
Name: clutter-gst3
|
Name: clutter-gst3
|
||||||
Version: 3.0.27
|
Version: 3.0.26
|
||||||
Release: 3
|
Release: 4
|
||||||
Summary: An integration library for using GStreamer with Clutter
|
Summary: An integration library for using GStreamer with Clutter
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://wiki.gnome.org/Projects/Clutter
|
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
|
Source0: https://github.com/GNOME/clutter-gst/archive/clutter-gst-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: chrpath clutter-devel cogl-devel glib2-devel gobject-introspection-devel
|
BuildRequires: chrpath clutter-devel cogl-devel glib2-devel gobject-introspection-devel
|
||||||
BuildRequires: gstreamer1-devel gstreamer1-plugins-base-devel libgudev-devel gtk-doc
|
BuildRequires: gstreamer1-devel gstreamer1-plugins-base-devel libgudev-devel gtk-doc
|
||||||
Obsoletes: clutter-gst2 >= 3.0
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Clutter-Gst is an integration library for using GStreamer with Clutter.
|
Clutter-Gst is an integration library for using GStreamer with Clutter.
|
||||||
@ -19,7 +18,6 @@ implements the ClutterGstPlayer interface using playbin.
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: Libraries and header files for %{name}
|
Summary: Libraries and header files for %{name}
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
Obsoletes: clutter-gst2-devel >= 3.0
|
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Libraries and header files are contained in %{name}-devel package. You need to
|
Libraries and header files are contained in %{name}-devel package. You need to
|
||||||
@ -35,12 +33,11 @@ clutter-gst API version 3.0.
|
|||||||
./autogen.sh
|
./autogen.sh
|
||||||
|
|
||||||
%configure
|
%configure
|
||||||
%make_build
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
make install DESTDIR=%{buildroot}
|
||||||
%delete_la
|
%delete_la
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc NEWS AUTHORS
|
%doc NEWS AUTHORS
|
||||||
@ -58,21 +55,6 @@ clutter-gst API version 3.0.
|
|||||||
%doc README
|
%doc README
|
||||||
|
|
||||||
%changelog
|
%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
|
|
||||||
|
|
||||||
* Fri Jan 29 2021 yanglu <yanglu60@huawei.com> - 3.0.27-1
|
|
||||||
- update version
|
|
||||||
|
|
||||||
* Wed Sep 9 2020 hanhui <hanhui15@huawei.com> - 3.0.26-5
|
|
||||||
- Type:bugfix
|
|
||||||
- ID:NA
|
|
||||||
- SUG:NA
|
|
||||||
- DESC:modify source url
|
|
||||||
|
|
||||||
* Tue Dec 31 2019 openEuler Buildteam <buildteam@openeuler.org> - 3.0.26-4
|
* Tue Dec 31 2019 openEuler Buildteam <buildteam@openeuler.org> - 3.0.26-4
|
||||||
- Type:NA
|
- Type:NA
|
||||||
- Id:NA
|
- Id:NA
|
||||||
|
|||||||
@ -1,5 +1,4 @@
|
|||||||
version_control: git
|
version_control: github
|
||||||
src_repo: https://gitlab.gnome.org/Archive/clutter-gst.git
|
src_repo: GNOME/clutter-gst
|
||||||
tag_prefix: ""
|
tag_prefix: ^v
|
||||||
separator: .
|
seperator: .
|
||||||
url: https://gitlab.gnome.org/Archive/clutter-gst.git
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user