Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 5B54DA5B2E for ; Sat, 17 Jan 2015 15:55:24 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id D174F14A1A7; Sat, 17 Jan 2015 15:55:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0E78E14A190 for ; Sat, 17 Jan 2015 15:55:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id JIGPmoBd5PIV for ; Sat, 17 Jan 2015 15:55:18 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 3A6C314A185 for ; Sat, 17 Jan 2015 15:55:18 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 2E70498; Sat, 17 Jan 2015 15:55:18 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 17 Jan 2015 15:55:18 +0000 From: "Patrick Welche" Subject: CVS commit: pkgsrc/graphics/clutter-gtk To: pkgsrc-changes@NetBSD.org Reply-To: prlw1@netbsd.org X-Mailer: log_accum Message-Id: <20150117155518.2E70498@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: prlw1 Date: Sat Jan 17 15:55:18 UTC 2015 Modified Files: pkgsrc/graphics/clutter-gtk: Makefile PLIST buildlink3.mk distinfo Log Message: Update clutter-gtk to 1.6.0 Clutter-GTK 1.6.0 22/09/2014 =============================================================================== Changes since 1.5.4 # Revert to the X11 backend by default; the GDK backend is not ready for Wayland, yet # Improve support for Wayland List of bugs fixed: #736564 - problem with gtkclutterembed and gtkstack under wayland Many thanks to: Bastien Nocera Clutter-GTK 1.5.4 21/08/2014 =============================================================================== Changes since 1.5.2 # Improve initialization sequence # Require GDK backend when using Clutter-GTK # Use subsurface protocol when using Wayland List of bugs fixed: #695737 - Add wayland support #734905 - Unpainted GtkClutterActor with the GDK backend #734906 - Unpainted GtkClutterEmbed with GDK backend Many thanks to: Jasper St. Pierre, Lionel Landwerlin, Bastien Nocera, Olav Vitters, Piotr Drag, Rob Bradford Clutter-GTK 1.5.2 19/02/2014 =============================================================================== Changes since 1.4: # Allow falling back to Cairo-based embedding of GTK+ widgets if the Clutter-X11 API is not available. # Support window scaling factor in GtkClutterEmbed. List of bugs fixed: #724055 Many thanks to: Adel Gadllah, Bastien Nocera To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 pkgsrc/graphics/clutter-gtk/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/clutter-gtk/PLIST cvs rdiff -u -r1.27 -r1.28 pkgsrc/graphics/clutter-gtk/buildlink3.mk cvs rdiff -u -r1.8 -r1.9 pkgsrc/graphics/clutter-gtk/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.