420a4c2
Name:           cheese
15246a1
Epoch:          2
Richard Hughes 720d8f7
Version:        3.4.2
3b0bf3b
Release:        5%{?dist}
31079a5
Summary:        Application for taking pictures and movies from a webcam
420a4c2
420a4c2
Group:          Amusements/Graphics
420a4c2
License:        GPLv2+
31079a5
URL:            http://projects.gnome.org/cheese/
6d5cda1
#VCS: git:git://git.gnome.org/cheese
b79d7ca
Source0:        http://download.gnome.org/sources/cheese/3.4/%{name}-%{version}.tar.xz
420a4c2
cf8e9fe
# https://bugzilla.gnome.org/show_bug.cgi?id=671110
75042e9
Patch1: 0001-Avoid-a-code-generation-problem.patch
75042e9
# Cherry picked from upstream git
75042e9
Patch2: 0002-Stop-warnings-caused-by-the-mode-buttons.patch
75042e9
# https://bugzilla.gnome.org/show_bug.cgi?id=677543
75042e9
Patch3: 0003-main-window-ui-Fix-images-missing-from-effect-button.patch
75042e9
# https://bugzilla.gnome.org/show_bug.cgi?id=677544
75042e9
Patch4: 0004-camera-device-monitor-Don-t-add-NULL-devices-to-the-.patch
e9fed67
# https://bugzilla.gnome.org/show_bug.cgi?id=677731
e9fed67
Patch5: 0005-cheese-camera-Don-t-overwrite-camerabin-s-default-fl.patch
e9fed67
# https://bugzilla.gnome.org/show_bug.cgi?id=677735
e9fed67
Patch6: 0006-cheese-thumb-view-Don-t-add-0-sized-files-to-the-thu.patch
17c2197
# https://bugzilla.gnome.org/show_bug.cgi?id=678446
e9fed67
Patch7: 0007-cheese-thumb-view-Don-t-set-columns-to-5000-in-horiz.patch
17c2197
# https://bugzilla.gnome.org/show_bug.cgi?id=678447
e9fed67
Patch8: 0008-cheese-optimize-encoding.patch
e650a0d
# https://bugzilla.redhat.com/show_bug.cgi?id=850505
e650a0d
Patch9:  0009-Fix-cheese_camera_device_update_format_table-going-i.patch
e650a0d
Patch10: 0010-Ensure-width-is-a-multiple-of-8-and-height-a-multipl.patch
cf8e9fe
1ceccfe
BuildRequires: gtk3-devel >= 3.0.0
4ccd9f0
BuildRequires: gstreamer-devel >= 0.10.23
420a4c2
BuildRequires: gstreamer-plugins-base-devel >= 0.10.12
4ccd9f0
BuildRequires: cairo-devel >= 1.4.0
b0c96ad
BuildRequires: librsvg2-devel >= 2.18.0
420a4c2
BuildRequires: evolution-data-server-devel
420a4c2
BuildRequires: libXxf86vm-devel
4ccd9f0
BuildRequires: libXtst-devel
420a4c2
BuildRequires: desktop-file-utils
420a4c2
BuildRequires: gettext
dda77a2
BuildRequires: gnome-doc-utils
a674818
BuildRequires: intltool
1ceccfe
BuildRequires: gnome-desktop3-devel >= 2.91.0
4ccd9f0
BuildRequires: libgudev1-devel
28e3e99
BuildRequires: libcanberra-devel
42e6a61
BuildRequires: scrollkeeper
c3c4001
BuildRequires: clutter-devel
Bastien Nocera c18d92a
BuildRequires: clutter-gtk-devel
c3c4001
BuildRequires: clutter-gst-devel
c3c4001
BuildRequires: libmx-devel
c3c4001
BuildRequires: vala-devel
4fd8de9
BuildRequires: pkgconfig(gee-1.0)
Christopher Aillon 3dae88d
BuildRequires: gnome-video-effects
Bastien Nocera a496ccf
BuildRequires: gnome-desktop3-devel
9b68c82
BuildRequires: chrpath
43417d3
BuildRequires: itstool
420a4c2
420a4c2
Requires: gstreamer-plugins-good >= 0.10.6-2
d6aca90
Requires: gstreamer-plugins-bad-free
Bastien Nocera 316a943
Requires: gnome-video-effects
3b0bf3b
Requires: frei0r-plugins
420a4c2
420a4c2
%description
3c60066
Cheese is a Photobooth-inspired GNOME application for taking pictures and
31079a5
videos from a webcam. It can also apply fancy graphical effects.
fd29e9f
9cdfad3
%package libs
9cdfad3
Summary:	Webcam display and capture widgets
9cdfad3
Group:		System Environment/Libraries
9cdfad3
License:	GPLv2+
9cdfad3
9cdfad3
%description libs
9cdfad3
This package contains libraries needed for applications that
9cdfad3
want to display a webcam in their interface.
9cdfad3
9cdfad3
%package libs-devel
9cdfad3
Summary:	Development files for %{name}-libs
9cdfad3
Group:		Development/Libraries
9cdfad3
License:	GPLv2+
12054ba
Requires:	%{name}-libs = %{epoch}:%{version}-%{release}
9cdfad3
9cdfad3
%description libs-devel
9cdfad3
This package contains the libraries and header files that are needed
9cdfad3
for writing applications that require a webcam display widget.
9cdfad3
420a4c2
%prep
420a4c2
%setup -q
75042e9
%patch1 -p1
75042e9
%patch2 -p1
75042e9
%patch3 -p1
75042e9
%patch4 -p1
e9fed67
%patch5 -p1
e9fed67
%patch6 -p1
e9fed67
%patch7 -p1
e9fed67
%patch8 -p1
e650a0d
%patch9 -p1
e650a0d
%patch10 -p1
75042e9
420a4c2
420a4c2
%build
36ca83f
%configure --disable-static
420a4c2
make %{?_smp_mflags}
420a4c2
420a4c2
420a4c2
%install
420a4c2
make install DESTDIR=$RPM_BUILD_ROOT
420a4c2
Christopher Aillon 79c608b
rm -f $RPM_BUILD_ROOT%{_libdir}/libcheese.{a,la}
4d59fab
rm -f $RPM_BUILD_ROOT%{_libdir}/libcheese-gtk.{a,la}
4d59fab
420a4c2
desktop-file-install --delete-original --vendor="" 	\
420a4c2
 	--dir=$RPM_BUILD_ROOT%{_datadir}/applications 	\
