Compare commits
10 Commits
397326be26
...
21da24256d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
21da24256d | ||
|
|
c8224943f9 | ||
|
|
687bed4801 | ||
|
|
9d3c5d8d02 | ||
|
|
a3d3d6447e | ||
|
|
744635b721 | ||
|
|
0ed037345d | ||
|
|
4eaabd5c21 | ||
|
|
74f3184536 | ||
|
|
bdc19e17dd |
BIN
3.0.27.tar.gz
Normal file
BIN
3.0.27.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
@ -1,14 +1,15 @@
|
|||||||
Name: clutter-gst3
|
Name: clutter-gst3
|
||||||
Version: 3.0.26
|
Version: 3.0.27
|
||||||
Release: 4
|
Release: 3
|
||||||
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://github.com/GNOME/clutter-gst/archive/clutter-gst-%{version}.tar.gz
|
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: 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.
|
||||||
@ -18,6 +19,7 @@ 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
|
||||||
@ -33,11 +35,12 @@ clutter-gst API version 3.0.
|
|||||||
./autogen.sh
|
./autogen.sh
|
||||||
|
|
||||||
%configure
|
%configure
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=%{buildroot}
|
%make_install
|
||||||
%delete_la
|
%delete_la
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc NEWS AUTHORS
|
%doc NEWS AUTHORS
|
||||||
@ -55,6 +58,21 @@ make install DESTDIR=%{buildroot}
|
|||||||
%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,4 +1,5 @@
|
|||||||
version_control: github
|
version_control: git
|
||||||
src_repo: GNOME/clutter-gst
|
src_repo: https://gitlab.gnome.org/Archive/clutter-gst.git
|
||||||
tag_prefix: ^v
|
tag_prefix: ""
|
||||||
seperator: .
|
separator: .
|
||||||
|
url: https://gitlab.gnome.org/Archive/clutter-gst.git
|
||||||
Loading…
x
Reference in New Issue
Block a user