ecdf9b
Name:           cheese
ecdf9b
Epoch:          2
fc8382
Version:        3.28.0
fc8382
Release:        1%{?dist}
ecdf9b
Summary:        Application for taking pictures and movies from a webcam
ecdf9b
ecdf9b
License:        GPLv2+
ef1652
URL:            https://wiki.gnome.org/Apps/Cheese
fc8382
Source0:        https://download.gnome.org/sources/%{name}/3.28/%{name}-%{version}.tar.xz
ef1652
ef1652
BuildRequires:  chrpath
ef1652
BuildRequires:  desktop-file-utils
ef1652
BuildRequires:  docbook-dtds
ef1652
BuildRequires:  docbook-style-xsl
ef1652
BuildRequires:  gettext
ef1652
BuildRequires:  intltool
ef1652
BuildRequires:  itstool
ef1652
BuildRequires:  libXtst-devel
fc8382
BuildRequires:  vala
ef1652
BuildRequires:  pkgconfig(clutter-1.0)
7a1436
BuildRequires:  pkgconfig(clutter-gst-3.0)
ef1652
BuildRequires:  pkgconfig(clutter-gtk-1.0)
ef1652
BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
ef1652
BuildRequires:  pkgconfig(gio-2.0)
ef1652
BuildRequires:  pkgconfig(glib-2.0)
fc8382
BuildRequires:  pkgconfig(gnome-desktop-3.0) >= 3.27.90
ef1652
BuildRequires:  pkgconfig(gobject-introspection-1.0)
ef1652
BuildRequires:  pkgconfig(gtk+-3.0)
ef1652
BuildRequires:  pkgconfig(gstreamer-pbutils-1.0)
ef1652
BuildRequires:  pkgconfig(gstreamer-plugins-bad-1.0)
ef1652
BuildRequires:  pkgconfig(libcanberra-gtk3)
ef1652
BuildRequires:  pkgconfig(x11)
7a1436
BuildRequires:  /usr/bin/appstream-util
ef1652
BuildRequires:  /usr/bin/xsltproc
ecdf9b
ecdf9b
Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}
ecdf9b
Requires: gstreamer1-plugins-good
ecdf9b
Requires: gstreamer1-plugins-bad-free
ecdf9b
Requires: gnome-video-effects
ecdf9b
ecdf9b
%description
ecdf9b
Cheese is a Photobooth-inspired GNOME application for taking pictures and
ecdf9b
videos from a webcam. It can also apply fancy graphical effects.
ecdf9b
ecdf9b
%package libs
ecdf9b
Summary:        Webcam display and capture widgets
ecdf9b
License:        GPLv2+
fc8382
# Camera service was removed upstream in 3.25.90
fc8382
Obsoletes: cheese-camera-service < 2:3.25.90
ecdf9b
ecdf9b
%description libs
ecdf9b
This package contains libraries needed for applications that
ecdf9b
want to display a webcam in their interface.
ecdf9b
ecdf9b
%package libs-devel
ecdf9b
Summary:        Development files for %{name}-libs
ecdf9b
License:        GPLv2+
ecdf9b
Requires:       %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}
ecdf9b
ecdf9b
%description libs-devel
ecdf9b
This package contains the libraries and header files that are needed
ecdf9b
for writing applications that require a webcam display widget.
ecdf9b
ef1652
ecdf9b
%prep
ecdf9b
%setup -q
ecdf9b
ecdf9b
ecdf9b
%build
ef1652
%configure --disable-static
ef1652
make V=1 %{?_smp_mflags}
ecdf9b
ecdf9b
ecdf9b
%install
7a1436
%make_install
ecdf9b
ef1652
rm -f %{buildroot}%{_libdir}/libcheese.{a,la}
ef1652
rm -f %{buildroot}%{_libdir}/libcheese-gtk.{a,la}
ecdf9b
ecdf9b
%find_lang %{name} --with-gnome
ecdf9b
ef1652
chrpath --delete %{buildroot}%{_bindir}/cheese
ef1652
chrpath --delete %{buildroot}%{_libdir}/libcheese-gtk.so.*
ef1652
ef1652
ef1652
%check
ef1652
desktop-file-validate %{buildroot}%{_datadir}/applications/org.gnome.Cheese.desktop
ef1652
ecdf9b
ecdf9b
%post
ecdf9b
touch --no-create %{_datadir}/icons/hicolor >&/dev/null || :
ecdf9b
ecdf9b
ecdf9b
%postun
ecdf9b
if [ $1 -eq 0 ]; then
ecdf9b
  touch --no-create %{_datadir}/icons/hicolor >&/dev/null || :
