--- cheese-2.23.90.orig/debian/cheese.1 +++ cheese-2.23.90/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.23.90.orig/debian/watch +++ cheese-2.23.90/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.23.90.orig/debian/compat +++ cheese-2.23.90/debian/compat @@ -0,0 +1 @@ +5 --- cheese-2.23.90.orig/debian/changelog +++ cheese-2.23.90/debian/changelog @@ -0,0 +1,224 @@ +cheese (2.23.90-0ubuntu1) intrepid; urgency=low + + * New upstream release. (LP: #223609) + * debian/patches: + - Droped 40_hildon.patch, 45_take_picture_button_fix.patch, and + 99_autotools.patch as they have been incorporated upstream. + - Tweaked 30_fix-desktop-file.patch to apply + * debian/control: Bumped Standards-Version to 3.8.0 + + -- Andrew Starr-Bochicchio Mon, 25 Aug 2008 10:31:10 -0400 + +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.23.90.orig/debian/copyright +++ cheese-2.23.90/debian/copyright @@ -0,0 +1,43 @@ +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 + Raphaël Slinckx + +Copyright: + +(C) 2000-2004 Daniel G. Siegel +(C) 2000-2004 Raphaël Slinckx + +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.23.90.orig/debian/control +++ cheese-2.23.90/debian/control @@ -0,0 +1,41 @@ +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.15.5), + libpango1.0-dev (>= 1.18.0), + librsvg2-dev (>= 2.18.0), + libgtk2.0-dev (>= 2.10.0), + libgnomeui-dev (>=2.0), + libgconf2-4 (>= 2.16.0), + libgstreamer0.10-dev (>= 0.10.15), + libgstreamer-plugins-base0.10-dev, + libcairo2-dev (>= 1.2.4), + libgnomevfs2-dev (>= 1:2.18.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 [lpia], + libxxf86vm-dev, + libxml-parser-perl, + scrollkeeper, + gnome-doc-utils + +Package: cheese +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + gstreamer0.10-plugins-base (>= 0.10.15), + gstreamer0.10-plugins-good (>= 0.10.6), + gstreamer0.10-x (>= 0.10.12) +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. + --- cheese-2.23.90.orig/debian/docs +++ cheese-2.23.90/debian/docs @@ -0,0 +1 @@ +README --- cheese-2.23.90.orig/debian/manpages +++ cheese-2.23.90/debian/manpages @@ -0,0 +1 @@ +debian/cheese.1 --- cheese-2.23.90.orig/debian/rules +++ cheese-2.23.90/debian/rules @@ -0,0 +1,12 @@ +#!/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 --- cheese-2.23.90.orig/debian/patches/30_fix-desktop-file.patch +++ cheese-2.23.90/debian/patches/30_fix-desktop-file.patch @@ -0,0 +1,12 @@ +diff -Nur cheese-2.21.5/data/cheese.desktop cheese-2.21.5.new/data/cheese.desktop +--- cheese-2.21.5/data/cheese.desktop.in.in 2008-01-14 19:28:05.000000000 +0200 ++++ cheese-2.21.5.new/data/cheese.desktop.in.in 2008-01-22 14:21:36.923177386 +0200 +@@ -6,7 +6,7 @@ + Type=Application + StartupNotify=true + Icon=cheese +-Categories=GNOME;Application;AudioVideo ++Categories=Graphics + X-GNOME-Bugzilla-Bugzilla=GNOME + X-GNOME-Bugzilla-Product=cheese + X-GNOME-Bugzilla-Component=general