This commit is contained in:
Matthias Clasen 2008-09-10 02:07:30 +00:00
parent fd29e9f92e
commit 976767d03c

View File

@ -1,22 +1,12 @@
Name: cheese Name: cheese
Version: 2.23.91 Version: 2.23.92
Release: 2%{?dist} Release: 1%{?dist}
Summary: A webcam application for snapshots and movies Summary: A webcam application for snapshots and movies
Group: Amusements/Graphics Group: Amusements/Graphics
License: GPLv2+ License: GPLv2+
URL: http://live.gnome.org/Cheese URL: http://live.gnome.org/Cheese
Source0: http://download.gnome.org/sources/cheese/2.23/%{name}-%{version}.tar.bz2 Source0: http://download.gnome.org/sources/cheese/2.23/%{name}-%{version}.tar.bz2
# Following 3 patches reported upstream here:
# http://bugzilla.gnome.org/show_bug.cgi?id=546868
Patch0: cheese-2.23.91-dont-use-non-capture-devices.patch
Patch1: cheese-2.23.91-supported-resolutions-per-device.patch
Patch2: cheese-2.23.91-let-gstreamer-choose-yuv-or-rgb.patch
# Following 3 patches reported upstream here:
# http://bugzilla.gnome.org/show_bug.cgi?id=547144
Patch3: cheese-2.23.91-cheese_webcam_get_supported_video_formats-shuffle.patch
Patch4: cheese-2.23.90-only-list-resolutions-once.patch
Patch5: cheese-2.23.90-sort-resolutions.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: gtk2-devel >= 2.10.0 BuildRequires: gtk2-devel >= 2.10.0
@ -52,12 +42,6 @@ gstreamer-backend.
%prep %prep
%setup -q %setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
%build %build
@ -126,6 +110,10 @@ fi
%{_datadir}/dbus-1/services/org.gnome.Cheese.service %{_datadir}/dbus-1/services/org.gnome.Cheese.service
%changelog %changelog
* Tue Sep 9 2008 Matthias Clasen <mclasen@redhat.com> 2.23.92-1
- Update to 2.23.92
- Drop upstreamed patches
* Wed Sep 3 2008 Hans de Goede <hdegoede@redhat.com> 2.23.91-2 * Wed Sep 3 2008 Hans de Goede <hdegoede@redhat.com> 2.23.91-2
- Fix use with multiple v4l devices (rh 460956, gnome 546868, gnome 547144) - Fix use with multiple v4l devices (rh 460956, gnome 546868, gnome 547144)