a6aabbf
	--add-category X-AudioVideoImport		\
420a4c2
	$RPM_BUILD_ROOT%{_datadir}/applications/cheese.desktop
420a4c2
420a4c2
%find_lang %{name} --with-gnome
420a4c2
9b68c82
chrpath --delete $RPM_BUILD_ROOT%{_bindir}/cheese
9b68c82
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/libcheese-gtk.so.*
420a4c2
420a4c2
%post
81c5b9b
touch --no-create %{_datadir}/icons/hicolor >&/dev/null || :
420a4c2
420a4c2
420a4c2
%postun
81c5b9b
if [ $1 -eq 0 ]; then
81c5b9b
  touch --no-create %{_datadir}/icons/hicolor >&/dev/null || :
81c5b9b
  gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
420a4c2
fi
420a4c2
81c5b9b
%posttrans
81c5b9b
gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
81c5b9b
00330da
%post libs
00330da
/sbin/ldconfig
00330da
if [ $1 -eq 1 ] ; then
00330da
    glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
00330da
fi
420a4c2
00330da
%postun libs
00330da
/sbin/ldconfig
00330da
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
9cdfad3
9cdfad3
%files
420a4c2
%doc AUTHORS COPYING README
420a4c2
%{_bindir}/cheese
420a4c2
%{_datadir}/applications/cheese.desktop
420a4c2
%{_datadir}/cheese
420a4c2
%{_datadir}/icons/hicolor/*/apps/cheese.png
03cbe09
%{_datadir}/icons/hicolor/*/actions/*.png
03cbe09
%{_datadir}/icons/hicolor/scalable/actions/*.svg
e8533bf
%{_mandir}/man1/cheese.1.gz
02ec5da
# FIXME find-lang is supposed to pick these up
02ec5da
%doc %{_datadir}/help/*/cheese
9cdfad3
9cdfad3
%files -f %{name}.lang libs
Christopher Aillon 524ed19
%{_libdir}/libcheese.so.*
9cdfad3
%{_libdir}/libcheese-gtk.so.*
00330da
%{_datadir}/glib-2.0/schemas/org.gnome.Cheese.gschema.xml
00330da
%{_libdir}/girepository-1.0/Cheese-3.0.typelib
9cdfad3
9cdfad3
%files libs-devel
8743643
%doc COPYING
Christopher Aillon 524ed19
%{_libdir}/libcheese.so
9cdfad3
%{_libdir}/libcheese-gtk.so
9cdfad3
%{_includedir}/cheese/
123ecd6
%{_datadir}/gtk-doc/
Christopher Aillon 524ed19
%{_libdir}/pkgconfig/cheese.pc
9cdfad3
%{_libdir}/pkgconfig/cheese-gtk.pc
Bastien Nocera 2756e82
%{_datadir}/gir-1.0/Cheese-3.0.gir
420a4c2
420a4c2
%changelog
3b0bf3b
* Fri Aug 24 2012 Hans de Goede <hdegoede@redhat.com> - 2:3.4.2-5
3b0bf3b
- Add missing "Requires: frei0r-plugins" to make sure we've all plugins needed
3b0bf3b
  for the effects
