2024-01-06 04:00:39 +01:00
|
|
|
%define majver %(echo %version | cut -d. -f 1-2)
|
|
|
|
Name: libclutter
|
2024-01-06 04:00:40 +01:00
|
|
|
Version: 1.20.0
|
2024-01-06 04:00:39 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: Open Source software library for creating fast, compelling, portable, and dynamic graphical user interfaces
|
|
|
|
Group: Development/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
2024-01-06 04:00:40 +01:00
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-06 04:00:39 +01:00
|
|
|
URL: http://www.clutter-project.org/
|
|
|
|
Source: ftp://ftp.gnome.org/pub/gnome/sources/clutter/%{majver}/clutter-%{version}.tar.xz
|
|
|
|
# http://bugzilla.openedhand.com/show_bug.cgi?id=2100
|
|
|
|
Patch0: Use-a-native-format-for-atlas-textures.patch
|
|
|
|
License: LGPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: gobject-introspection-devel
|
|
|
|
BuildRequires: libcairo-devel
|
|
|
|
BuildRequires: libexpat-devel
|
|
|
|
BuildRequires: libfontconfig-devel
|
|
|
|
BuildRequires: libfreetype-devel
|
|
|
|
BuildRequires: libgcc
|
|
|
|
BuildRequires: libGL-devel
|
|
|
|
BuildRequires: libglib-devel
|
|
|
|
BuildRequires: libglitz-devel
|
|
|
|
BuildRequires: libgtk-devel
|
|
|
|
BuildRequires: libjson-glib-devel
|
|
|
|
BuildRequires: libpango-devel
|
|
|
|
BuildRequires: libpixman-devel
|
|
|
|
BuildRequires: libpng12-devel
|
|
|
|
BuildRequires: libselinux-devel
|
|
|
|
BuildRequires: libstdc++6-devel
|
|
|
|
BuildRequires: libX11-devel
|
|
|
|
BuildRequires: libXau-devel
|
|
|
|
BuildRequires: libxcb-devel
|
|
|
|
BuildRequires: libxcb-util-devel
|
|
|
|
BuildRequires: libXcomposite-devel
|
|
|
|
BuildRequires: libXdamage-devel
|
|
|
|
BuildRequires: libXdmcp-devel
|
|
|
|
BuildRequires: libXext-devel
|
|
|
|
BuildRequires: libXfixes-devel
|
|
|
|
BuildRequires: libXi-devel
|
|
|
|
BuildRequires: libXrender-devel
|
|
|
|
BuildRequires: libz-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRequires: gettext
|
|
|
|
BuildRequires: gtk-doc
|
|
|
|
BuildRequires: libcogl-devel
|
|
|
|
Provides: clutter
|
|
|
|
Obsoletes: clutter
|
2024-01-06 04:00:40 +01:00
|
|
|
# FIXME: obsoletes can be removed from 1.20
|
|
|
|
Obsoletes: libclutter = 1.19.8
|
|
|
|
Obsoletes: libclutter = 1.19.6
|
|
|
|
Obsoletes: libclutter = 1.19.4
|
|
|
|
Obsoletes: libclutter = 1.19.2
|
2024-01-06 04:00:39 +01:00
|
|
|
Requires: gobject-introspection
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
%description
|
|
|
|
Clutter is an open source software library for creating fast, compelling, portable, and dynamic graphical user interfaces. The most obvious example of potential usage is in media center type applications.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Devel package for %{name}
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
Provides: clutter-devel
|
|
|
|
Obsoletes: clutter-devel
|
2024-01-06 04:00:40 +01:00
|
|
|
# FIXME: obsoletes can be removed from 1.20
|
|
|
|
Obsoletes: libclutter-devel = 1.19.8
|
|
|
|
Obsoletes: libclutter-devel = 1.19.6
|
|
|
|
Obsoletes: libclutter-devel = 1.19.4
|
|
|
|
Obsoletes: libclutter-devel = 1.19.2
|
2024-01-06 04:00:39 +01:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
Clutter is an open source software library for creating fast, compelling, portable, and dynamic graphical user interfaces.
|
|
|
|
|
|
|
|
This package contains libraries and header files need for development.
|
|
|
|
|
|
|
|
%package doc
|
|
|
|
Summary: Documentation for %{name}
|
|
|
|
Group: Documentation
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
Provides: clutter-doc
|
|
|
|
Obsoletes: clutter-doc
|
|
|
|
|
|
|
|
%description doc
|
|
|
|
Clutter is an open source software library for creating fast, compelling, portable, and dynamic graphical user interfaces.
|
|
|
|
|
|
|
|
This package contains documentation for %{name}.
|
|
|
|
|
|
|
|
%package static
|
|
|
|
Summary: Static libraries for %{name}
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name}-devel = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
Provides: clutter-static
|
|
|
|
Obsoletes: clutter-static
|
|
|
|
|
|
|
|
%description static
|
|
|
|
Clutter is an open source software library for creating fast, compelling, portable, and dynamic graphical user interfaces.
|
|
|
|
|
|
|
|
This package contains static libraries need for development.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
|
|
|
%setup -q -n clutter-%{version}
|
|
|
|
#%patch0 -p1 -b .atlas-textures
|
|
|
|
|
|
|
|
%build
|
|
|
|
# --disable-gtk-doc --disable-conformance
|
|
|
|
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc ; fi;
|
|
|
|
%configure $CONFIGFLAGS \
|
|
|
|
--enable-xinput
|
|
|
|
if ! test -f ChangeLog; then
|
|
|
|
echo "Created from snapshot" > ChangeLog
|
|
|
|
fi
|
|
|
|
)
|
|
|
|
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
%find_lang clutter-1.0
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files -f clutter-1.0.lang
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/libclutter-1.0.so.*
|
|
|
|
%{_libdir}/libclutter-glx-*.so.*
|
|
|
|
%{_libdir}/girepository-1.0/ClutterGdk-1.0.typelib
|
|
|
|
%{_libdir}/girepository-?.?/Cally-?.?.typelib
|
|
|
|
%{_libdir}/girepository-?.?/Clutter-?.?.typelib
|
|
|
|
%{_libdir}/girepository-?.?/ClutterX11-?.?.typelib
|
|
|
|
#%{_libdir}/girepository-?.?/Cogl-?.?.typelib
|
|
|
|
%doc COPYING
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%dir %{_includedir}/clutter-1.0
|
|
|
|
%dir %{_includedir}/clutter-1.0/clutter
|
|
|
|
%dir %{_includedir}/clutter-1.0/clutter/deprecated
|
|
|
|
%{_includedir}/clutter-1.0/clutter/deprecated/*.h
|
|
|
|
%dir %{_includedir}/clutter-1.0/clutter/gdk
|
|
|
|
%{_includedir}/clutter-1.0/clutter/gdk/clutter-gdk.h
|
|
|
|
%dir %{_includedir}/clutter-1.0/cally
|
|
|
|
%{_includedir}/clutter-1.0/cally/*.h
|
|
|
|
%dir %{_includedir}/clutter-1.0/clutter
|
|
|
|
%{_includedir}/clutter-1.0/clutter/*.h
|
|
|
|
%dir %{_includedir}/clutter-1.0/clutter/glx
|
|
|
|
%{_includedir}/clutter-1.0/clutter/glx/*.h
|
|
|
|
%dir %{_includedir}/clutter-1.0/clutter/x11
|
|
|
|
%{_includedir}/clutter-1.0/clutter/x11/*.h
|
|
|
|
%{_libdir}/libclutter-1.0.la
|
|
|
|
%{_libdir}/libclutter-1.0.so
|
|
|
|
%{_libdir}/pkgconfig/clutter-gdk-1.0.pc
|
|
|
|
#%{_includedir}/clutter-?.?/cogl/*.h
|
|
|
|
%{_libdir}/libclutter-glx-?.?.so
|
|
|
|
%{_libdir}/pkgconfig/cally-?.?.pc
|
|
|
|
%{_libdir}/pkgconfig/clutter-?.?.pc
|
|
|
|
%{_libdir}/pkgconfig/clutter-glx-?.?.pc
|
|
|
|
%{_libdir}/pkgconfig/clutter-x11-?.?.pc
|
|
|
|
%{_libdir}/pkgconfig/clutter-cogl-?.?.pc
|
|
|
|
#%{_libdir}/pkgconfig/cogl-gl-?.?.pc
|
|
|
|
%{_datadir}/gir-1.0/ClutterGdk-1.0.gir
|
|
|
|
%{_datadir}/gir-?.?/Cally-?.?.gir
|
|
|
|
%{_datadir}/gir-?.?/Clutter-?.?.gir
|
|
|
|
%{_datadir}/gir-?.?/ClutterX11-?.?.gir
|
|
|
|
#%{_datadir}/gir-?.?/Cogl-?.?.gir
|
|
|
|
%doc README ChangeLog* NEWS
|
|
|
|
|
|
|
|
%files doc
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_datadir}/gtk-doc/html/cally
|
|
|
|
%{_datadir}/gtk-doc/html/clutter
|
|
|
|
#%{_datadir}/gtk-doc/html/cogl
|
|
|
|
|
|
|
|
%changelog
|
2024-01-06 04:00:40 +01:00
|
|
|
* Mon Sep 22 2014 Automatic Build System <autodist@mambasoft.it> 1.20.0-1mamba
|
2024-01-06 04:00:40 +01:00
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 04:00:40 +01:00
|
|
|
* Sat Aug 30 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.18.4-1mamba
|
|
|
|
- update to 1.18.4
|
2024-01-06 04:00:39 +01:00
|
|
|
|
|
|
|
* Tue Apr 15 2014 Automatic Build System <autodist@mambasoft.it> 1.18.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Mar 31 2014 Automatic Build System <autodist@mambasoft.it> 1.18.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 04:00:39 +01:00
|
|
|
* Sat Jan 25 2014 Automatic Build System <autodist@mambasoft.it> 1.16.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Nov 19 2013 Automatic Build System <autodist@mambasoft.it> 1.16.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Nov 03 2013 Automatic Build System <autodist@mambasoft.it> 1.16.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed May 15 2013 Automatic Build System <autodist@mambasoft.it> 1.14.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Apr 17 2013 Automatic Build System <autodist@mambasoft.it> 1.14.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Apr 07 2013 Automatic Build System <autodist@mambasoft.it> 1.14.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Jan 17 2013 Automatic Build System <autodist@mambasoft.it> 1.13.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Dec 18 2012 Automatic Build System <autodist@mambasoft.it> 1.13.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Oct 17 2012 Automatic Build System <autodist@mambasoft.it> 1.12.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Sep 26 2012 Automatic Build System <autodist@mambasoft.it> 1.12.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat Sep 15 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 1.10.8-2mamba
|
|
|
|
- moved typelib file from -devel to main package
|
|
|
|
|
|
|
|
* Fri Jul 06 2012 Automatic Build System <autodist@mambasoft.it> 1.10.8-1mamba
|
|
|
|
- update to 1.10.8
|
|
|
|
|
|
|
|
* Mon Jan 30 2012 Automatic Build System <autodist@mambasoft.it> 1.8.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Oct 21 2011 Automatic Build System <autodist@mambasoft.it> 1.8.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat Oct 01 2011 Automatic Build System <autodist@mambasoft.it> 1.8.0-1mamba
|
|
|
|
- update to 1.8.0
|
|
|
|
|
|
|
|
* Tue Jun 14 2011 Automatic Build System <autodist@mambasoft.it> 1.6.16-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Tue May 03 2011 Automatic Build System <autodist@mambasoft.it> 1.6.14-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Sun Mar 13 2011 Automatic Build System <autodist@mambasoft.it> 1.6.8-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Wed Feb 23 2011 Automatic Build System <autodist@mambasoft.it> 1.6.0-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Mon Jan 31 2011 Automatic Build System <autodist@mambasoft.it> 1.5.12-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Wed Dec 01 2010 Automatic Build System <autodist@mambasoft.it> 1.4.2-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Thu Nov 25 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.0-1mamba
|
|
|
|
- update to 1.4.0
|
|
|
|
- renamed from clutter to libclutter
|
|
|
|
|
|
|
|
* Sun Sep 19 2010 gil <puntogil@libero.it> 1.2.12-1mamba
|
|
|
|
- package created by autospec
|