ecdf9b
  gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
ecdf9b
fi
ecdf9b
ef1652
ecdf9b
%posttrans
ecdf9b
gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
ecdf9b
ef1652
ecdf9b
%post libs
ecdf9b
/sbin/ldconfig
ecdf9b
if [ $1 -eq 1 ] ; then
ecdf9b
    glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
ecdf9b
fi
ecdf9b
ef1652
ecdf9b
%postun libs
ecdf9b
/sbin/ldconfig
ecdf9b
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
ecdf9b
ef1652
ecdf9b
%files
ecdf9b
%doc AUTHORS README
ecdf9b
%{_bindir}/cheese
ef1652
%{_datadir}/applications/org.gnome.Cheese.desktop
7a1436
%{_datadir}/icons/hicolor/*/apps/org.gnome.Cheese.png
7a1436
%{_datadir}/icons/hicolor/symbolic/apps/org.gnome.Cheese-symbolic.svg
ef1652
%{_datadir}/appdata/org.gnome.Cheese.appdata.xml
ef1652
%{_datadir}/dbus-1/services/org.gnome.Cheese.service
7a1436
%{_mandir}/man1/cheese.1*
ecdf9b
ecdf9b
%files -f %{name}.lang libs
7a1436
%license COPYING
ecdf9b
%{_libdir}/libcheese.so.*
ecdf9b
%{_libdir}/libcheese-gtk.so.*
ecdf9b
%{_datadir}/glib-2.0/schemas/org.gnome.Cheese.gschema.xml
ecdf9b
%{_libdir}/girepository-1.0/Cheese-3.0.typelib
ecdf9b
ecdf9b
%files libs-devel
ecdf9b
%{_libdir}/libcheese.so
ecdf9b
%{_libdir}/libcheese-gtk.so
ecdf9b
%{_includedir}/cheese/
ecdf9b
%{_datadir}/gtk-doc/
ecdf9b
%{_libdir}/pkgconfig/cheese.pc
ecdf9b
%{_libdir}/pkgconfig/cheese-gtk.pc
ecdf9b
%{_datadir}/gir-1.0/Cheese-3.0.gir
ecdf9b
ef1652
ecdf9b
%changelog
fc8382
* Mon Mar 12 2018 Kalev Lember <klember@redhat.com> - 2:3.28.0-1
fc8382
- Update to 3.28.0
fc8382
- Resolves: #1567170
fc8382
1b634c
* Thu Oct 19 2017 David King <dking@redhat.com> - 3.22.1-2
1b634c
- Fix a device argument crash (#1444760)
1b634c
7a1436
* Wed Oct 19 2016 Kalev Lember <klember@redhat.com> - 2:3.22.1-1
7a1436
- Update to 3.22.1
7a1436
- Resolves: #1386826
7a1436
ef1652
* Fri May 15 2015 Matthias Clasen <mclasen@redhat.com> 3.14.2-5
ef1652
- Tighten inter-subpackage deps to pacify rpmdiff
ef1652
Related: #1174584
ef1652
ef1652
* Wed May 13 2015 Debarshi Ray <rishi@fedoraproject.org> 3.14.2-4
ef1652
- Restore desktop file validation
ef1652
  Related: #1174584
ef1652
ef1652
* Wed May 13 2015 Debarshi Ray <rishi@fedoraproject.org> 3.14.2-3
ef1652
- Rebuild for cogl update
ef1652
- Disable desktop file validation
ef1652
  Related: #1174584
ef1652
ef1652
* Thu May 07 2015 Ray Strode <rstrode@redhat.com> 3.14.2-2
ef1652
- Rebuild for gnome-desktop update
ef1652
  Related: #1174584
ef1652
ef1652
* Mon Mar 23 2015 Richard Hughes <rhughes@redhat.com> - 2:3.14.2-1
ef1652
- Update to 3.14.2
ef1652
- Resolves: #1174584
ef1652
4ea86b
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 2:3.8.2-7
4ea86b
- Mass rebuild 2014-01-24
4ea86b
4ea86b
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 2:3.8.2-6
4ea86b
- Mass rebuild 2013-12-27
4ea86b
ecdf9b
* Tue Jul 16 2013 Matthias Clasen <mclasen@redhat.com> - 2:3.8.2-5
ecdf9b
- Remove live image hack that causes multilib problems
ecdf9b
ecdf9b
* Thu Jun 20 2013 Hans de Goede <hdegoede@redhat.com> - 2:3.8.2-4
ecdf9b
- Fix misbehavior when started without a camera
ecdf9b
- Don't crash when the (last) camera gets unplugged
ecdf9b
- Automatically use a newly plugged camera when going from 0 to 1 cameras
ecdf9b
- Misc. other bugfixes
ecdf9b
ecdf9b
* Mon Jun 17 2013 Hans de Goede <hdegoede@redhat.com> - 2:3.8.2-3
ecdf9b
- Add a number of bug-fixes to deal better with high res cams (#873434)
ecdf9b
- Fix cheese-introduction.png being in both cheese and cheese-libs (#893756)
ecdf9b
- Put the COPYING file in the docs for cheese-libs (#893800)
ecdf9b
- Fix the flash when taking a photo being dark grey instead of white (#965813)
ecdf9b
- Fix needing to press the effects button twice to select effects after
ecdf9b
  selecting an effect for the first time
ecdf9b
- Various other bug-fixes
ecdf9b
ecdf9b
* Tue May 14 2013 Matthias Clasen <mclasen@redhat.com> - 2:3.8.2-2
ecdf9b
- Conserve space by shrinking images
ecdf9b
ecdf9b
* Mon May 13 2013 Matthias Clasen <mclasen@redhat.com> - 2:3.8.2-1
ecdf9b
- Update to 3.8.2
ecdf9b
ecdf9b
* Mon Apr 15 2013 Kalev Lember <kalevlember@gmail.com> - 2:3.8.1-1
ecdf9b
- Update to 3.8.1
ecdf9b
ecdf9b
* Tue Mar 26 2013 Kalev Lember <kalevlember@gmail.com> - 2:3.8.0-1
ecdf9b
- Update to 3.8.0
ecdf9b
ecdf9b
* Wed Mar 20 2013 Kalev Lember <kalevlember@gmail.com> - 2:3.7.92-2
ecdf9b
- Rebuilt for clutter-gtk soname bump
ecdf9b
ecdf9b
* Wed Mar 20 2013 Richard Hughes <rhughes@redhat.com> - 2:3.7.92-1
ecdf9b
- Update to 3.7.92
ecdf9b
ecdf9b
* Wed Mar  6 2013 Matthias Clasen <mclasen@redhat.com> - 2:3.7.91-1
ecdf9b
- Update to 3.7.91
ecdf9b
ecdf9b
* Thu Feb 21 2013 Kalev Lember <kalevlember@gmail.com> - 2:3.7.90-3
ecdf9b
- Rebuilt for cogl soname bump
ecdf9b
ecdf9b
* Wed Feb 20 2013 Kalev Lember <kalevlember@gmail.com> - 2:3.7.90-2
ecdf9b
- Rebuilt for libgnome-desktop soname bump
ecdf9b
ecdf9b
* Tue Feb 19 2013 Richard Hughes <rhughes@redhat.com> - 2:3.7.90-1
ecdf9b
- Update to 3.7.90
ecdf9b
ecdf9b
* Fri Jan 25 2013 Peter Robinson <pbrobinson@fedoraproject.org> 2:3.7.4-2
ecdf9b
- Rebuild for new cogl
ecdf9b
ecdf9b
* Wed Jan 16 2013 Richard Hughes <hughsient@gmail.com> - 2:3.7.4-1
ecdf9b
- Update to 3.7.4
ecdf9b
ecdf9b
* Thu Dec 20 2012 Kalev Lember <kalevlember@gmail.com> - 2:3.7.3-1
ecdf9b
- Update to 3.7.3
ecdf9b
ecdf9b
* Tue Nov 13 2012 Kalev Lember <kalevlember@gmail.com> - 2:3.6.2-1
ecdf9b
- Update to 3.6.2
ecdf9b
ecdf9b
* Wed Oct 17 2012 Kalev Lember <kalevlember@gmail.com> - 2:3.6.1-1
ecdf9b
- Update to 3.6.1
ecdf9b
ecdf9b
* Tue Sep 25 2012 Richard Hughes <hughsient@gmail.com> - 2:3.6.0-1
ecdf9b
- Update to 3.6.0
ecdf9b
ecdf9b
* Wed Sep 19 2012 Richard Hughes <hughsient@gmail.com> - 2:3.5.92-1
ecdf9b
- Update to 3.5.92
ecdf9b
ecdf9b
* Thu Sep  6 2012 Matthias Clasen <mclasen@redhat.com> - 2:3.5.91-1
ecdf9b
- Update to 3.5.91
ecdf9b
- Drop upstreamed patches
ecdf9b
ecdf9b
* Tue Aug 28 2012 Matthias Clasen <mclasen@redhat.com> - 2:3.5.5-2
ecdf9b
- Rebuild against new cogl/clutter
ecdf9b
ecdf9b
* Wed Aug 22 2012 Hans de Goede <hdegoede@redhat.com> - 2:3.5.5-1
ecdf9b
- New upstream release 3.5.5
ecdf9b
- Fix cheese crashing on tvcards which report they can capture 0x0 as
ecdf9b
  minimum resolution (rhbz#850505)
ecdf9b
ecdf9b
* Tue Aug 21 2012 Brian Pepple <bpepple@fedoraproject.org> - 2:3.5.2-6
ecdf9b
- Rebuild for new libcogl.
ecdf9b
ecdf9b
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:3.5.2-5
ecdf9b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
ecdf9b
ecdf9b
* Tue Jun 19 2012 Hans de Goede <hdegoede@redhat.com> - 2:3.4.2-3
ecdf9b
- Reduce camerabin pipeline creation time (rhbz#797188, gnome#677731)
ecdf9b
- Don't add 0 byte sized files to the thumb-view (rhbz#830166, gnome#677735)
ecdf9b
- Fix sizing of horizontal thumbnail list (rhbz#829957)
ecdf9b
- Optimize encoding parameters (rhbz#572169)
ecdf9b
ecdf9b
* Wed Jun 13 2012 Owen Taylor <otaylor@redhat.com> - 2:3.5.2-3
ecdf9b
- Require matching version of cheese-libs for cheese
ecdf9b
ecdf9b
* Thu Jun 07 2012 Matthias Clasen <mclasen@redhat.com> - 2:3.5.2-2
ecdf9b
- Rebuild against new gnome-desktop
ecdf9b
ecdf9b
* Thu Jun 07 2012 Richard Hughes <hughsient@gmail.com> - 2:3.5.2-1
ecdf9b
- Update to 3.5.2
ecdf9b
ecdf9b
* Tue Jun  5 2012 Hans de Goede <hdegoede@redhat.com> - 2:3.5.1-2
ecdf9b
- Fix missing images on buttons, also fixes the "Gtk-WARNING **: Attempting to
ecdf9b
  add a widget with type GtkImage to a GtkButton ..." warnings (gnome#677543)
ecdf9b
- Fix cheese crashing when started on machines with v4l2 radio or vbi devices
ecdf9b
  (rhbz#810429, gnome#677544)
ecdf9b
ecdf9b
* Sun May 06 2012 Kalev Lember <kalevlember@gmail.com> - 2:3.5.1-1
ecdf9b
- Update to 3.5.1
ecdf9b
ecdf9b
* Tue Apr 17 2012 Kalev Lember <kalevlember@gmail.com> - 2:3.4.1-1
ecdf9b
- Update to 3.4.1
ecdf9b
ecdf9b
* Tue Mar 27 2012 Richard Hughes <hughsient@gmail.com> - 2:3.4.0-1
ecdf9b
- Update to 3.4.0
ecdf9b
ecdf9b
* Wed Mar 14 2012 Brian Pepple <bpepple@fedoraproject.org> - 2:3.3.5-2
ecdf9b
- Rebuild for new cogl
ecdf9b
ecdf9b
* Tue Feb  7 2012 Matthias Clasen <mclasen@redhat.com> - 2:3.3.5-1
ecdf9b
- Update to 3.3.5
ecdf9b
ecdf9b
* Tue Jan 17 2012 Matthias Clasen <mclasen@redhat.com> - 2:3.3.4-1
ecdf9b
- Update to 3.3.4
ecdf9b
ecdf9b
* Mon Jan 16 2012 Matthias Clasen <mclasen@redhat.com> - 2:3.3.3-3
ecdf9b
- Add a BuildRequires for itstool
ecdf9b
ecdf9b
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:3.3.3-2
ecdf9b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
ecdf9b
ecdf9b
* Wed Dec 21 2011 Matthias Clasen <mclasen@redhat.com> - 2:3.3.3-1
ecdf9b
- Update to 3.3.3
ecdf9b
ecdf9b
* Thu Nov 24 2011 Matthias Clasen <mclasen@redhat.com> - 1:3.3.2-2
ecdf9b
- Rebuild against new clutter
ecdf9b
ecdf9b
* Tue Nov 22 2011 Tomas Bzatek <tbzatek@redhat.com> - 1:3.3.2-1
ecdf9b
- Update to 3.3.2
ecdf9b
ecdf9b
* Wed Nov  2 2011 Matthias Clasen <mclasen@redhat.com> - 1:3.3.1-1
ecdf9b
- Update to 3.3.1-1
ecdf9b
ecdf9b
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.2.1-2
ecdf9b
- Rebuilt for glibc bug#747377
ecdf9b
ecdf9b
* Tue Oct 18 2011 Matthias Clasen <mclasen@redhat.com> - 1:3.2.1-1
ecdf9b
- Update to 3.2.1
ecdf9b
ecdf9b
* Thu Sep 29 2011 Hans de Goede <hdegoede@redhat.com> - 1:3.2.0-2
ecdf9b
- Add Requires: gstreamer-plugins-bad-free for the camerabin element (#717872)
ecdf9b
ecdf9b
* Tue Sep 27 2011 Ray <rstrode@redhat.com> - 1:3.2.0-1
ecdf9b
- Update to 3.2.0
ecdf9b
ecdf9b
* Wed Sep 21 2011 Brian Pepple <bpepple@fedoraproject.org> - 1:3.1.92-2
ecdf9b
- Rebuld for new libcogl.
ecdf9b
- Use old libgee api.
ecdf9b
ecdf9b
* Tue Sep 20 2011 Matthias Clasen <mclasen@redhat.com> - 1:3.1.92-1
ecdf9b
- Update to 3.1.92
ecdf9b
ecdf9b
* Tue Sep  6 2011 Matthias Clasen <mclasen@redhat.com> - 1:3.1.91.1-1
ecdf9b
- Update to 3.1.91.1
ecdf9b
ecdf9b
* Tue Jul 26 2011 Matthias Clasen <mclasen@redhat.com> - 1:3.0.2-2
ecdf9b
- Rebuild
ecdf9b
ecdf9b
* Mon Jul 25 2011 Matthias Clasen <mclasen@redhat.com> - 1:3.0.2-1
ecdf9b
- Update to 3.0.2
ecdf9b
ecdf9b
* Wed Jun 29 2011 Julian Sikorski <belegdol@fedoraproject.org> - 1:3.0.1-3
ecdf9b
- Removed RPATHS (RH #703636)
ecdf9b
ecdf9b
* Wed Jun 15 2011 Bastien Nocera <bnocera@redhat.com> 3.0.1-2
ecdf9b
- Rebuild against newest gnome-desktop3
ecdf9b
ecdf9b
* Tue Apr 26 2011 Matthias Clasen <mclasen@redhat.com> 1:3.0.1-1
ecdf9b
- Update to 3.0.1
ecdf9b
ecdf9b
* Tue Apr  5 2011 Matthias Clasen <mclasen@redhat.com> 1:3.0.0-2
ecdf9b
- Add newer icons from upstream
ecdf9b
ecdf9b
* Mon Apr  4 2011 Christopher Aillon <caillon@redhat.com> 1:3.0.0-1
ecdf9b
- Update to 3.0
ecdf9b
ecdf9b
* Wed Mar 30 2011 Alexander Larsson <alexl@redhat.com> - 1:2.91.93-3
ecdf9b
- Move gsettings schema to cheese-libs, fixes control-center crash (#691667)
ecdf9b
- Move typelib to cheese-libs
ecdf9b
ecdf9b
* Mon Mar 28 2011 Bastien Nocera <bnocera@redhat.com> 2.91.93-2
ecdf9b
- Add missing gnome-video-effects dependency
ecdf9b
ecdf9b
* Fri Mar 25 2011 Bastien Nocera <bnocera@redhat.com> 2.91.93-1
ecdf9b
- Update to 2.91.93
ecdf9b
ecdf9b
* Tue Mar 22 2011 Matthias Clasen <mclasen@redhat.com> 1:2.91.92-1
ecdf9b
- Update to 2.91.92
ecdf9b
ecdf9b
* Sat Mar 12 2011 Bastien Nocera <bnocera@redhat.com> 2.91.91.1-1
ecdf9b
- Update to 2.91.91.1
ecdf9b
ecdf9b
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.91.4-2
ecdf9b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
ecdf9b
ecdf9b
* Wed Feb  2 2011 Christopher Aillon <caillon@redhat.com> 1:2.91.4-1
ecdf9b
- Update to 2.91.4
ecdf9b
ecdf9b
* Mon Jan 10 2011 Matthias Clasen <mclasen@redhat.com> 1:2.91.3-1
ecdf9b
- Update to 2.91.3
ecdf9b
ecdf9b
* Thu Sep 30 2010 Matthias Clasen <mclasen@redhat.com> 1:2.32.0-1
ecdf9b
- Update to 2.32.0
ecdf9b
ecdf9b
* Tue Aug 31 2010 Matthias Clasen <mclasen@redhat.com> 1:2.31.91-1
ecdf9b
- Update to 2.31.91
ecdf9b
ecdf9b
* Mon Aug 23 2010 Matthias Clasen <mclasen@redhat.com> 1:2.31.90-2
ecdf9b
- Co-own /usr/share/gtk-doc
ecdf9b
ecdf9b
* Thu Aug 19 2010 Matthias Clasen <mclasen@redhat.com> 1:2.31.90-1
ecdf9b
- Update to 2.31.90
ecdf9b
ecdf9b
* Wed Aug 11 2010 Matthias Clasen <mclasen@redhat.com> 1:2.31.1-2
ecdf9b
- Add an epoch to stay ahead of F14
ecdf9b
ecdf9b
* Fri Aug  6 2010 Matthias Clasen <mclasen@redhat.com> 2.31.1-1
ecdf9b
- Update to 2.31.1
ecdf9b
ecdf9b
* Tue Apr 27 2010 Matthias Clasen <mclasen@redhat.com> 2.30.1-1
ecdf9b
- Update to 2.30.1
ecdf9b
- Spec file cleanups
ecdf9b
ecdf9b
* Mon Mar 29 2010 Matthias Clasen <mclasen@redhat.com> 2.30.0-1
ecdf9b
- Update to 2.30.0
ecdf9b
ecdf9b
* Wed Mar 24 2010 Bastien Nocera <bnocera@redhat.com> 2.29.92-4
ecdf9b
- Fix possible crasher when countdown reaches zero
ecdf9b
ecdf9b
* Fri Mar 19 2010 Matthias Clasen <mclasen@redhat.com> 2.29.92-3
ecdf9b
- Fix text rendering issues on the effects tab
ecdf9b
ecdf9b
* Tue Mar 16 2010 Matthias Clasen <mclasen@redhat.com> 2.29.92-2
ecdf9b
- Use an existing icon
ecdf9b
ecdf9b
* Tue Mar 09 2010 Bastien Nocera <bnocera@redhat.com> 2.29.92-1
ecdf9b
- Update to 2.29.92
ecdf9b
ecdf9b
* Tue Feb 09 2010 Bastien Nocera <bnocera@redhat.com> 2.29.90-2
ecdf9b
- Fix include path, and missing requires for the pkg-config file
ecdf9b
ecdf9b
* Tue Feb 09 2010 Bastien Nocera <bnocera@redhat.com> 2.29.90-1
ecdf9b
- Update to 2.29.90
ecdf9b
ecdf9b
* Sun Jan 17 2010 Matthias Clasen  <mclasen@redhat.com> 2.29.5-2
ecdf9b
- Rebuild
ecdf9b
ecdf9b
* Tue Jan 12 2010 Matthias Clasen  <mclasen@redhat.com> 2.29.5-1
ecdf9b
- Update to 2.29.5
ecdf9b
ecdf9b
* Sun Sep 27 2009 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> 2.28.0-2
ecdf9b
- Update desktop file according to F-12 FedoraStudio feature
ecdf9b
ecdf9b
* Mon Sep 21 2009 Matthias Clasen  <mclasen@redhat.com> 2.28.0-1
ecdf9b
- Update to 2.28.0
ecdf9b
ecdf9b
* Mon Sep  7 2009 Matthias Clasen  <mclasen@redhat.com> 2.27.92-1
ecdf9b
- Update to 2.27.92
ecdf9b
ecdf9b
* Mon Aug 24 2009 Matthias Clasen  <mclasen@redhat.com> 2.27.91-1
ecdf9b
- Update to 2.27.91
ecdf9b
ecdf9b
* Sat Aug 22 2009 Matthias Clasen  <mclasen@redhat.com> 2.27.90-3
ecdf9b
- Update sensitivity of menu items
ecdf9b
ecdf9b
* Fri Aug 14 2009 Matthias Clasen  <mclasen@redhat.com> 2.27.90-2
ecdf9b
- Fix schemas file syntax
ecdf9b
ecdf9b
* Tue Aug 11 2009 Matthias Clasen  <mclasen@redhat.com> 2.27.90-1
ecdf9b
- Update to 2.27.90
ecdf9b
ecdf9b
* Tue Jul 28 2009 Matthias Clasen  <mclasen@redhat.com> 2.27.5-1
ecdf9b
- Update to 2.27.5
ecdf9b
ecdf9b
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.27.4-2
ecdf9b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
ecdf9b
ecdf9b
* Mon Jul 13 2009 Matthias Clasen  <mclasen@redhat.com> 2.27.4-1
ecdf9b
- Update to 2.27.4
ecdf9b
ecdf9b
* Tue Jun 16 2009 Matthias Clasen  <mclasen@redhat.com> 2.27.3-1
ecdf9b
- Update to 2.27.3
ecdf9b
ecdf9b
* Sun May 31 2009 Matthias Clasen  <mclasen@redhat.com> 2.27.2-1
ecdf9b
- Update to 2.27.2
ecdf9b
ecdf9b
* Fri May 15 2009 Matthias Clasen  <mclasen@redhat.com> 2.27.1-1
ecdf9b
- Update to 2.27.1
ecdf9b
ecdf9b
* Mon Mar 16 2009 Matthias Clasen  <mclasen@redhat.com> 2.26.0-1
ecdf9b
- Update to 2.26.0
ecdf9b
ecdf9b
* Mon Mar  2 2009 Matthias Clasen  <mclasen@redhat.com> 2.25.92-1
ecdf9b
- Update to 2.25.92
ecdf9b
ecdf9b
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.25.91-2
ecdf9b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
ecdf9b
ecdf9b
* Wed Feb 18 2009 Matthias Clasen  <mclasen@redhat.com> 2.25.91-1
ecdf9b
- Update to 2.25.91
ecdf9b
ecdf9b
* Tue Feb  3 2009 Matthias Clasen  <mclasen@redhat.com> 2.25.90-1
ecdf9b
- Update to 2.25.90
ecdf9b
ecdf9b
* Tue Jan  6 2009 Matthias Clasen  <mclasen@redhat.com> 2.25.4-1
ecdf9b
- Update to 2.25.4
ecdf9b
ecdf9b
* Wed Dec 17 2008 Matthias Clasen  <mclasen@redhat.com> 2.25.3-1
ecdf9b
- Update to 2.25.3
ecdf9b
ecdf9b
* Wed Dec  3 2008 Matthias Clasen  <mclasen@redhat.com> 2.25.2-1
ecdf9b
- Update to 2.25.2
ecdf9b
ecdf9b
* Fri Nov 21 2008 Matthias Clasen  <mclasen@redhat.com> 2.25.1-4
ecdf9b
- Better URL
ecdf9b
ecdf9b
* Thu Nov 13 2008 Matthias Clasen  <mclasen@redhat.com> 2.25.1-3
ecdf9b
- Update to 2.25.1
ecdf9b
ecdf9b
* Sun Nov  9 2008 Hans de Goede <hdegoede@redhat.com> 2.24.1-2
ecdf9b
- Fix cams which only support 1 resolution not working (rh470698, gnome560032)
ecdf9b
ecdf9b
* Mon Oct 20 2008 Matthias Clasen  <mclasen@redhat.com> 2.24.1-1
ecdf9b
- Update to 2.24.1
ecdf9b
ecdf9b
* Wed Oct  8 2008 Matthias Clasen  <mclasen@redhat.com> 2.24.0-2
ecdf9b
- Save space
ecdf9b
ecdf9b
* Mon Sep 22 2008 Matthias Clasen  <mclasen@redhat.com> 2.24.0-1
ecdf9b
- Update to 2.24.0
ecdf9b
ecdf9b
* Tue Sep  9 2008 Matthias Clasen  <mclasen@redhat.com> 2.23.92-3
ecdf9b
- Update to 2.23.92
ecdf9b
- Drop upstreamed patches
ecdf9b
ecdf9b
* Wed Sep  3 2008 Hans de Goede <hdegoede@redhat.com> 2.23.91-2
ecdf9b
- Fix use with multiple v4l devices (rh 460956, gnome 546868, gnome 547144)
ecdf9b
ecdf9b
* Tue Sep  2 2008 Matthias Clasen  <mclasen@redhat.com> 2.23.91-1
ecdf9b
- Update to 2.23.91
ecdf9b
ecdf9b
* Fri Aug 22 2008 Matthias Clasen  <mclasen@redhat.com> 2.23.90-1
ecdf9b
- Update to 2.23.90
ecdf9b
ecdf9b
* Tue Aug  5 2008 Matthias Clasen  <mclasen@redhat.com> 2.23.6-1
ecdf9b
- Update to 2.23.6
ecdf9b
ecdf9b
* Tue Jul 22 2008 Matthias Clasen  <mclasen@redhat.com> 2.23.5-1
ecdf9b
- Update to 2.23.5
ecdf9b
ecdf9b
* Wed Jun 18 2008 Matthias Clasen  <mclasen@redhat.com> 2.23.4-1
ecdf9b
- Update to 2.23.4
ecdf9b
ecdf9b
* Tue Jun  3 2008 Matthias Clasen  <mclasen@redhat.com> 2.23.3-1
ecdf9b
- Update to 2.23.3
ecdf9b
ecdf9b
* Tue May 13 2008 Matthias Clasen  <mclasen@redhat.com> 2.23.2-1
ecdf9b
- Update to 2.23.2
ecdf9b
ecdf9b
* Fri Apr 25 2008 Matthias Clasen  <mclasen@redhat.com> 2.23.1-1
ecdf9b
- Update to 2.23.1
ecdf9b
ecdf9b
* Tue Apr 22 2008 Matthias Clasen  <mclasen@redhat.com> 2.22.1-2
ecdf9b
- Fix an invalid free
ecdf9b
ecdf9b
* Mon Apr  7 2008 Matthias Clasen  <mclasen@redhat.com> 2.22.1-1
ecdf9b
- Update to 2.22.1
ecdf9b
ecdf9b
* Mon Mar 10 2008 Matthias Clasen  <mclasen@redhat.com> 2.22.0-1
ecdf9b
- Update to 2.22.0
ecdf9b
ecdf9b
* Tue Feb 26 2008  Matthias Clasen  <mclasen@redhat.com> 2.21.92-1
ecdf9b
- Update to 2.21.92
ecdf9b
ecdf9b
* Fri Feb 15 2008  Matthias Clasen  <mclasen@redhat.com> 2.21.91-3
ecdf9b
- Fix a locking problem that causes the UI to freeze
ecdf9b
ecdf9b
* Fri Feb  8 2008  Matthias Clasen  <mclasen@redhat.com> 2.21.91-2
ecdf9b
- Rebuild for gcc 4.3
ecdf9b
ecdf9b
* Tue Jan 29 2008  Matthias Clasen  <mclasen@redhat.com> 2.21.91-1
ecdf9b
- Update to 2.21.91
ecdf9b
ecdf9b
* Mon Jan 14 2008  Matthias Clasen  <mclasen@redhat.com> 2.21.5-1
ecdf9b
- Update to 2.21.5
ecdf9b
ecdf9b
* Mon Dec 24 2007  Matthias Clasen  <mclasen@redhat.com> 0.3.0-1
ecdf9b
- Update to 0.3.0
ecdf9b
ecdf9b
* Fri Sep  7 2007  Matthias Clasen  <mclasen@redhat.com> 0.2.4-2
ecdf9b
- package review feedback
ecdf9b
ecdf9b
* Thu Sep  6 2007  Matthias Clasen  <mclasen@redhat.com> 0.2.4-1
ecdf9b
- Initial packages