Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "Postmaster NetBSD.org" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id B1B64A61B7 for ; Fri, 3 Jan 2014 12:35:11 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id E083514A0BA; Fri, 3 Jan 2014 12:35:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8350614A0B8 for ; Fri, 3 Jan 2014 12:35:07 +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 HrQIrkVNk305 for ; Fri, 3 Jan 2014 12:35:07 +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 F22FF14A0B0 for ; Fri, 3 Jan 2014 12:35:06 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id EFE1696; Fri, 3 Jan 2014 12:35:06 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 3 Jan 2014 12:35:06 +0000 From: "OBATA Akio" Subject: CVS commit: pkgsrc/multimedia/clutter-gst To: pkgsrc-changes@NetBSD.org Reply-To: obache@netbsd.org X-Mailer: log_accum Message-Id: <20140103123506.EFE1696@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: obache Date: Fri Jan 3 12:35:06 UTC 2014 Modified Files: pkgsrc/multimedia/clutter-gst: Makefile PLIST buildlink3.mk distinfo options.mk Log Message: Update clutter-gst to 2.0.8. while here, enable introspection optin by default. clutter-gst 2.0.8 (18/09/2013) =============================================================================== List of changes since 2.0.6 o Fix a crash in ClutterGstPlayer when disposing instances too fast o Fix a crash in ClutterGstVideoSink o Fix a crash in ClutterGstVideoSink when running on Wayland with X11 backend compiled Many Thanks to: Thomas Wood clutter-gst 2.0.6 (24/05/2013) =============================================================================== List of changes since 2.0.4 o Fix a bug when subclassing ClutterGstPlayer class o Add support of X11 pixmap as video texture when decoding with Gstreamer-vaapi Many Thanks to: Gwenole Beauchesne Sjoerd Simons To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 pkgsrc/multimedia/clutter-gst/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/multimedia/clutter-gst/PLIST \ pkgsrc/multimedia/clutter-gst/distinfo cvs rdiff -u -r1.26 -r1.27 pkgsrc/multimedia/clutter-gst/buildlink3.mk cvs rdiff -u -r1.2 -r1.3 pkgsrc/multimedia/clutter-gst/options.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.