Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 03B7463BA0A for ; Mon, 16 Mar 2009 23:28:06 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id B026863B608; Mon, 16 Mar 2009 23:27:51 +0000 (UTC) Received: from nef.pbox.org (nef.pbox.org [IPv6:2001:7a8:202:1::1:1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mail.netbsd.org (Postfix) with ESMTPS id 5651363B616 for ; Mon, 16 Mar 2009 23:27:50 +0000 (UTC) Received: from nef.pbox.org (localhost [127.0.0.1]) by nef.pbox.org (8.13.8/8.13.8/) with ESMTP id n2GNRaga029589 for ; Tue, 17 Mar 2009 00:27:36 +0100 (CET) Received: (from agc@localhost) by nef.pbox.org (8.13.8/8.13.8/Submit) id n2GNRY0h029588 for pkgsrc-changes@netbsd.org; Mon, 16 Mar 2009 23:27:35 GMT Received: from cvs.netbsd.org (unknown [IPv6:2001:4f8:4:7:2e0:81ff:fe25:eab4]) by mail.netbsd.org (Postfix) with ESMTP id B387763B591 for ; Mon, 16 Mar 2009 22:45:14 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 88F13175D0; Mon, 16 Mar 2009 22:45:14 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Mon, 16 Mar 2009 22:45:14 +0000 From: "Jared D. McNeill" Subject: CVS commit: pkgsrc/graphics/cheese To: pkgsrc-changes@netbsd.org Reply-To: jmcneill@netbsd.org Message-Id: <20090316224514.88F13175D0@cvs.netbsd.org> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.1.5 (nef.pbox.org [127.0.0.1]); Tue, 17 Mar 2009 00:27:36 +0100 (CET) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: jmcneill Date: Mon Mar 16 22:45:14 UTC 2009 Modified Files: pkgsrc/graphics/cheese: Makefile PLIST distinfo pkgsrc/graphics/cheese/patches: patch-ab Log Message: Update cheese to 2.26.0. version 2.26.0 - 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, fixes bug #566098 - added/updated translations - as, courtesy of Amitakhya Phukan - bn_IN, courtesy of Runa Bhattacharjee - ca, courtesy of Joan Duran - cs, courtesy of Lucas Lommer - de, courtesy of Mario Blättermann - el, courtesy of Jennie Petoumenou - fr, courtesy of Robert-André Mauchin - gl, courtesy of Suso Baleato - lt, courtesy of Vytautas Rėkus - or, courtesy of Manoj Kumar Giri - te, courtesy of Krishna Babu K - th, courtesy of Theppitak Karoonboonyanan version 2.25.92 - 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 - added/updated translations - ro, courtesy of Adi Roiban - sv, courtesy of Daniel Nylander version 2.25.91 - replace deprecated gtk symbols inside hildon code, fixes bug #571383, courtesy of Thomas Andersen - added/updated translations - es, courtesy of Jorge González - et, courtesy of Mattias Põldaru - ro, courtesy of Adi Roiban - vi, courtesy of Clytie Siddall - zh_HK, courtesy of Chao-Hsiung Liao - zh_TW, courtesy of Chao-Hsiung Liao version 2.25.90 - fixed lack of period at the end of a few paragraphs in the documentation, adopted "screenshot" instead of "screen shot", fixes bug #566718, courtesy of Leonardo Ferreira Fontenelle - reverse icon view scroll buttons scroll direction for RTL locales, fixes bug #566197, courtesy of Yair Hershkovitz - added/updated translations - de, courtesy of Hendrik Richter - el, courtesy of Fotis Tsamis - es, courtesy of Jorge González - fr, courtesy of Claude Paroz - ko, courtesy of Changwoo Ryu - zh_CN, courtesy of 甘露(Gan Lu) version 2.25.4 - added/updated translations - be@latin, courtesy of Ihar Hrachyshka - lv, courtesy of Raivis Dejus - pt_BR, courtesy of Leonardo Ferreira Fontenelle version 2.25.3 - single includes fix, fixes bug #563537, courtesy of Pedro Fragoso - added/updated translations - pa, courtesy of Amanpreet Singh Alam version 2.25.2 - print vendor and product id while probing devices. provide some more device informations for easier bug triaging. - remove unnecesary include files, to meet GnomeGoal http://live.gnome.org/GnomeGoals/CleanupGTKIncludes - don't use random access glist methods when accessing a list sequentially and properly free list elements after use, fixes bug #560514 and #560347, courtesy of Giuseppe Fuggiano - Use gtk_show_uri to open files and xdg-open i.s.o. gnome-open - Use gtk_message_dialog_format_secondary_markup correctly - print the cheese version if the -v flag is set - add support for cams which support only one resolution, fixes bug #560032, courtesy of Hans de Goede - added/updated translations - es, courtesy of Jorge González - ku, courtesy of Erdal Ronahi version 2.25.1 - change the default font of the countdown widget to bitstream vera sans bold - drop libgnome/libgnome-vfs dependencies, fixes bug #556580, courtesy of Cosimo Cecchi - exit correctly with unknown command line arguments, fixes bug #556084. - change the ui behaviour of the fullscreen toolbar, to show always when in effects chooser mode, fixes bug #548546 - added/updated translations - ca, courtesy of Gil Forcada - de, courtesy of Hendrik Richter - es, courtesy of Jorge González - fr, courtesy of Robert-André Mauchin - he, courtesy of Mark Krapivner - nb, courtesy of Kjartan Maraas - nl, courtesy of Wouter Bolsterlee - pt_BR, courtesy of Vladimir Melo - sr, courtesy of Горан Ракић - sr@latin, courtesy of Goran Rakić - th, courtesy of Theppitak Karoonboonyanan - uk, courtesy of Maxim V. Dziumanenko To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/graphics/cheese/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/graphics/cheese/PLIST cvs rdiff -u -r1.9 -r1.10 pkgsrc/graphics/cheese/distinfo cvs rdiff -u -r1.6 -r1.7 pkgsrc/graphics/cheese/patches/patch-ab Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.