automatic version update by autodist [release 2.0.10-1mamba;Fri Jan 10 2014]
This commit is contained in:
parent
3437c80d76
commit
3865b88c66
@ -1,2 +1,5 @@
|
||||
# clutter-gst
|
||||
|
||||
This package contains a video texture actor and an audio player object for
|
||||
use with clutter
|
||||
|
||||
|
161
clutter-gst.spec
Normal file
161
clutter-gst.spec
Normal file
@ -0,0 +1,161 @@
|
||||
%define majver %(echo %version | cut -d. -f 1-2)
|
||||
Name: clutter-gst
|
||||
Version: 2.0.10
|
||||
Release: 1mamba
|
||||
Summary: ClutterMedia interface to GStreamer
|
||||
Group: Development/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.clutter-project.org/
|
||||
Source: http://ftp.gnome.org/pub/GNOME/sources/clutter-gst/%{majver}/clutter-gst-%{version}.tar.xz
|
||||
License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libatk-devel
|
||||
BuildRequires: libcairo-devel
|
||||
BuildRequires: libclutter-devel
|
||||
BuildRequires: libcogl-devel
|
||||
BuildRequires: libgdk-pixbuf-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libgst-plugins-base-devel
|
||||
BuildRequires: libgstreamer-devel
|
||||
BuildRequires: libgtk-devel
|
||||
BuildRequires: libjson-glib-devel
|
||||
BuildRequires: libpango-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXcomposite-devel
|
||||
BuildRequires: libXdamage-devel
|
||||
BuildRequires: libXext-devel
|
||||
BuildRequires: libXfixes-devel
|
||||
BuildRequires: libXi-devel
|
||||
BuildRequires: libXrandr-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libclutter-devel >= 1.16
|
||||
BuildRequires: libcogl-devel >= 1.16
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
This package contains a video texture actor and an audio player object for
|
||||
use with clutter
|
||||
|
||||
%package devel
|
||||
Summary: Devel package for %{name}
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description devel
|
||||
ClutterMedia interface to GStreamer.
|
||||
|
||||
This package contains libraries and header files need for development.
|
||||
|
||||
%package static
|
||||
Summary: Static libraries for %{name}
|
||||
Group: Development/Libraries
|
||||
Requires: %{name}-devel = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description static
|
||||
ClutterMedia interface to GStreamer.
|
||||
|
||||
This package contains static libraries needed for development.
|
||||
|
||||
%package doc
|
||||
Summary: Documentation for %{name}
|
||||
Group: Documentation
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description doc
|
||||
ClutterMedia interface to GStreamer.
|
||||
This package contains documentation for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libclutter-gst-*.so.*
|
||||
%{_libdir}/girepository-*/ClutterGst-*.typelib
|
||||
%{_libdir}/gstreamer-1.0/libgstclutter.la
|
||||
%{_libdir}/gstreamer-1.0/libgstclutter.so
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/clutter-gst-2.0/clutter-gst
|
||||
%{_includedir}/clutter-gst-2.0/clutter-gst/clutter-gst*.h
|
||||
%{_libdir}/libclutter-gst-*.so
|
||||
%{_libdir}/pkgconfig/clutter-gst-*.pc
|
||||
%{_datadir}/gir-*/ClutterGst-*.gir
|
||||
%doc NEWS README
|
||||
|
||||
%files static
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libclutter-gst-*.la
|
||||
|
||||
%files doc
|
||||
%defattr(-,root,root)
|
||||
%{_datadir}/gtk-doc/html/clutter-gst
|
||||
|
||||
%changelog
|
||||
* Fri Jan 10 2014 Automatic Build System <autodist@mambasoft.it> 2.0.10-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Nov 12 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.8-3mamba
|
||||
- rebuilt with libcogl and libclutter 1.16
|
||||
|
||||
* Sat Nov 02 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.8-2mamba
|
||||
- rebuilt with gst-plugins-bad 1.2.0
|
||||
|
||||
* Wed Sep 25 2013 Automatic Build System <autodist@mambasoft.it> 2.0.8-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Tue Jul 23 2013 Automatic Build System <autodist@mambasoft.it> 2.0.6-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri May 24 2013 Automatic Build System <autodist@mambasoft.it> 2.0.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Apr 14 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.2-2mamba
|
||||
- rebuilt with libcogl 1.14.0
|
||||
|
||||
* Wed Feb 27 2013 Automatic Build System <autodist@mambasoft.it> 2.0.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Jan 27 2013 Automatic Build System <autodist@mambasoft.it> 2.0.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Oct 05 2012 Automatic Build System <autodist@mambasoft.it> 1.9.92-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Sep 27 2012 Automatic Build System <autodist@mambasoft.it> 1.6.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Aug 04 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5.6-2mamba
|
||||
- rebuilt with libclutter 1.10.8
|
||||
|
||||
* Fri May 25 2012 Automatic Build System <autodist@mambasoft.it> 1.5.6-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Apr 02 2012 Automatic Build System <autodist@mambasoft.it> 1.5.4-1mamba
|
||||
- update to 1.5.4
|
||||
|
||||
* Sun Jul 24 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.12-1mamba
|
||||
- update to 1.3.12
|
||||
|
||||
* Mon Sep 20 2010 gil <puntogil@libero.it> 1.2.0-1mamba
|
||||
- package created by autospec
|
Loading…
Reference in New Issue
Block a user