--- cheese-2.26.0.orig/debian/watch +++ cheese-2.26.0/debian/watch @@ -0,0 +1,3 @@ +version=3 + +http://ftp.gnome.org/pub/GNOME/sources/cheese/([0-9].*)/cheese-([0-9].*).tar.gz debian uupdate --- cheese-2.26.0.orig/debian/changelog +++ cheese-2.26.0/debian/changelog @@ -0,0 +1,304 @@ +cheese (2.26.0-0ubuntu1) jaunty; urgency=low + + * New upstream release (LP: #345143) + - Lock gdk mutex in photo-saved and video-saved callbacks Those signals are emitted + within a gstreamer callback so outside the mainloop, hence the need for locking. + This fixes the flash locking issue and also the one about the grey thumbview + right after the flash. + - updated translations + + -- Andreas Moog Thu, 19 Mar 2009 00:24:22 +0100 + +cheese (2.25.92-0ubuntu1) jaunty; urgency=low + + * New upstream release (LP: #337938) + - Remove g_error calls where the error is not supposed to abort + execution. Replace them with more suited g_warnings. Fixes bug #562179 + - Print cheese verbose messages even if log dir doesn't exist. + Fixes bug #573573 + - Replace deprecated gtk symbols with hildon. Bug #571383 + + -- Ken VanDine Wed, 04 Mar 2009 16:12:47 -0500 + +cheese (2.25.90-0ubuntu1) jaunty; urgency=low + + * New upstream release. (LP: #324964) + * Drop debian/patches/40_german.patch + - Fixed upstream + + -- Andrew Starr-Bochicchio Tue, 03 Feb 2009 13:06:53 -0500 + +cheese (2.25.4-0ubuntu1) jaunty; urgency=low + + * New upstream release. (LP: #314194) + * debian/control: + - Bump Build-dep on libgtk2.0-dev to (>=2.14.0) + - Drop depricated Build-deps on libgnomevfs2-dev + and libgnomeui-dev + - Add Build-Dep on libgnome-desktop-dev (>=2.25.1) + + -- Andrew Starr-Bochicchio Mon, 05 Jan 2009 17:39:18 -0500 + +cheese (2.24.2-0ubuntu2) jaunty; urgency=low + + * In German po file I changed "Cheese-Website" line to the right + translation (LP: #303264) + + -- Gabriel Ruiz Manzano Sun, 30 Nov 2008 00:35:25 -0300 + +cheese (2.24.2-0ubuntu1) jaunty; urgency=low + + * New upstream release. (LP: #306382) + + -- Andrew Starr-Bochicchio Mon, 08 Dec 2008 20:14:43 -0500 + +cheese (2.24.1-0ubuntu2) jaunty; urgency=low + + * Split out Hildon specific compontents into cheese-hildon + * Changed hildon build-dep to no longer be lpia specific + + -- Michael Casadevall Sat, 15 Nov 2008 15:51:47 -0500 + +cheese (2.24.1-0ubuntu1) intrepid; urgency=low + + * New upstream release; bug fix and translation updates. + + -- Loic Minier Mon, 20 Oct 2008 20:47:59 +0200 + +cheese (2.24.0-0ubuntu1) intrepid; urgency=low + + * New upstream release, bug fix only so no FFe needed (LP: #273389): + - update build-depends and depends in line with upstream requirements + - add suggests on nautilus-sendto (for better export mechanism) + * No change bump to Standards-Version 3.8.0 + + -- Cesare Tirabassi Tue, 23 Sep 2008 23:48:59 +0200 + +cheese (2.23.91-0ubuntu1) intrepid; urgency=low + + * New upstream version (LP: #268250) + - debian/control: + - Bump up GStreamer dependencies from (>=0.10.15) to (>=0.10.16). + - Dropped dependency on xxf86vm. + - debian/copyright: Update copyright information. + - 30_fix-desktop-file.patch: + - Updated to work with new upstream desktop file. + * Dropped 40_hildon.patch (implemented upstream). + * Dropped 45_take_picture_button_fix.patch (fixed upstream). + * Dropped 99_autotools.patch (implemented upstream). + + -- Chris Coulson Wed, 10 Sep 2008 19:09:14 +0100 + +cheese (2.22.3-0ubuntu2) intrepid; urgency=low + + * No-change rebuild for EDS, blah, blah, hand-wavy. + + -- Steve Kowalik Thu, 17 Jul 2008 05:14:55 +1000 + +cheese (2.22.3-0ubuntu1) hardy-proposed; urgency=low + + * New upstream release (LP: #244615). + - Update 40_hildon.patch with the following bug fixes: + - Fix extra blank window created in hildon mode (LP: #214867). + - Fix crash when using About/Quit menu items in hildon mode + (LP: #207437, courtesy of Mike Terry). + - Rename 70_autotools.patch to 99_autotools.patch and regenerate using + autoreconf; rm -rf autom4te.cache; true + * Add 45_take_picture_button_fix.patch to enable Take Picture button + inside the gtk thread lock (LP: #223172). + + -- Gary Lasker Tue, 01 Jul 2008 18:09:01 -0400 + +cheese (2.22.1-0ubuntu1) hardy; urgency=low + + [ Gary Lasker ] + * New upstream release (LP: #215948) + - Remove 00_fix_crash_on_init.patch, 10_fallback_on_failure.patch and + 20_dont_start_pipeline_in_init.patch, as these are incorporated in the + new upstream version. + - Replace 70_autotools.patch with new version to update autotools + generated files using: + 1. aclocal + 2. libtoolize --force --copy (to fix libtool version mismatch error) + 3. autoreconf; rm -rf autom4te.cache; true + + [ Loic Minier ] + * Add epoch to libgnomevfs2-dev bdep. + + -- Gary Lasker Tue, 15 Apr 2008 14:18:26 -0400 + +cheese (2.22.0-0ubuntu2) hardy; urgency=low + + * Added the following patches from Debian (LP: #206700) + * debian/patches/00_fix_crash_on_init.patch: + + Added. Fixed crash on intialisation because of running strcmp on NULL. + (From upstream svn) + * debian/patches/10_fallback_on_failure.patch: + + Added. Fallback to videotestsrc if getting information from the video + device fails. + * debian/patches/20_dont_start_pipeline_in_init.patch: + + Added. Don't create the gstreamer pipeline in the Webcam object + initialisation as this is quite bad style. As a nice side-effect this + fixes cheese not using the webcam device set in gconf. + + -- Gary Lasker Tue, 25 Mar 2008 14:06:53 -0400 + +cheese (2.22.0-0ubuntu1) hardy; urgency=low + + * New upstream release (LP: #185669) + - Replace 40_hildon.patch with latest hildon patch from Matthew Garrett + (GNOME #519548). + - Replace 70_autotools.patch with new version to update autotools + generated files using: + 1. libtoolize --force --copy (to fix libtool version mismatch error) + 2. autoreconf; rm -rf autom4te.cache; true + - Bump dependency to libglib2.0-dev (>= 2.15.5); removed + libglade2-dev dependency; both per upstream configure.ac changes (note + contrary to autoconf.ac changes the gnome-vfs dependency must remain + as gnome-thumbnail still needs it - see GNOME #522189). + + -- Gary Lasker Sun, 23 Mar 2008 14:34:46 -0400 + +cheese (2.21.5-0ubuntu1) hardy; urgency=low + + [ Steve Stalcup ] + * New upstream release (LP: #180624) + - Added build-deps libxml-parser-perl, gnome-doc-utils, and scrollkeeper + for documentation build + - Added missing build-deps on libglib2.0-dev (>= 2.10.0), libgconf2-4 (>= + 2.16.0), libcairo2-dev (>= 1.2.4), libdbus-1-dev (>= 1.0), libhal-dev (>= + 0.5.9), libdbus-glib-1-dev (>= 0.7) + - Update homepage address + + [ Mantas Kriaučiūnas] + * Bumped up Standards-Version to 3.7.3, no change needed + * New upstream release + - Added missing dependency on gstreamer0.10-x + - Added librsvg2-dev (>= 2.18) and libpango1.0-dev (>= 1.18.0) build-deps + - Disabled scroolkeeper help files generation by passing + --disable-scrollkeeper to configure + - Removed TODO from docs + - Version gstreamer0.10-plugins-good dependency to (>= 0.10.6) + - Updated fix_desktop patch for upstream changes and to fix + cheese.desktop.in.in + + [ Loic Minier ] + * Fix DEB_CONFIGURE_EXTRA_FLAGS for all architectures. + * Cleanup control. + * Bump up deps to gstreamer0.10-plugins-base >= 0.10.15, gstreamer0.10-x + >= 0.10.12, following the upstream README recommendations. + * Update hildonization patch with a new glade file and new cheese-window.c + code by Matthew Garrett and port the build system changes to autoconf / + automake. + * Prepend number to patch names. + * Split hildon patch in 40_hildon.patch and 70_autotools.patch for + autoheader + autoconf + automake-1.10 changes. + + -- Loic Minier Wed, 23 Jan 2008 17:56:09 +0100 + +cheese (0.2.4-0ubuntu3) hardy; urgency=low + + * Watch file added (closes LP #180380) + + -- Steve Stalcup Fri, 04 Jan 2008 11:16:13 -0500 + +cheese (0.2.4-0ubuntu2) hardy; urgency=low + + * Fix the hildon patch to add HILDON_CFLAGS to CFLAGS and HILDON_LIBS to + LDFLAGS; fixes build on lpia; thanks Steve Magoun. + + -- Loic Minier Wed, 28 Nov 2007 22:39:28 +0100 + +cheese (0.2.4-0ubuntu1) hardy; urgency=low + + * New upstream release: + - fix #472576: cheese takes longer to start as + more pictures are stored + - fix #473560: v4l-recorded videos are zero + byte big, courtesy of Patryk Zawadzki + - Translation error in de + * debian/cheese.1: Created manpage + * debian/patches/fix_desktop.patch: Fixed desktop file + * debian/control: + - Fixed description-synopsis + - Added homepage field + * debian/copyright: Fixed listing of copyright + + -- Cody A.W. Somerville Tue, 06 Nov 2007 00:36:54 -0400 + +cheese (0.2.3-0ubuntu1) gutsy; urgency=low + + * New upstream release (LP: #135814): + - add keystrokes: + - t, T, Space for taking photos and videos + - Enter for opening an item + - Delete for deleting an item + - Left and Right for scrolling through the view + - add a flash, when taking photos, courtesy of Patryk Zawadzki + - use 25fps for video recording + - video recording did not work. fixed + - make ximagesink work with the photo pipeline + - added/updated translations: da, es, gl, it, ja + * debian/patches/05fix_video_rec.patch: + - dropped as got fixed upstream + * debian/control: + - added build-dependency libxxf86vm-dev + + -- Aron Sisak Thu, 30 Aug 2007 21:15:55 +0200 + +cheese (0.2.2-0ubuntu3) gutsy; urgency=low + + * debian/patches/05fix_video_rec.patch: + - Video recording fix from the Darcs repository + + -- Aron Sisak Sun, 26 Aug 2007 10:40:22 +0200 + +cheese (0.2.2-0ubuntu2) gutsy; urgency=low + + * Add Hildon support + + -- Matthew Garrett Fri, 24 Aug 2007 19:22:40 +0100 + +cheese (0.2.2-0ubuntu1) gutsy; urgency=low + + * New upstream release (LP #133933): + - workaround on a gstreamer-bug, which made the colors look wrong with + - activate countdown by default + - the countdown is not available in video and segfaultet. fixed + - use g_timeout_add instead of g_timeout_add_seconds + - improvement the video pipline. + - add a countdown, when taking a photo + - add a time counter to the video recording + - added the following export methods/capabilities: open the file with + gnome-open, save as dialog, delete, send by mail, export to flickr, export + to f-spot, set as account photo + - we found the bug! v4l works now + - added a popupmenu to the iconview + - added some parts of the lucas(R)-eye of gnome iconview + - if the same effects were chosen in photo and video, they wont apply. fixed + - the first item in the iconbar wasnt deleted. fixed + - updated translations: cs, de, fr, it, nl, pt + * debian/control + - Add libebook build dependency based on configure.cheese + + -- Aron Sisak Thu, 23 Aug 2007 13:14:48 +0200 + +cheese (0.2.0-0ubuntu1) gutsy; urgency=low + + * New upstream release + * debian/control: Add libgnomeui as b-d + + -- Mario Danic Thu, 16 Aug 2007 10:08:53 +0200 + +cheese (0.1.4-0ubuntu1) gutsy; urgency=low + + * New upstream release + + -- Baptiste Mille-Mathias Thu, 02 Aug 2007 18:23:08 +0200 + +cheese (0.1.3-0ubuntu1) gutsy; urgency=low + + * Initial release + + -- Baptiste Mille-Mathias Tue, 10 Jul 2007 21:15:54 +0200 + --- cheese-2.26.0.orig/debian/rules +++ cheese-2.26.0/debian/rules @@ -0,0 +1,40 @@ +#!/usr/bin/make -f +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/utils.mk +include /usr/share/cdbs/1/class/gnome.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk + +DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper + +ifeq ($(DEB_BUILD_ARCH),lpia) + DEB_CONFIGURE_EXTRA_FLAGS += --enable-hildon +endif + +DEB_BUILDDIR := debian/build + +configure/cheese-hildon:: + rm -rf $(CURDIR)/debian/build-hildon + mkdir $(CURDIR)/debian/build-hildon + cd $(CURDIR)/debian/build-hildon && \ + $(DEB_CONFIGURE_SCRIPT) \ + $(DEB_CONFIGURE_NORMAL_ARGS) \ + $(cdbs_configure_flags) \ + $(DEB_CONFIGURE_EXTRA_FLAGS) \ + $(DEB_CONFIGURE_USER_FLAGS) \ + --enable-hildon + +build/cheese-hildon:: + $(MAKE) -C $(CURDIR)/debian/build-hildon + +install/cheese:: + $(MAKE) -C $(CURDIR)/debian/build DESTDIR=$(CURDIR)/debian/cheese install + +install/cheese-hildon:: install/cheese + $(MAKE) -C $(CURDIR)/debian/build-hildon DESTDIR=$(CURDIR)/debian/cheese-hildon install + mkdir -p $(CURDIR)/debian/cheese-hildon/usr/share/man/man1 + cp $(CURDIR)/debian/cheese.1 $(CURDIR)/debian/cheese-hildon/usr/share/man/man1 + gzip $(CURDIR)/debian/cheese-hildon/usr/share/man/man1/cheese.1 + +clean:: + -rm -rf $(CURDIR)/debian/build-hildon --- cheese-2.26.0.orig/debian/control +++ cheese-2.26.0/debian/control @@ -0,0 +1,62 @@ +Source: cheese +Section: gnome +Priority: optional +Maintainer: Ubuntu Desktop Team +Standards-Version: 3.8.0 +Homepage: http://www.gnome.org/projects/cheese/ +Build-Depends: cdbs (>= 0.4.41), + debhelper (>= 5), + gnome-pkg-tools (>= 0.10), + libglib2.0-dev (>= 2.16.0), + libpango1.0-dev (>= 1.18.0), + librsvg2-dev (>= 2.18.0), + libgtk2.0-dev (>= 2.14.0), + libgnome-desktop-dev (>=2.25.1), + libgconf2-4 (>= 2.16.0), + libgstreamer0.10-dev (>= 0.10.20), + libgstreamer-plugins-base0.10-dev, + libcairo2-dev (>= 1.4.0), + libebook1.2-dev (>= 1.12.0), + libdbus-1-dev (>= 1.0), + libhal-dev (>= 0.5.9), + libdbus-glib-1-dev (>= 0.7), + libhildon-1-dev, + libxml-parser-perl, + scrollkeeper, + gnome-doc-utils + +Package: cheese +Conflicts: cheese-hildon +Replaces: cheese-hildon +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + gstreamer0.10-plugins-base (>= 0.10.20), + gstreamer0.10-plugins-good (>= 0.10.8), + gstreamer0.10-x (>= 0.10.20) +Suggests: nautilus-sendto +Description: A tool to take pictures and videos from your webcam + Cheese is a cheesy program to take pictures and videos from your web + cam. It also provides some graphical effects in order to please the + users play instinct. + +Package: cheese-hildon +Conflicts: cheese +Replaces: cheese +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + gstreamer0.10-plugins-base (>= 0.10.20), + gstreamer0.10-plugins-good (>= 0.10.8), + gstreamer0.10-x (>= 0.10.20) +Suggests: nautilus-sendto +Description: A tool to take pictures and videos for Hildon enviornments + Cheese is a cheesy program to take pictures and videos from your web + cam. It also provides some graphical effects in order to please the + users play instinct. + . + This package is specifically configured and designed for Hildon based systems + such as Ubuntu Mobile Internet Edition. Please do not try to install this + package on a normal desktop. + + --- cheese-2.26.0.orig/debian/docs +++ cheese-2.26.0/debian/docs @@ -0,0 +1 @@ +README --- cheese-2.26.0.orig/debian/compat +++ cheese-2.26.0/debian/compat @@ -0,0 +1 @@ +5 --- cheese-2.26.0.orig/debian/manpages +++ cheese-2.26.0/debian/manpages @@ -0,0 +1 @@ +debian/cheese.1 --- cheese-2.26.0.orig/debian/copyright +++ cheese-2.26.0/debian/copyright @@ -0,0 +1,60 @@ +This package was debianized by Baptiste Mille-Mathias on +Tue, 10 Jul 2007 21:15:54 +0200. + +It was downloaded from http://www.gnome.org/projects/cheese/ + +Upstream Authors: + + Daniel G. Siegel + Jaap A. Haitsma + +Copyright: + + Copyright (C) 2007,2008 daniel g. siegel + Copyright (C) 2007,2008 Jaap Haitsma + Copyright (C) 2008 Felix Kaser + Copyright (C) 2008 Mirco "MacSlow" Müller + Copyright (C) 2008 Patryk Zawadzki + Copyright (C) 2008 Andrea Cimitan + Copyright (C) 2008 Alexander “weej” Jones + Copyright (C) 2008 Thomas Perl + Copyright (C) 2005 Paolo Maggi + Copyright (C) 2008 Sebastian Keller + Copyright (C) 2008 James Liggett + Copyright (C) 2008 Ryan Zeigler + Copyright (C) 2008 Filippo Argiolas + Copyright (C) 2008 Patryk Zawadzki + Copyright (C) 2000-2007 The Free Software Foundation + Copyright (C) 2000 Eazel, Inc. + Copyright (C) 2002-2004 Marco Pesenti Gritti + Copyright (C) 2004, 2006 Christian Persch + Copyright (C) 2007 Mathias Hasselmann + +License: + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL' + +Some part of the build system are covered by the M.I.T license + + Permission to use, copy, modify, distribute, and sell this software and its + documentation for any purpose is hereby granted without fee, provided that + the above copyright notice appear in all copies and that both that + copyright notice and this permission notice appear in supporting + documentation, and that the name of M.I.T. not be used in advertising or + publicity pertaining to distribution of the software without specific, + written prior permission. M.I.T. makes no representations about the + suitability of this software for any purpose. It is provided "as is" + without express or implied warranty. + +The Debian packaging is (C) 2007, Baptiste Mille-Mathias and +is licensed under the GPL, see `/usr/share/common-licenses/GPL'. --- cheese-2.26.0.orig/debian/cheese.1 +++ cheese-2.26.0/debian/cheese.1 @@ -0,0 +1,15 @@ +.TH "cheese" "1" +.SH "NAME" +cheese \- A tool to take pictures and videos from your webcam +.SH "SYNOPSIS" +\fB +.SH "DESCRIPTION" +.B cheese +is a cheesy program to take pictures and videos from your web +cam. It also provides some graphical effects in order to please the +users play instinct. +.SH "AUTHOR" +.PP +This manual page was written by Cody A.W. Somerville +for the \fBUbuntu GNU/Linux\fP system. + --- cheese-2.26.0.orig/debian/build/help/cheese.pot +++ cheese-2.26.0/debian/build/help/cheese.pot @@ -0,0 +1,420 @@ +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2008-11-15 16:49-0500\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. When image changes, this message will be marked fuzzy or untranslated for you. +#. It doesn't matter what you translate it to: it's not used at all. +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:178(None) +msgid "@@image: 'figures/cheese-screenshot.jpg'; md5=411958761d6b512db88aae9281d73850" +msgstr "" + +#. When image changes, this message will be marked fuzzy or untranslated for you. +#. It doesn't matter what you translate it to: it's not used at all. +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:200(None) +msgid "@@image: 'figures/cheese-effects-screenshot.jpg'; md5=43b669aa138e9ff4c7715acadbcc5cfd" +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:25(title) +msgid "Cheese Manual" +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:27(para) +msgid "Cheese is a video and photo shoot program that for webcams (or other cameras) and can do some cool effects" +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:33(year) +msgid "2007,2008" +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:34(holder) +msgid "daniel g. siegel (dgsiegel@gmail.com)" +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:35(holder) +msgid "Jaap A. Haitsma (jaap@haitsma.org)" +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:51(publishername) +msgid "Joshua Henderson (joshhendo@gmail.com)" +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:2(para) +msgid "Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License (GFDL), Version 1.1 or any later version published by the Free Software Foundation with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy of the GFDL at this link or in the file COPYING-DOCS distributed with this manual." +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:12(para) +msgid "This manual is part of a collection of GNOME manuals distributed under the GFDL. If you want to distribute this manual separately from the collection, you can do so by adding a copy of the license to the manual, as described in section 6 of the license." +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:19(para) +msgid "Many of the names used by companies to distinguish their products and services are claimed as trademarks. Where those names appear in any GNOME documentation, and the members of the GNOME Documentation Project are made aware of those trademarks, then the names are in capital letters or initial capital letters." +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:35(para) +msgid "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:55(para) +msgid "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES." +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:28(para) +msgid "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:61(firstname) +msgid "Joshua" +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:62(surname) +msgid "Henderson" +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:63(email) +msgid "joshhendo@gmail.com" +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:66(firstname) +msgid "Jaap" +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:67(surname) +msgid "Haitsma" +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:68(email) +msgid "jaap@haitsma.org" +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:88(revnumber) +msgid "0.1" +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:89(date) +msgid "2007-12-04" +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:91(para) /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:102(para) /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:116(para) +msgid "Jaap A. Haitsma jaap@haitsma.org" +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:94(para) /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:108(para) /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:122(para) +msgid "Jaap A. Haitsma" +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:99(revnumber) +msgid "0.2" +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:100(date) +msgid "2008-01-12" +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:105(para) /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:119(para) +msgid "Joshua Henderson joshhendo@gmail.com" +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:113(revnumber) +msgid "0.3" +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:114(date) +msgid "2008-08-20" +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:129(title) +msgid "Feedback" +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:130(para) +msgid "To report a bug or make a suggestion regarding the Cheese application or this manual, follow the directions in the Cheese Contact Page." +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:0(application) /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:0(application) +msgid "Cheese" +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:144(primary) /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:157(tertiary) +msgid "cheese" +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:150(title) +msgid "Introduction" +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:156(secondary) +msgid "Manual" +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:160(para) +msgid "Cheese is a video and photo shoot application with cool effects for the GNOME desktop" +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:168(title) +msgid "Usage" +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:169(para) +msgid "The main screen of Cheese looks like the screen shot below" +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:174(title) +msgid "Cheese screenshot" +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:184(para) +msgid "Cheese defaults to photo mode, and needs to be changed to video mode if desired." +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:190(title) +msgid "Effects" +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:196(title) +msgid "Cheese effects screenshot" +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:191(para) +msgid "To apply effects to the input of your webcam, click the button labelled Effects. When you go to the effects window, you will see a window similar to the image below " +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:208(para) +msgid "You are able to select numerous effects to apply to your photo. To apply an effect, just click on the effect that you want. The button will appear highlighted. Selecting multiple effects will apply all the effects to your image (for example, if you apply Hulk and Vertical Flip, the input from the webcam will be altered to have a green shade and be up side down). To disable all effects, just click on the No Effect button." +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:221(title) +msgid "Photo Mode" +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:222(para) +msgid "Photo mode is the default mode that Cheese opens in. When not in photo mode, click the button labelled Photo, press AltP or Menu: CheesePhoto to change to photo mode. Photo mode will take a single photo every time the button labelled Take a photo or the Spacebar is pressed, and will save to disk." +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:235(title) +msgid "Video Mode" +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:236(para) +msgid "Video mode is a mode that allows you to take short videos using the webcam. When not in video mode, click the button labelled Video, press AltV or Menu: CheeseVideo to change to video mode. Video mode will start recording a video every time the the button labelled Start Recording or the Spacebar is pressed. The video will stop recording and save to disk when the button labelled Stop Recording or the Spacebar is pressed." +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:249(para) +msgid "The video mode does look any different to the screen shot of photo mode, except that the button labelled Take a photo will be either Start Recording or Stop Recording, and the button labelled Video is greyed out, whereas the button labelled Photo is not." +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:259(para) +msgid "You can use both photo and video mode in Fullscreen. To do this, just click CheeseFullscreen to enter Fullscreen mode, or press F11. To exit Fullscreen mode, press Esc or F11." +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:271(title) +msgid "Working with photos and videos" +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:273(title) +msgid "Taking a photo" +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:274(para) +msgid "To take a photo in Cheese, be sure to be in “Photo” mode." +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:278(para) +msgid "To take a photo, apply the effects that you wish by clicking the button labelled Effects, click on the effects desired as described in a previous section and press the button labelled Back. You should now have the effects that you clicked on applied to the webcam input." +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:286(para) +msgid "To take the photo, press the button labelled Take a photo or press the spacebar. You will then see Cheese count down from 3 or instantly take the photo, depending on your settings. When the photo is taken, your entire screen will flash white, and the photo that was just taken will appear in the photo stream at the bottom of the program window." +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:296(title) +msgid "Taking a video" +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:297(para) +msgid "To take a video in Cheese, make sure that the Video button has been pressed" +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:302(para) +msgid "To start recording a video, press the button labelled Start Recording or press the spacebar. The time of how much video has been recorded will appear in the bottom right hand corner." +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:310(para) +msgid "If your video appears to be jerky or have a low frame rate (only updating the picture every few seconds), it does not mean that the recording has a similar frame rate. In many cases, the recorded file will have a better frame rate." +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:320(title) +msgid "Sharing Photos and Videos" +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:322(title) +msgid "Viewing a photo or video" +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:323(para) +msgid "To view a video or photo that has been taken, locate it in the photo stream and double click on it. Alternatively, you can right click on it and select Open. This will then open the file in the default application for that file type." +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:331(title) +msgid "Saving photos and videos to an alternate location" +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:332(para) +msgid "To save a photo to an alternate place on your hard drive where you can easily find them, find the photo or video that you wish to save in the photo stream, right click on it and select Save As from the pop-up menu. This will bring up a standard Save File dialog that will allow you to rename the photo if desired and save to any location you wish." +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:342(title) +msgid "Deleting a photo" +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:343(para) +msgid "To delete a photo from the photo stream, locate the photo you wish to delete in the photo stream, left click on it once and press the delete button on your keyboard. Alternatively, you can right click on it and click Delete." +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:349(para) +msgid "You will be prompted if you wish to delete it from the photo stream. To confirm, press the button labelled Move to Trash." +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:355(para) +msgid "This will only move the image to the \"trash\", as well as remove from your photo stream. This will not remove the photo from your computer. To remove it from your trash, you will need to empty your trash." +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:364(title) +msgid "Send a photo by e-mail" +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:365(para) +msgid "Photos can be directly emailed from Cheese. You will need to have the default mail client set up with an email account, otherwise you will need to set one up. To email a photo, locate the photo you wish to email in the photo stream, right click on it and select Send by Mail." +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:372(para) +msgid "This will open the default mail client (for example, Evolution) and a new email message with the photo as an attachment." +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:379(title) +msgid "Set as Account Photo" +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:380(para) +msgid "To set a photo as your account photo (which can be viewed from SystemPreferencesAbout Me, and which will also appear if the login window displays a list of user names with photos), locate the photo that you wish to set in Cheese, right click on it and select Set as Account Photo" +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:390(title) +msgid "Export a photo to F-Spot" +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:391(para) +msgid "To export a photo to F-Sport, locate the photo that you wish to export in your photo stream, right click on it and select Export to F-Spot. You will then be prompted from F-Spot if you wish to import the photos that are sent to it." +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:398(para) +msgid "Depending on the version of Cheese that you are currently using, F-Spot may prompt you to import the entire photo stream." +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:415(title) +msgid "Frequently Asked Questions" +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:421(title) +msgid "The video is sluggish/has a slow response. What can I do?" +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:422(para) +msgid "You may have set \"ximagesink\" (X Window System (No Xv)) as video-output. This means, that your cpu is doing all the work. Change it to \"xvimagesink\" (X Window System (X11/XShm/Xv)) in order to let your graphics card do the work." +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:428(para) +msgid "To change the settings, run gstreamer-properties, click the Video tab and change the appropriate settings." +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:436(title) +msgid "I have a Mac with iSight and a ATI graphics card, and the colors are weird." +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:437(para) +msgid "This is a problem with the ATI graphics card, though there is a work around. Change the video-output to custom and insert the following: \"ffmpegcolorspace ! video/x-raw-yuv,format=(fourcc)YV12 ! ffmpegcolorspace ! xvimagesink\"." +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:443(para) +msgid "To change the settings, run gstreamer-properties, click the Video tab and select custom from the drop down menu." +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:451(title) +msgid "My webcam works with gstreamer, but does not work with Cheese. What's wrong?" +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:452(para) +msgid "Using gstreamer-properties mentioned in the above question, try changing from xvimagesink to ximagesink or vice-versa. If this still does not work run cheese --verbose on the command line and copy the logging into a bug report in our bug tracker." +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:463(title) +msgid "My webcam works with other programs such as Ekiga, Camorama, but not with Cheese. What's wrong?" +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:464(para) +msgid "See if your webcam works when testing it in gstreamer-properties. If it works there, but not in Cheese, please file a bug report in our bug tracker." +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:474(title) +msgid "Where does Cheese store my photos?" +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:475(para) +msgid "Your photos are stored in ~/.gnome2/cheese/media. You can also save them to an alternate location from within Cheese. Please see for information on this." +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:484(title) +msgid "My Quickcam Express doesn't work with Cheese..." +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:485(para) +msgid "or gstreamer, and I see errors like \"Not enough buffers. We got 1, we want at least 2\" in the Cheese output. With driver \"qc-usb\"." +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:490(para) +msgid "Try running qcset /dev/video0 compat=dblbuf to enable double buffer compatibility mode, then restart Cheese" +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:497(title) +msgid "\"No Camera Found\" Error Message" +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:498(para) +msgid "\"When I launch Cheese, I get the message 'No Camera Found' but I have my webcam plugged into my computer\". There are many situations this can happen in, and the exact problem that is causing this needs to be isolated. If possible, try each of the following to try and get your webcam working. 1. Plug your webcam into another computer. If it works there, then it is a problem with with the connection to your computer, or the operating system if it was a different one on the other computer. Check the ports on your computer (try another one) and consult support personel for your particular operating system. 2. See if your camera is being detected by your computer, on Linux, open up the terminal or console and type \"dmesg\" before you plug in your webcam. Notice the most recent entries, and then plug in your webcam. Type \"dmesg\" again and see if the most recent entries differ. If the message mentions a USB device being detected, and your webcam is the only USB device that has been changed, then your computer is detecting your webcam fine. If not, then test to see if the webcam is working on another computer. This may only work with USB webcams. 3. As Cheese uses the gstreamer backend, it is most likely because gstreamer is not detecting the webcam (or gstreamer has become corrupt). Please contact support personel for the particular operating system that you are running with as many details as possible. For Ubuntu, please use the Ubuntu Forums." +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:520(title) +msgid "Which cameras are supported" +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:521(para) +msgid "Cheese uses gstreamer for video grabbing. So in principle Cheese supports any camera that works with GStreamer. In principle that should be any camera which support video4linux or video4linux2." +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:530(title) +msgid "About" +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:531(para) +msgid "Cheese was initially written by daniel g. siegel dgsiegel@gmail.com. as a Google Summer of Code project. Later Jaap A. Haitsma jaap@haitsma.org and also others joined daniel in improving Cheese. To find more information about Cheese, please visit the Cheese web page." +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:539(para) +msgid "To report a bug or make a suggestion regarding this application you can file a bug in our bug tracker." +msgstr "" + +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:545(para) +msgid "This program is distributed under the terms of the GNU General Public license as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. A copy of this license can be found at the GNU site, or in the file COPYING included with the source code of this program." +msgstr "" + +#. Put one translator per line, in the form of NAME , YEAR1, YEAR2. +#: /home/mcasadevall/src/lpia/cheese-2.24.1/./help/C/cheese.xml:0(None) +msgid "translator-credits" +msgstr "" + --- cheese-2.26.0.orig/debian/patches/30_fix-desktop-file.patch +++ cheese-2.26.0/debian/patches/30_fix-desktop-file.patch @@ -0,0 +1,24 @@ +diff -Nur cheese-2.23.91.orig/data/cheese.desktop.in cheese-2.23.91/data/cheese.desktop.in +--- cheese-2.23.91.orig/data/cheese.desktop.in 2008-09-01 19:47:38.000000000 +0100 ++++ cheese-2.23.91/data/cheese.desktop.in 2008-09-09 17:35:49.000000000 +0100 +@@ -6,7 +6,7 @@ + Type=Application + StartupNotify=true + Icon=cheese +-Categories=GNOME;AudioVideo; ++Categories=Graphics + X-GNOME-Bugzilla-Bugzilla=GNOME + X-GNOME-Bugzilla-Product=cheese + X-GNOME-Bugzilla-Component=general +diff -Nur cheese-2.23.91.orig/data/cheese.desktop.in.in cheese-2.23.91/data/cheese.desktop.in.in +--- cheese-2.23.91.orig/data/cheese.desktop.in.in 2008-09-01 19:47:14.000000000 +0100 ++++ cheese-2.23.91/data/cheese.desktop.in.in 2008-09-09 17:36:04.000000000 +0100 +@@ -6,7 +6,7 @@ + Type=Application + StartupNotify=true + Icon=cheese +-Categories=GNOME;AudioVideo; ++Categories=Graphics; + X-GNOME-Bugzilla-Bugzilla=GNOME + X-GNOME-Bugzilla-Product=cheese + X-GNOME-Bugzilla-Component=general