2015-02-24 09:40:27 +00:00
|
|
|
Name: clutter-gst3
|
2016-03-20 22:26:18 +00:00
|
|
|
Version: 3.0.18
|
2016-02-14 23:12:39 +00:00
|
|
|
Release: 1%{?dist}
|
2015-02-24 09:40:27 +00:00
|
|
|
Summary: GStreamer integration library for Clutter
|
|
|
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
License: LGPLv2+
|
|
|
|
URL: https://developer.gnome.org/clutter-gst/stable/
|
|
|
|
Source0: https://download.gnome.org/sources/clutter-gst/3.0/clutter-gst-%{version}.tar.xz
|
|
|
|
|
|
|
|
BuildRequires: /usr/bin/chrpath
|
|
|
|
BuildRequires: pkgconfig(clutter-1.0)
|
|
|
|
BuildRequires: pkgconfig(cogl-2.0-experimental)
|
|
|
|
BuildRequires: pkgconfig(gio-2.0)
|
|
|
|
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
|
|
|
BuildRequires: pkgconfig(gstreamer-1.0)
|
|
|
|
BuildRequires: pkgconfig(gstreamer-audio-1.0)
|
|
|
|
BuildRequires: pkgconfig(gstreamer-base-1.0)
|
|
|
|
BuildRequires: pkgconfig(gstreamer-pbutils-1.0)
|
|
|
|
BuildRequires: pkgconfig(gstreamer-plugins-base-1.0)
|
|
|
|
BuildRequires: pkgconfig(gstreamer-tag-1.0)
|
|
|
|
BuildRequires: pkgconfig(gstreamer-video-1.0)
|
|
|
|
BuildRequires: pkgconfig(gudev-1.0)
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
Clutter is an open source software library for creating fast, visually
|
|
|
|
rich and animated graphical user interfaces.
|
|
|
|
|
|
|
|
Clutter GStreamer enables the use of GStreamer with Clutter.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
Clutter is an open source software library for creating fast, visually
|
|
|
|
rich and animated graphical user interfaces.
|
|
|
|
|
|
|
|
Clutter GStreamer enables the use of GStreamer with Clutter.
|
|
|
|
|
|
|
|
The %{name}-devel package contains libraries and header files for
|
|
|
|
developing applications that use clutter-gst API version 3.0.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n clutter-gst-%{version}
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
make %{?_smp_mflags} V=1
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
2016-03-20 22:26:39 +00:00
|
|
|
%make_install
|
2015-02-24 09:40:27 +00:00
|
|
|
|
|
|
|
find %{buildroot} -name '*.la' -delete
|
|
|
|
|
2015-03-27 13:16:12 +00:00
|
|
|
rm -rf %{buildroot}%{_libdir}/gstreamer-1.0/
|
2015-02-24 09:40:27 +00:00
|
|
|
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%doc AUTHORS NEWS README
|
|
|
|
%license COPYING
|
|
|
|
%{_libdir}/girepository-1.0/ClutterGst-3.0.typelib
|
|
|
|
%{_libdir}/libclutter-gst-3.0.so.*
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%{_includedir}/clutter-gst-3.0/
|
|
|
|
%{_libdir}/libclutter-gst-3.0.so
|
|
|
|
%{_libdir}/pkgconfig/clutter-gst-3.0.pc
|
|
|
|
%{_datadir}/gir-1.0/ClutterGst-3.0.gir
|
|
|
|
%doc %{_datadir}/gtk-doc/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2016-03-20 22:26:18 +00:00
|
|
|
* Sun Mar 20 2016 Kalev Lember <klember@redhat.com> - 3.0.18-1
|
|
|
|
- Update to 3.0.18
|
2016-03-20 22:26:39 +00:00
|
|
|
- Use make_install macro
|
2016-03-20 22:26:18 +00:00
|
|
|
|
2016-02-14 23:12:39 +00:00
|
|
|
* Sun Feb 14 2016 David King <amigadave@amigadave.com> - 3.0.16-1
|
|
|
|
- Update to 3.0.16
|
|
|
|
|
2016-02-03 17:48:48 +00:00
|
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.14-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-10-15 05:57:11 +00:00
|
|
|
* Thu Oct 15 2015 Kalev Lember <klember@redhat.com> - 3.0.14-2
|
|
|
|
- Rebuilt
|
|
|
|
|
2015-10-11 10:07:43 +00:00
|
|
|
* Sun Oct 11 2015 David King <amigadave@amigadave.com> - 3.0.14-1
|
|
|
|
- Update to 3.0.14
|
|
|
|
|
2015-09-30 18:18:46 +00:00
|
|
|
* Wed Sep 30 2015 David King <amigadave@amigadave.com> - 3.0.12-1
|
|
|
|
- Update to 3.0.12
|
|
|
|
|
2015-09-04 12:08:06 +00:00
|
|
|
* Fri Sep 04 2015 David King <amigadave@amigadave.com> - 3.0.10-1
|
|
|
|
- Update to 3.0.10
|
|
|
|
|
2015-07-19 05:55:22 +00:00
|
|
|
* Sun Jul 19 2015 David King <amigadave@amigadave.com> - 3.0.8-1
|
|
|
|
- Update to 3.0.8
|
|
|
|
|
2015-06-17 02:51:37 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.6-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-05-25 07:57:22 +00:00
|
|
|
* Mon May 25 2015 David King <amigadave@amigadave.com> - 3.0.6-1
|
|
|
|
- Update to 3.0.6
|
|
|
|
|
|
|
|
* Fri Mar 27 2015 Bastien Nocera <bnocera@redhat.com> - 3.0.4-2
|
2015-03-27 13:16:12 +00:00
|
|
|
- Remove the GStreamer plugin, as it can cause the one in the
|
|
|
|
clutter-gst2 package to become unavailable, breaking Cheese
|
|
|
|
https://bugzilla.gnome.org/show_bug.cgi?id=746883
|
|
|
|
|
2015-02-24 09:40:27 +00:00
|
|
|
* Sun Feb 22 2015 David King <amigadave@amigadave.com> - 3.0.4-1
|
|
|
|
- Initial packaging (#1190361)
|