3b0bf3b
e650a0d
* Wed Aug 22 2012 Hans de Goede <hdegoede@redhat.com> - 2:3.4.2-4
e650a0d
- Fix cheese crashing on tvcards which report they can capture 0x0 as
e650a0d
  minimum resolution (rhbz#850505)
e650a0d
e9fed67
* Tue Jun 19 2012 Hans de Goede <hdegoede@redhat.com> - 2:3.4.2-3
e9fed67
- Reduce camerabin pipeline creation time (rhbz#797188, gnome#677731)
e9fed67
- Don't add 0 byte sized files to the thumb-view (rhbz#830166, gnome#677735)
e9fed67
- Fix sizing of horizontal thumbnail list (rhbz#829957)
e9fed67
- Optimize encoding parameters (rhbz#572169)
e9fed67
75042e9
* Tue Jun  5 2012 Hans de Goede <hdegoede@redhat.com> - 2:3.4.2-2
75042e9
- Fix missing images on buttons, also fixes the "Gtk-WARNING **: Attempting to
75042e9
  add a widget with type GtkImage to a GtkButton ..." warnings (gnome#677543)
75042e9
- Fix cheese crashing when started on machines with v4l2 radio or vbi devices
75042e9
  (rhbz#810429, gnome#677544)
75042e9
Richard Hughes 720d8f7
* Tue May 15 2012 Richard Hughes <hughsient@gmail.com> - 2:3.4.2-1
Richard Hughes 720d8f7
- Update to 3.4.2
Richard Hughes 720d8f7
b79d7ca
* Tue Apr 17 2012 Kalev Lember <kalevlember@gmail.com> - 2:3.4.1-1
b79d7ca
- Update to 3.4.1
b79d7ca
Richard Hughes 9da808a
* Tue Mar 27 2012 Richard Hughes <hughsient@gmail.com> - 2:3.4.0-1
Richard Hughes 9da808a
- Update to 3.4.0
Richard Hughes 9da808a
cf8e9fe
* Mon Mar 18 2012 Matthias Clasen <mclasen@redhat.com> - 2:3.3.92-1
cf8e9fe
- Update to 3.3.92
cf8e9fe
- Make photo shooting work again
cf8e9fe
a6228f4
* Sat Mar 10 2012 Matthias Clasen <mclasen@redhat.com> - 2:3.3.90-2
a6228f4
- Rebuild against new cogl
a6228f4
a86375e
* Sun Feb 26 2012 Matthias Clasen <mclasen@redhat.com> - 2:3.3.90-1
a86375e
- Update to 3.3.90
a86375e
f9d09ec
* Tue Feb  7 2012 Matthias Clasen <mclasen@redhat.com> - 2:3.3.5-1
f9d09ec
- Update to 3.3.5
f9d09ec
8f18780
* Tue Jan 17 2012 Matthias Clasen <mclasen@redhat.com> - 2:3.3.4-1
8f18780
- Update to 3.3.4
8f18780
43417d3
* Mon Jan 16 2012 Matthias Clasen <mclasen@redhat.com> - 2:3.3.3-3
43417d3
- Add a BuildRequires for itstool
43417d3
92e3b3c
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:3.3.3-2
92e3b3c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
92e3b3c
a771eb2
* Wed Dec 21 2011 Matthias Clasen <mclasen@redhat.com> - 2:3.3.3-1
a771eb2
- Update to 3.3.3
a771eb2
15246a1
* Thu Nov 24 2011 Matthias Clasen <mclasen@redhat.com> - 1:3.3.2-2
15246a1
- Rebuild against new clutter
15246a1
5d8d96d
* Tue Nov 22 2011 Tomas Bzatek <tbzatek@redhat.com> - 1:3.3.2-1
5d8d96d
- Update to 3.3.2
5d8d96d
f80f8e0
* Wed Nov  2 2011 Matthias Clasen <mclasen@redhat.com> - 1:3.3.1-1
f80f8e0
- Update to 3.3.1-1
f80f8e0
5147479
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.2.1-2
5147479
- Rebuilt for glibc bug#747377
5147479
6d71f34
* Tue Oct 18 2011 Matthias Clasen <mclasen@redhat.com> - 1:3.2.1-1
6d71f34
- Update to 3.2.1
6d71f34
d6aca90
* Thu Sep 29 2011 Hans de Goede <hdegoede@redhat.com> - 1:3.2.0-2
d6aca90
- Add Requires: gstreamer-plugins-bad-free for the camerabin element (#717872)
d6aca90
42aa421
* Tue Sep 27 2011 Ray <rstrode@redhat.com> - 1:3.2.0-1
42aa421
- Update to 3.2.0
42aa421
33bb6e4
* Wed Sep 21 2011 Brian Pepple <bpepple@fedoraproject.org> - 1:3.1.92-2
33bb6e4
- Rebuld for new libcogl.
4fd8de9
- Use old libgee api.
33bb6e4
7183577
* Tue Sep 20 2011 Matthias Clasen <mclasen@redhat.com> - 1:3.1.92-1
7183577
- Update to 3.1.92
7183577
5b5062b
* Tue Sep  6 2011 Matthias Clasen <mclasen@redhat.com> - 1:3.1.91.1-1
5b5062b
- Update to 3.1.91.1
5b5062b
6a7c507
* Tue Jul 26 2011 Matthias Clasen <mclasen@redhat.com> - 1:3.0.2-2
6a7c507
- Rebuild
6a7c507
bdaf924
* Mon Jul 25 2011 Matthias Clasen <mclasen@redhat.com> - 1:3.0.2-1
bdaf924
- Update to 3.0.2
bdaf924
9b68c82
* Wed Jun 29 2011 Julian Sikorski <belegdol@fedoraproject.org> - 1:3.0.1-3
9b68c82
- Removed RPATHS (RH #703636)
9b68c82
Bastien Nocera 6c577c0
* Wed Jun 15 2011 Bastien Nocera <bnocera@redhat.com> 3.0.1-2
Bastien Nocera 6c577c0
- Rebuild against newest gnome-desktop3
Bastien Nocera 6c577c0
786b00f
* Tue Apr 26 2011 Matthias Clasen <mclasen@redhat.com> 1:3.0.1-1
786b00f
- Update to 3.0.1
786b00f
7297fff
* Tue Apr  5 2011 Matthias Clasen <mclasen@redhat.com> 1:3.0.0-2
7297fff
- Add newer icons from upstream
7297fff
Christopher Aillon 91be89d
* Mon Apr  4 2011 Christopher Aillon <caillon@redhat.com> 1:3.0.0-1
Christopher Aillon 91be89d
- Update to 3.0
Christopher Aillon 91be89d
00330da
* Wed Mar 30 2011 Alexander Larsson <alexl@redhat.com> - 1:2.91.93-3
00330da
- Move gsettings schema to cheese-libs, fixes control-center crash (#691667)
00330da
- Move typelib to cheese-libs
00330da
Bastien Nocera 316a943
* Mon Mar 28 2011 Bastien Nocera <bnocera@redhat.com> 2.91.93-2
Bastien Nocera 316a943
- Add missing gnome-video-effects dependency
Bastien Nocera 316a943
Bastien Nocera 6b1fb14
* Fri Mar 25 2011 Bastien Nocera <bnocera@redhat.com> 2.91.93-1
Bastien Nocera 6b1fb14
- Update to 2.91.93
Bastien Nocera 6b1fb14
1ceccfe
* Tue Mar 22 2011 Matthias Clasen <mclasen@redhat.com> 1:2.91.92-1
1ceccfe
- Update to 2.91.92
1ceccfe
Bastien Nocera c18d92a
* Sat Mar 12 2011 Bastien Nocera <bnocera@redhat.com> 2.91.91.1-1
Bastien Nocera c18d92a
- Update to 2.91.91.1
Bastien Nocera c18d92a
c0c3811
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.91.4-2
c0c3811
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
c0c3811
Christopher Aillon e35c811
* Wed Feb  2 2011 Christopher Aillon <caillon@redhat.com> 1:2.91.4-1
Christopher Aillon e35c811
- Update to 2.91.4
Christopher Aillon e35c811
ae8dc94
* Mon Jan 10 2011 Matthias Clasen <mclasen@redhat.com> 1:2.91.3-1
ae8dc94
- Update to 2.91.3
ae8dc94
d10e745
* Thu Sep 30 2010 Matthias Clasen <mclasen@redhat.com> 1:2.32.0-1
d10e745
- Update to 2.32.0
d10e745
87dc7e9
* Tue Aug 31 2010 Matthias Clasen <mclasen@redhat.com> 1:2.31.91-1
87dc7e9
- Update to 2.31.91
87dc7e9
123ecd6
* Mon Aug 23 2010 Matthias Clasen <mclasen@redhat.com> 1:2.31.90-2
123ecd6
- Co-own /usr/share/gtk-doc
123ecd6
f922803
* Thu Aug 19 2010 Matthias Clasen <mclasen@redhat.com> 1:2.31.90-1
f922803
- Update to 2.31.90
f922803
12054ba
* Fri Aug 11 2010 Matthias Clasen <mclasen@redhat.com> 1:2.31.1-2
12054ba
- Add an epoch to stay ahead of F14
12054ba
c3c4001
* Fri Aug  6 2010 Matthias Clasen <mclasen@redhat.com> 2.31.1-1
c3c4001
- Update to 2.31.1
c3c4001
0d93370
* Tue Apr 27 2010 Matthias Clasen <mclasen@redhat.com> 2.30.1-1
0d93370
- Update to 2.30.1
0d93370
- Spec file cleanups
0d93370
81c5b9b
* Mon Mar 29 2010 Matthias Clasen <mclasen@redhat.com> 2.30.0-1
81c5b9b
- Update to 2.30.0
81c5b9b
e4bb9dc
* Wed Mar 24 2010 Bastien Nocera <bnocera@redhat.com> 2.29.92-4
e4bb9dc
- Fix possible crasher when countdown reaches zero
e4bb9dc
4b7c040
* Fri Mar 19 2010 Matthias Clasen <mclasen@redhat.com> 2.29.92-3
4b7c040
- Fix text rendering issues on the effects tab
4b7c040
6d5cda1
* Tue Mar 16 2010 Matthias Clasen <mclasen@redhat.com> 2.29.92-2
6d5cda1
- Use an existing icon
6d5cda1
ec9fd43
* Tue Mar 09 2010 Bastien Nocera <bnocera@redhat.com> 2.29.92-1
ec9fd43
- Update to 2.29.92
ec9fd43
62d8fee
* Tue Feb 09 2010 Bastien Nocera <bnocera@redhat.com> 2.29.90-2
62d8fee
- Fix include path, and missing requires for the pkg-config file
62d8fee
6f16eed
* Tue Feb 09 2010 Bastien Nocera <bnocera@redhat.com> 2.29.90-1
6f16eed
- Update to 2.29.90
6f16eed
8dbbfb0
* Sun Jan 17 2010 Matthias Clasen  <mclasen@redhat.com> 2.29.5-2
8dbbfb0
- Rebuild
8dbbfb0
adb4c72
* Tue Jan 12 2010 Matthias Clasen  <mclasen@redhat.com> 2.29.5-1
adb4c72
- Update to 2.29.5
adb4c72
a6aabbf
* Sun Sep 27 2009 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> 2.28.0-2
a6aabbf
- Update desktop file according to F-12 FedoraStudio feature
a6aabbf
13a38bd
* Mon Sep 21 2009 Matthias Clasen  <mclasen@redhat.com> 2.28.0-1
13a38bd
- Update to 2.28.0
13a38bd
a151af3
* Mon Sep  7 2009 Matthias Clasen  <mclasen@redhat.com> 2.27.92-1
a151af3
- Update to 2.27.92
a151af3
c364de8
* Mon Aug 24 2009 Matthias Clasen  <mclasen@redhat.com> 2.27.91-1
c364de8
- Update to 2.27.91
c364de8
cd9a709
* Sat Aug 22 2009 Matthias Clasen  <mclasen@redhat.com> 2.27.90-3
cd9a709
- Update sensitivity of menu items
cd9a709
39bf463
* Fri Aug 14 2009 Matthias Clasen  <mclasen@redhat.com> 2.27.90-2
39bf463
- Fix schemas file syntax
39bf463
a1908e2
* Tue Aug 11 2009 Matthias Clasen  <mclasen@redhat.com> 2.27.90-1
a1908e2
- Update to 2.27.90
a1908e2
aeb6af8
* Tue Jul 28 2009 Matthias Clasen  <mclasen@redhat.com> 2.27.5-1
aeb6af8
- Update to 2.27.5
aeb6af8
828a699
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.27.4-2
828a699
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
828a699
8e0b7bd
* Mon Jul 13 2009 Matthias Clasen  <mclasen@redhat.com> 2.27.4-1
8e0b7bd
- Update to 2.27.4
8e0b7bd
cadd066
* Tue Jun 16 2009 Matthias Clasen  <mclasen@redhat.com> 2.27.3-1
cadd066
- Update to 2.27.3
cadd066
a502a96
* Sun May 31 2009 Matthias Clasen  <mclasen@redhat.com> 2.27.2-1
a502a96
- Update to 2.27.2
a502a96
3746af8
* Fri May 15 2009 Matthias Clasen  <mclasen@redhat.com> 2.27.1-1
3746af8
- Update to 2.27.1
3746af8
1e4be04
* Mon Mar 16 2009 Matthias Clasen  <mclasen@redhat.com> 2.26.0-1
1e4be04
- Update to 2.26.0
1e4be04
3c60066
* Mon Mar  2 2009 Matthias Clasen  <mclasen@redhat.com> 2.25.92-1
3c60066
- Update to 2.25.92
3c60066
f010f85
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.25.91-2
f010f85
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
f010f85
5106d73
* Wed Feb 18 2009 Matthias Clasen  <mclasen@redhat.com> 2.25.91-1
5106d73
- Update to 2.25.91
5106d73
15cdc62
* Tue Feb  3 2009 Matthias Clasen  <mclasen@redhat.com> 2.25.90-1
15cdc62
- Update to 2.25.90
15cdc62
6893754
* Tue Jan  6 2009 Matthias Clasen  <mclasen@redhat.com> 2.25.4-1
6893754
- Update to 2.25.4
6893754
8c54fd1
* Wed Dec 17 2008 Matthias Clasen  <mclasen@redhat.com> 2.25.3-1
8c54fd1
- Update to 2.25.3
8c54fd1
e259a3d
* Wed Dec  3 2008 Matthias Clasen  <mclasen@redhat.com> 2.25.2-1
e259a3d
- Update to 2.25.2
e259a3d
31079a5
* Thu Nov 21 2008 Matthias Clasen  <mclasen@redhat.com> 2.25.1-4
31079a5
- Better URL
31079a5
9ac5876
* Thu Nov 13 2008 Matthias Clasen  <mclasen@redhat.com> 2.25.1-3
fa87caf
- Update to 2.25.1
fa87caf
3e63e1c
* Sun Nov  9 2008 Hans de Goede <hdegoede@redhat.com> 2.24.1-2
3e63e1c
- Fix cams which only support 1 resolution not working (rh470698, gnome560032)
3e63e1c
fdaf1a0
* Mon Oct 20 2008 Matthias Clasen  <mclasen@redhat.com> 2.24.1-1
fdaf1a0
- Update to 2.24.1
fdaf1a0
5713463
* Wed Oct  8 2008 Matthias Clasen  <mclasen@redhat.com> 2.24.0-2
5713463
- Save space
5713463
ada9db0
* Mon Sep 22 2008 Matthias Clasen  <mclasen@redhat.com> 2.24.0-1
ada9db0
- Update to 2.24.0
ada9db0
3fb10c7
* Tue Sep  9 2008 Matthias Clasen  <mclasen@redhat.com> 2.23.92-3
976767d
- Update to 2.23.92
976767d
- Drop upstreamed patches
976767d
fd29e9f
* Wed Sep  3 2008 Hans de Goede <hdegoede@redhat.com> 2.23.91-2
fd29e9f
- Fix use with multiple v4l devices (rh 460956, gnome 546868, gnome 547144)
fd29e9f
15539e8
* Tue Sep  2 2008 Matthias Clasen  <mclasen@redhat.com> 2.23.91-1
15539e8
- Update to 2.23.91
15539e8
a674818
* Fri Aug 22 2008 Matthias Clasen  <mclasen@redhat.com> 2.23.90-1
a674818
- Update to 2.23.90
a674818
9aa5252
* Tue Aug  5 2008 Matthias Clasen  <mclasen@redhat.com> 2.23.6-1
9aa5252
- Update to 2.23.6
9aa5252
d819029
* Tue Jul 22 2008 Matthias Clasen  <mclasen@redhat.com> 2.23.5-1
d819029
- Update to 2.23.5
d819029
70e307b
* Wed Jun 18 2008 Matthias Clasen  <mclasen@redhat.com> 2.23.4-1
70e307b
- Update to 2.23.4
70e307b
a551b1c
* Tue Jun  3 2008 Matthias Clasen  <mclasen@redhat.com> 2.23.3-1
a551b1c
- Update to 2.23.3
a551b1c
805e3be
* Tue May 13 2008 Matthias Clasen  <mclasen@redhat.com> 2.23.2-1
805e3be
- Update to 2.23.2
805e3be
fe623d7
* Fri Apr 25 2008 Matthias Clasen  <mclasen@redhat.com> 2.23.1-1
fe623d7
- Update to 2.23.1
fe623d7
fe623d7
* Tue Apr 22 2008 Matthias Clasen  <mclasen@redhat.com> 2.22.1-2
fe623d7
- Fix an invalid free
fe623d7
d989c73
* Mon Apr  7 2008 Matthias Clasen  <mclasen@redhat.com> 2.22.1-1
d989c73
- Update to 2.22.1
d989c73
d982266
* Mon Mar 10 2008 Matthias Clasen  <mclasen@redhat.com> 2.22.0-1
d982266
- Update to 2.22.0
d982266
60e7ab9
* Tue Feb 26 2008  Matthias Clasen  <mclasen@redhat.com> 2.21.92-1
60e7ab9
- Update to 2.21.92
60e7ab9
6952970
* Fri Feb 15 2008  Matthias Clasen  <mclasen@redhat.com> 2.21.91-3
6952970
- Fix a locking problem that causes the UI to freeze
6952970
b6822d0
* Fri Feb  8 2008  Matthias Clasen  <mclasen@redhat.com> 2.21.91-2
b6822d0
- Rebuild for gcc 4.3
b6822d0
e12c07e
* Tue Jan 29 2008  Matthias Clasen  <mclasen@redhat.com> 2.21.91-1
e12c07e
- Update to 2.21.91
e12c07e
b0c96ad
* Mon Jan 14 2008  Matthias Clasen  <mclasen@redhat.com> 2.21.5-1
b0c96ad
- Update to 2.21.5
b0c96ad
4c09390
* Mon Dec 24 2007  Matthias Clasen  <mclasen@redhat.com> 0.3.0-1
4c09390
- Update to 0.3.0
4c09390
420a4c2
* Fri Sep  7 2007  Matthias Clasen  <mclasen@redhat.com> 0.2.4-2
420a4c2
- package review feedback
420a4c2
420a4c2
* Thu Sep  6 2007  Matthias Clasen  <mclasen@redhat.com> 0.2.4-1
420a4c2
- Initial packages