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" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 2971970355 for ; Mon, 15 Jul 2013 02:07:35 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 783F914A1BF; Mon, 15 Jul 2013 02:07:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 44A5814A1D7 for ; Mon, 15 Jul 2013 02:06:56 +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 QxdjSKLnvxyu for ; Mon, 15 Jul 2013 02:06:55 +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 13CDA14A1BC for ; Mon, 15 Jul 2013 02:06:54 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id EE7AA96; Mon, 15 Jul 2013 02:06:54 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Mon, 15 Jul 2013 02:06:54 +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: <20130715020654.EE7AA96@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: obache Date: Mon Jul 15 02:06:54 UTC 2013 Modified Files: pkgsrc/multimedia/clutter-gst: Makefile PLIST buildlink3.mk distinfo Added Files: pkgsrc/multimedia/clutter-gst: options.mk Log Message: Update clutter-gst to 2.0.4. while here, add introspectin option (disabled by default). clutter-gst 2.0.4 (24/05/2013) =============================================================================== List of changes since 2.0.2 o Reenabled HW decoder support clutter-gst 2.0.2 (26/02/2013) =============================================================================== List of changes since 2.0.0 o Remove usage of ClutterStage/ClutterContainer deprecated APIs o Depend on Cogl 1.10 for shaders boilerplate o Improve video-player player example on enter/leave event handling clutter-gst 2.0.0 (22/01/2013) =============================================================================== List of changes since 1.9.92 o Fix a bug a autocluttersink that would lead to playbin not considering it as a sink any more when removing the actual sink from the bin o Small build and deprecation fixes Many Thanks to: Nuno Araujo Hans-Christian Ebke Javier Jardón Nirbheek Chauhan clutter-gst 1.9.92 (26/09/2012) =============================================================================== List of changes since 1.9.90 o Updated Gstreamer 1.0 port to work with the released GStreamer 1.0.0 o Fix uploading of some videos with odd widths o Disable HW decoder support until it is stabilized in GStreamer 1.0 o autocluttersink now exposes the ts-offset property of the underlying sink Many Thanks to: Edward Hervey Andre Moreira Magalhaes (andrunko) Josep Torra Tim-Philipp Müller clutter-gst 1.9.90 (22/08/2012) =============================================================================== List of changes since 1.6.0 o Port to GStreamer 1.0 o Fix navigation support in the standalone plugin Many Thanks to: Edward Hervey Tim-Philipp Müller Bastien Nocera Nicolas Dufresne Sjoerd Simons clutter-gst 1.6.0 (25/06/2012) =============================================================================== List of changes since 1.5.6 o None. This stable release is the same as 1.5.6. clutter-gst 1.5.6 (25/05/2012) =============================================================================== List of changes since 1.5.4 o Fix play/pause of autocluttersink, o Add a "in-seek" property to the player to be notified when the pipeline is seeking, o Various build and smaller fixes. Many Thanks to: Josep Torra Tomas Frydrych Adrian Bunk Lionel Landwerlin Michael Wood clutter-gst 1.5.4 (23/02/2012) =============================================================================== List of changes since 1.5.2 o Fix compilation with cogl 1.9.x clutter-gst 1.5.2 (25/01/2012) =============================================================================== List of changes since 1.4.2 o Add a standalone gstreamer plugin. Clutter-gst gstreamer elements are now available just like any other GStreamer elements, that includes working with gst-launch. o Add support for video/x-surface ("hardware" surfaces) that can be converted to opengl textures. (Requires -bad 0.10.22.1) o Addition of a new element, autocluttersink, a bin that picks up clutter- compatible sinks automatically. This allows an eco-system of 3rd party decoders and (clutter) sinks to be autoplugged. o Various small fixes Many Thanks to: Nicolas Dufresne Josep Torra Lionel Landwerlin Neil Roberts Colin Walters Laurent Bigonville Thomas Wood clutter-gst 1.4.2 (03/10/2011) =============================================================================== List of changes since 1.4.0 o Fix an embarassing bug that was leading to crashes when uploading RGB textures (https://bugzilla.gnome.org/show_bug.cgi?id=660732) o Don't try to free NULL GstTagLists Many thanks to: György Balló clutter-gst 1.4.0 (30/09/2011) =============================================================================== List of changes since 1.3.14 o Refinement of the subtitles and audio tracks API. clutter-gst now gives the full GstTagList to the application o Made the internal test player a bit more usable o A number of fixes around automatic loading of external subtitles files Many thanks to: Lionel Landwerlin Thomas Wood clutter-gst 1.3.14 (31/08/2011) =============================================================================== List of changes since 1.3.12 o Big split between the logic around playbin2 and the clutter-specific part to be able to reuse the GStreamer logic to implement new ClutterMedia objects. o Add new API to get the list of audio and subtitles tracks o Fix the leak of GstBus in VideoTexture o Fix the key navigation events in the sink Many thanks to: Lionel Landwerlin Bastian Winkler Dinh Bowman Thomas Wood clutter-gst 1.3.12 (06/06/2011) =============================================================================== List of changes since 1.3.10: o Fix set_uri() with recent versions of GStreamer, o Some warning fixes with newer versions of Clutter Many thanks to: Øyvind Kolås Bastien Nocera clutter-gst 1.3.10 (09/05/2011) =============================================================================== List of changes since 1.3.8: o Fix the GstNavigation interface of the sink Many thanks to: Bastien Nocera clutter-gst 1.3.8 (05/04/2011) =============================================================================== List of changes since 1.3.6: o Implementation of the GstNavigation interface in the sink, o Initial support of download buffering (opt in), o Series of cleanups in VideoTexture (subtitles reset when changing URI, state management, seek behaviour, ...) o The audio volume suffered from an hilariously bad bug that multiplied the volume set by 10. Took the opportunity to use GStreamer's StreamVolume to expose a cubic volume, o Compilation fixes for Windows. Many thanks to: Lionel Landwerlin Bastien Nocera clutter-gst 1.3.6 (02/03/2011) =============================================================================== * list of changes since 1.3.4 o Make looping possible with set_playing(TRUE) in the the EOS callback o set_uri(NULL) is now handled and defined to stop the pipeline and set the video texture in "idle mode" (painted with the idle material) clutter-gst 1.3.4 (10/01/2011) =============================================================================== * list of changes since 1.3.2 o An API addition: set_seek_flags() on the VideoTexture for a finer control on how you can seek (fast or accurate), o Fix the notification of "progress" so it does not advertise 0 when seeking, o Fix the AYUV to RGBA shader. Many thanks to: Chris Lord Evan Nemerson JuanZhao Samuel Degrande clutter-gst 1.3.2 (20/09/2010) =============================================================================== * list of changes since 1.2.0 o Respects the pixel-aspect-ratio property of the video frames and have VideoTexture advertise the right preferred size. o Reworked how ARB fp programs are set on the materials using a clutter 1.4 feature to set a program on a material, fixing the way materials were used along the way. o Removed all raw GL code and only use Cogl. Many thanks to: Robert Bragg To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 pkgsrc/multimedia/clutter-gst/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/multimedia/clutter-gst/PLIST \ pkgsrc/multimedia/clutter-gst/distinfo cvs rdiff -u -r1.23 -r1.24 pkgsrc/multimedia/clutter-gst/buildlink3.mk cvs rdiff -u -r0 -r1.1 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.