356 lines
12 KiB
RPMSpec
356 lines
12 KiB
RPMSpec
%define majver %(echo %version | cut -d. -f 1-2)
|
|
Name: cheese
|
|
Version: 3.32.1
|
|
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: libGL-devel
|
|
BuildRequires: libX11-devel
|
|
BuildRequires: libXau-devel
|
|
BuildRequires: libXcomposite-devel
|
|
BuildRequires: libXdamage-devel
|
|
BuildRequires: libXdmcp-devel
|
|
BuildRequires: libXext-devel
|
|
BuildRequires: libXfixes-devel
|
|
BuildRequires: libXi-devel
|
|
BuildRequires: libXrandr-devel
|
|
BuildRequires: libXrender-devel
|
|
BuildRequires: libatk-devel
|
|
BuildRequires: libblkid-devel
|
|
BuildRequires: libbsd-devel
|
|
BuildRequires: libbzip2-devel
|
|
BuildRequires: libcairo-devel
|
|
BuildRequires: libcanberra-devel
|
|
BuildRequires: libcap-devel
|
|
BuildRequires: libclutter-devel
|
|
BuildRequires: libcogl-devel
|
|
BuildRequires: libdrm-devel
|
|
BuildRequires: libdw-devel
|
|
BuildRequires: libelf-devel
|
|
BuildRequires: libevdev-devel
|
|
BuildRequires: libexpat-devel
|
|
BuildRequires: libffi-devel
|
|
BuildRequires: libfontconfig-devel
|
|
BuildRequires: libfreetype-devel
|
|
BuildRequires: libfribidi-devel
|
|
BuildRequires: libgbm-devel
|
|
BuildRequires: libgcc
|
|
BuildRequires: libgdk-pixbuf-devel
|
|
BuildRequires: libglib-devel
|
|
BuildRequires: libgraphite2-devel
|
|
BuildRequires: libgst-plugins-base-devel
|
|
BuildRequires: libgstreamer-devel
|
|
BuildRequires: libgtk-devel
|
|
BuildRequires: libgudev-devel
|
|
BuildRequires: libharfbuzz-devel
|
|
BuildRequires: libjson-glib-devel
|
|
BuildRequires: libltdl-devel
|
|
BuildRequires: liblzma-devel
|
|
BuildRequires: libmount-devel
|
|
BuildRequires: libmtdev-devel
|
|
BuildRequires: libogg-devel
|
|
BuildRequires: libpango-devel
|
|
BuildRequires: libpcre-devel
|
|
BuildRequires: libpng-devel
|
|
BuildRequires: libseccomp-devel
|
|
BuildRequires: libselinux-devel
|
|
BuildRequires: libsepol-devel
|
|
BuildRequires: libtdb-devel
|
|
BuildRequires: libthai-devel
|
|
BuildRequires: libudev-devel
|
|
BuildRequires: libunwind-devel
|
|
BuildRequires: libuuid-devel
|
|
BuildRequires: libvorbis-devel
|
|
BuildRequires: libwacom-devel
|
|
BuildRequires: libxcb-devel
|
|
BuildRequires: libxkbcommon-devel
|
|
BuildRequires: libz-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: gst-plugins-bad
|
|
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 \
|
|
GLIB_COMPILE_RESOURCES="glib-compile-resources"
|
|
|
|
%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.*
|
|
#%{_libexecdir}/gnome-camera-service
|
|
%{_datadir}/appdata/org.gnome.Cheese.appdata.xml
|
|
%{_datadir}/applications/org.gnome.Cheese.desktop
|
|
#%{_datadir}/dbus-1/services/org.gnome.Camera.service
|
|
%{_datadir}/dbus-1/services/org.gnome.Cheese.service
|
|
%dir %{_datadir}/gnome/help/cheese
|
|
%{_datadir}/gnome/help/cheese/*
|
|
%{_datadir}/icons/hicolor/scalable/apps/org.gnome.Cheese.svg
|
|
%{_datadir}/icons/hicolor/symbolic/apps/org.gnome.Cheese-symbolic.svg
|
|
%{_datadir}/glib-2.0/schemas/org.gnome.Cheese.gschema.xml
|
|
%{_mandir}/man1/cheese.1*
|
|
%doc AUTHORS COPYING
|
|
|
|
%files devel
|
|
%defattr(-,root,root)
|
|
%dir %{_includedir}/cheese
|
|
%{_includedir}/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 Apr 09 2019 Automatic Build System <autodist@mambasoft.it> 3.32.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Mar 24 2019 Automatic Build System <autodist@mambasoft.it> 3.32.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Sep 19 2018 Automatic Build System <autodist@mambasoft.it> 3.30.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Aug 14 2018 Automatic Build System <autodist@mambasoft.it> 3.28.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Aug 17 2017 Automatic Build System <autodist@mambasoft.it> 3.24.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Oct 14 2016 Automatic Build System <autodist@mambasoft.it> 3.22.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed May 11 2016 Automatic Build System <autodist@mambasoft.it> 3.20.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue May 10 2016 Automatic Build System <autodist@mambasoft.it> 3.20.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Nov 28 2015 Automatic Build System <autodist@mambasoft.it> 3.18.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Apr 15 2015 Automatic Build System <autodist@mambasoft.it> 3.16.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Apr 11 2015 Automatic Build System <autodist@mambasoft.it> 3.16.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Nov 11 2014 Automatic Build System <autodist@mambasoft.it> 3.14.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Oct 16 2014 Automatic Build System <autodist@mambasoft.it> 3.14.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Oct 09 2014 Automatic Build System <autodist@mambasoft.it> 3.14.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue May 13 2014 Automatic Build System <autodist@mambasoft.it> 3.12.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Apr 15 2014 Automatic Build System <autodist@mambasoft.it> 3.12.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Apr 01 2014 Automatic Build System <autodist@mambasoft.it> 3.12.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* 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
|