This commit is contained in:
Matthias Clasen 2010-03-29 22:45:34 +00:00
parent e4bb9dc437
commit 81c5b9b767
3 changed files with 17 additions and 24 deletions

View File

@ -1 +1 @@
cheese-2.29.92.tar.bz2 cheese-2.30.0.tar.bz2

View File

@ -1,19 +1,15 @@
Name: cheese Name: cheese
Version: 2.29.92 Version: 2.30.0
Release: 4%{?dist} Release: 1%{?dist}
Summary: Application for taking pictures and movies from a webcam Summary: Application for taking pictures and movies from a webcam
Group: Amusements/Graphics Group: Amusements/Graphics
License: GPLv2+ License: GPLv2+
URL: http://projects.gnome.org/cheese/ URL: http://projects.gnome.org/cheese/
#VCS: git:git://git.gnome.org/cheese #VCS: git:git://git.gnome.org/cheese
Source0: http://download.gnome.org/sources/cheese/2.29/%{name}-%{version}.tar.bz2 Source0: http://download.gnome.org/sources/cheese/2.30/%{name}-%{version}.tar.bz2
# https://bugzilla.gnome.org/show_bug.cgi?id=613067
Patch0: no-webcam.patch
# https://bugzilla.gnome.org/show_bug.cgi?id=613287 # https://bugzilla.gnome.org/show_bug.cgi?id=613287
Patch1: cheese-effects-i18n.patch Patch1: cheese-effects-i18n.patch
# https://bugzilla.gnome.org/show_bug.cgi?id=592100
Patch2: cheese-countdown-crasher.patch
BuildRequires: gtk2-devel >= 2.19.1 BuildRequires: gtk2-devel >= 2.19.1
BuildRequires: dbus-devel BuildRequires: dbus-devel
@ -67,9 +63,7 @@ for writing applications that require a webcam display widget.
%prep %prep
%setup -q %setup -q
%patch0 -p1 -b .no-webcam
%patch1 -p1 -b .effects-i18n %patch1 -p1 -b .effects-i18n
%patch2 -p1 -b .countdown-crasher
%build %build
%configure --disable-static %configure --disable-static
@ -127,27 +121,23 @@ fi
%post %post
/sbin/ldconfig touch --no-create %{_datadir}/icons/hicolor >&/dev/null || :
touch --no-create %{_datadir}/icons/hicolor
if [ -x /usr/bin/gtk-update-icon-cache ]; then
gtk-update-icon-cache -q %{_datadir}/icons/hicolor
fi
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/cheese.schemas > /dev/null || : gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/cheese.schemas > /dev/null || :
%postun %postun
/sbin/ldconfig if [ $1 -eq 0 ]; then
touch --no-create %{_datadir}/icons/hicolor touch --no-create %{_datadir}/icons/hicolor >&/dev/null || :
if [ -x /usr/bin/gtk-update-icon-cache ]; then gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
gtk-update-icon-cache -q %{_datadir}/icons/hicolor
fi fi
%post libs %posttrans
/sbin/ldconfig gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
%postun libs %post libs -p /sbin/ldconfig
/sbin/ldconfig
%postun libs -p /sbin/ldconfig
%files %files
%defattr(-,root,root,-) %defattr(-,root,root,-)
@ -173,6 +163,9 @@ fi
%{_libdir}/pkgconfig/cheese-gtk.pc %{_libdir}/pkgconfig/cheese-gtk.pc
%changelog %changelog
* Mon Mar 29 2010 Matthias Clasen <mclasen@redhat.com> 2.30.0-1
- Update to 2.30.0
* Wed Mar 24 2010 Bastien Nocera <bnocera@redhat.com> 2.29.92-4 * Wed Mar 24 2010 Bastien Nocera <bnocera@redhat.com> 2.29.92-4
- Fix possible crasher when countdown reaches zero - Fix possible crasher when countdown reaches zero

View File

@ -1 +1 @@
46f5d4cf026b9109b226350e214a1f75 cheese-2.29.92.tar.bz2 bdcd6f220749ec7ec1a7d4b4726cac78 cheese-2.30.0.tar.bz2