automatic version update by autodist [release 3.10.2-1mamba;Tue Nov 12 2013]
This commit is contained in:
parent
9603e9e2f6
commit
ad973b078e
@ -1,2 +1,4 @@
|
||||
# cheese
|
||||
|
||||
Cheese is a GNOME application designed to take photos and videos of you and your friends with your webcam, add special effects to them and share them with your friends and family.
|
||||
|
||||
|
283
cheese.spec
Normal file
283
cheese.spec
Normal file
@ -0,0 +1,283 @@
|
||||
%define majver %(echo %version | cut -d. -f 1-2)
|
||||
Name: cheese
|
||||
Version: 3.10.2
|
||||
Release: 1mamba
|
||||
Summary: An application designed to take photos and videos with your webcam
|
||||
Group: Graphical Desktop/Applications/Multimedia
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.gnome.org/projects/cheese/index.html
|
||||
Source: http://ftp.gnome.org/pub/GNOME/sources/cheese/%{majver}/cheese-%{version}.tar.xz
|
||||
# Source got from:
|
||||
# http://live.gnome.org/Cheese/Releases?action=AttachFile&do=get&target=cheese-%{version}.tar.gz
|
||||
License: GPL
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: clutter-gst-devel
|
||||
BuildRequires: clutter-gtk-devel
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: gnome-desktop-devel
|
||||
BuildRequires: gst-plugins-bad-devel
|
||||
BuildRequires: libatk-devel
|
||||
BuildRequires: libbzip2-devel
|
||||
BuildRequires: libcairo-devel
|
||||
BuildRequires: libcanberra-devel
|
||||
BuildRequires: libclutter-devel
|
||||
BuildRequires: libcogl-devel
|
||||
BuildRequires: libcroco-devel
|
||||
BuildRequires: libexpat-devel
|
||||
BuildRequires: libffi-devel
|
||||
BuildRequires: libfontconfig-devel
|
||||
BuildRequires: libfreetype-devel
|
||||
BuildRequires: libgdk-pixbuf-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libgraphite2-devel
|
||||
BuildRequires: libgst-plugins-base-devel
|
||||
BuildRequires: libgstreamer-devel
|
||||
BuildRequires: libgtk-devel
|
||||
BuildRequires: libharfbuzz-devel
|
||||
BuildRequires: libicu-devel
|
||||
BuildRequires: libjson-glib-devel
|
||||
BuildRequires: liblzma-devel
|
||||
BuildRequires: libpango-devel
|
||||
BuildRequires: libpng-devel
|
||||
BuildRequires: libpthread-stubs-devel
|
||||
BuildRequires: librsvg-devel
|
||||
BuildRequires: libselinux-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXau-devel
|
||||
BuildRequires: libxcb-devel
|
||||
BuildRequires: libXcomposite-devel
|
||||
BuildRequires: libXdamage-devel
|
||||
BuildRequires: libXdmcp-devel
|
||||
BuildRequires: libXext-devel
|
||||
BuildRequires: libXfixes-devel
|
||||
BuildRequires: libXi-devel
|
||||
BuildRequires: libxkbfile-devel
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: libXrandr-devel
|
||||
BuildRequires: libXrender-devel
|
||||
BuildRequires: libz-devel
|
||||
BuildRequires: udev-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: gnome-doc-utils-devel
|
||||
BuildRequires: libsmbios-devel
|
||||
BuildRequires: gnome-desktop-devel
|
||||
BuildRequires: libmx-devel
|
||||
BuildRequires: libgee-devel
|
||||
BuildRequires: gnome-video-effects
|
||||
BuildRequires: libcogl-devel >= 1.16.0
|
||||
BuildRequires: gnome-desktop-devel >= %{majver}
|
||||
Requires: gst-plugins-good
|
||||
Requires: gst-plugins-base
|
||||
Requires: gnome-icon-theme
|
||||
Requires: gnome-video-effects
|
||||
|
||||
%description
|
||||
Cheese is a GNOME application designed to take photos and videos of you and your friends with your webcam, add special effects to them and share them with your friends and family.
|
||||
|
||||
%package devel
|
||||
Summary: Devel package for %{name}
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description devel
|
||||
Cheese is a GNOME application designed to take photos and videos of you and your friends with your webcam, add special effects to them and share them with your friends and family.
|
||||
|
||||
This package contains static libraries and header files needed for development.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure \
|
||||
--disable-scrollkeeper \
|
||||
--with-help-dir=%{_datadir}/gnome/help/cheese
|
||||
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post
|
||||
if [ $1 -ge 1 ]; then
|
||||
glib-compile-schemas %{_datadir}/glib-2.0/schemas
|
||||
fi
|
||||
:
|
||||
|
||||
%postun
|
||||
if [ $1 -eq 0 ]; then
|
||||
glib-compile-schemas %{_datadir}/glib-2.0/schemas
|
||||
fi
|
||||
:
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
#%{_sysconfdir}/gconf/schemas/cheese.schemas
|
||||
%{_bindir}/cheese
|
||||
%{_libdir}/libcheese.so.*
|
||||
%{_libdir}/libcheese-gtk.so.*
|
||||
%{_datadir}/applications/cheese.desktop
|
||||
%dir %{_datadir}/cheese/
|
||||
%{_datadir}/cheese/*
|
||||
%dir %{_datadir}/gnome/help/cheese
|
||||
%{_datadir}/gnome/help/cheese/*
|
||||
%{_datadir}/icons/hicolor/*/actions/*.png
|
||||
%{_datadir}/icons/hicolor/scalable/actions/*.svg
|
||||
%{_datadir}/icons/hicolor/*/apps/cheese.png
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.Cheese.gschema.xml
|
||||
%{_mandir}/man1/cheese.1*
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/cheese/cheese.h
|
||||
%{_includedir}/cheese/cheese-*h
|
||||
#%{_libdir}/libcheese.a
|
||||
%{_libdir}/libcheese.la
|
||||
%{_libdir}/libcheese.so
|
||||
#%{_libdir}/libcheese-gtk.a
|
||||
%{_libdir}/libcheese-gtk.la
|
||||
%{_libdir}/libcheese-gtk.so
|
||||
%{_libdir}/pkgconfig/cheese.pc
|
||||
%{_libdir}/pkgconfig/cheese-gtk.pc
|
||||
%{_datadir}/gtk-doc/html/cheese/*
|
||||
%{_libdir}/girepository-1.0/Cheese-3.0.typelib
|
||||
%{_datadir}/gir-1.0/Cheese-3.0.gir
|
||||
%doc ChangeLog README
|
||||
|
||||
%changelog
|
||||
* Tue Nov 12 2013 Automatic Build System <autodist@mambasoft.it> 3.10.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Nov 05 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 3.10.1-3mamba
|
||||
- rebuilt with libcogl 1.16
|
||||
|
||||
* Sat Nov 02 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 3.10.1-2mamba
|
||||
- rebuilt with gnome-desktop 3.10
|
||||
|
||||
* Mon Oct 28 2013 Automatic Build System <autodist@mambasoft.it> 3.10.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Sep 08 2013 Automatic Build System <autodist@mambasoft.it> 3.9.91-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Fri Aug 23 2013 Automatic Build System <autodist@mambasoft.it> 3.9.90-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Sun Jul 21 2013 Automatic Build System <autodist@mambasoft.it> 3.9.4-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Tue Jun 18 2013 Automatic Build System <autodist@mambasoft.it> 3.9.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed May 29 2013 Automatic Build System <autodist@mambasoft.it> 3.9.2-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Tue Apr 30 2013 Automatic Build System <autodist@mambasoft.it> 3.9.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Apr 16 2013 Automatic Build System <autodist@mambasoft.it> 3.8.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Apr 14 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 3.8.0-2mamba
|
||||
- rebuilt with libcogl 1.14.0 and gnome-desktop 3.8.0.1
|
||||
|
||||
* Wed Mar 27 2013 Automatic Build System <autodist@mambasoft.it> 3.8.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Nov 12 2012 Automatic Build System <autodist@mambasoft.it> 3.6.2-1mamba
|
||||
- automatic version update by autodist
|
||||
- source edit: call glib-compile-schemas on install/uninstall
|
||||
|
||||
* Tue Oct 16 2012 Automatic Build System <autodist@mambasoft.it> 3.6.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Oct 08 2012 Automatic Build System <autodist@mambasoft.it> 3.6.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Aug 14 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 3.4.2-2mamba
|
||||
- require gnome-video-effects
|
||||
|
||||
* Mon Aug 06 2012 Automatic Build System <autodist@mambasoft.it> 3.4.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Oct 26 2011 Automatic Build System <autodist@mambasoft.it> 3.3.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Oct 17 2011 Automatic Build System <autodist@mambasoft.it> 3.2.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Oct 01 2011 Automatic Build System <autodist@mambasoft.it> 3.2.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jul 21 2011 Automatic Build System <autodist@mambasoft.it> 3.0.2-1mamba
|
||||
- update to 3.0.2
|
||||
|
||||
* Mon Oct 25 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 2.32.0-2mamba
|
||||
- rebuilt to remove dependency on libpng12
|
||||
|
||||
* Wed Sep 29 2010 Automatic Build System <autodist@mambasoft.it> 2.32.0-1mamba
|
||||
- automatic update to 2.32.0 by autodist
|
||||
|
||||
* Tue May 11 2010 Automatic Build System <autodist@mambasoft.it> 2.30.1-2mamba
|
||||
- automatic rebuild by autodist
|
||||
|
||||
* Mon May 10 2010 Automatic Build System <autodist@mambasoft.it> 2.30.1-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Tue Oct 20 2009 Automatic Build System <autodist@mambasoft.it> 2.28.1-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Mon Sep 28 2009 Automatic Build System <autodist@mambasoft.it> 2.28.0-1mamba
|
||||
- automatic update to 2.28.0 by autodist
|
||||
|
||||
* Sat Jul 04 2009 Automatic Build System <autodist@mambasoft.it> 2.26.3-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Wed Jun 24 2009 Automatic Build System <autodist@mambasoft.it> 2.26.2-3mamba
|
||||
- automatic rebuild by autodist
|
||||
|
||||
* Tue Jun 23 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 2.26.2-2mamba
|
||||
- rebuilt with xorg-server 1.6 and fixed build requirements
|
||||
|
||||
* Fri Jun 12 2009 Automatic Build System <autodist@mambasoft.it> 2.26.2-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Sat May 09 2009 Automatic Build System <autodist@mambasoft.it> 2.26.0-2mamba
|
||||
- automatic rebuild by autodist
|
||||
|
||||
* Fri Apr 03 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 2.26.0-1mamba
|
||||
- automatic update to 2.26.0 by autodist
|
||||
|
||||
* Fri Mar 20 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 2.24.3-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Sat Jan 10 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 2.24.2-1mamba
|
||||
- update to 2.24.2
|
||||
|
||||
* Tue Oct 21 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 2.24.0-2mamba
|
||||
- rebuilt against recent libevolution-data-server
|
||||
|
||||
* Tue Sep 30 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 2.24.0-1mamba
|
||||
- update to 2.24.0
|
||||
|
||||
* Sat May 24 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 2.23.2-1mamba
|
||||
- update to 2.23.2
|
||||
|
||||
* Fri Apr 11 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 2.22.1-1mamba
|
||||
- update to 2.22.1
|
||||
|
||||
* Thu Dec 20 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.4-2mamba
|
||||
- added requirement for gst-plugins-good
|
||||
|
||||
* Tue Nov 13 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.4-1mamba
|
||||
- package created by autospec
|
Loading…
Reference in New Issue
Block a user