Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (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 D4C997A2AE for ; Sat, 10 Jun 2017 07:29:16 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 39B0684DB1; Sat, 10 Jun 2017 07:29:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BE01684D99 for ; Sat, 10 Jun 2017 07:29:15 +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 hdcdxKYlEsmf for ; Sat, 10 Jun 2017 07:29:14 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id AE77084CF0 for ; Sat, 10 Jun 2017 07:29:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A572FFA9F; Sat, 10 Jun 2017 07:29:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_149707975412100" MIME-Version: 1.0 Date: Sat, 10 Jun 2017 07:29:14 +0000 From: "Izumi Tsutsui" Subject: CVS commit: pkgsrc/multimedia/clutter-gst To: pkgsrc-changes@NetBSD.org Reply-To: tsutsui@netbsd.org X-Mailer: log_accum Message-Id: <20170610072914.A572FFA9F@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_149707975412100 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tsutsui Date: Sat Jun 10 07:29:14 UTC 2017 Modified Files: pkgsrc/multimedia/clutter-gst: Makefile PLIST distinfo Log Message: Update clutter-gst to 3.0.24. XXX: clutter-gst 3.0.x is required by ruby-gnome2-clutter-gstreamer 3.1.6 but I don't use/need the package. Only "make package" is tested. (No other package requires clutter-gst anyway) Upstream changelog (from NEWS file): clutter-gst 3.0.24 (29/03/2016) =============================================================================== List of changes o Enable inspection of gstreamer plugin without connecting to display servers o Fix issue with RGBx/BGRx formats not showing o Fix memory leaks Many Thanks to: Fabrice Bellet clutter-gst 3.0.22 (06/12/2016) =============================================================================== List of changes o A couple of video sink fixes (crashes & not up-to-date data) o A bunch of content fixes (crashes) Many Thanks to: Fabrice Bellet clutter-gst 3.0.20 (08/09/2016) =============================================================================== List of changes o A bunch of build cleanups/improvments o Fix BT.2020 YUV to RGB conversion Many Thanks to: Emmanuele Bassi Sebastian Keller clutter-gst 3.0.18 (20/03/2016) =============================================================================== List of changes o More documentation fixes o Set example video player background to opaque black Many Thanks to: Chris Mayo Jonny Lamb clutter-gst 3.0.16 (12/02/2016) =============================================================================== List of changes o Make gudev an optional dependency o Bunch of documentation fixes o Auto video sink memory leak fixes o Auto video sink background now defaults to black o Video sink caps RGBx/BGRx naming fix o Video sink frame display fix on loaded systems o Video sink cleanups on stop() Many Thanks to: Chris Mayo Gilles Dartiguelongue Nicolas Dufresne clutter-gst 3.0.14 (10/10/2015) =============================================================================== List of changes o Fix rendering issue with non power of 2 video frame sizes o Reduce color conversion shader's size o Fix crash with vaapi plugins when frame upload fails clutter-gst 3.0.12 (30/09/2015) =============================================================================== List of changes o Fix leak with color balance o Enable DVD events forwarding upstream the pipeline clutter-gst 3.0.10 (04/09/2015) =============================================================================== List of changes o Fix leak in error checking o Fix invalid premultiply for AYUV format clutter-gst 3.0.8 (18/07/2015) =============================================================================== List of changes o Fix crash when video frame has not been uploaded yet, gets disposed and Clutter try to paint with it. clutter-gst 3.0.6 (24/05/2015) =============================================================================== List of changes o fix memory leaks in get/set_caps o advertize the GstVideoOverlayComposition feature in caps o clear buffer in flush Many Thanks to: Matthieu Bouron Victor Manuel Jaquez Leal Wim Taymans clutter-gst 3.0.4 (24/01/2015) =============================================================================== List of changes o Fix introspection problem on systems with no display o Fix introspection problems with clutter-gst 2.0 installed o Fix incorrect warnings about deprecated properties o Only advertise RGBA format for texture upload clutter-gst 3.0.2 (11/01/2015) =============================================================================== List of changes o Fix dependency version of Gstreamer and Cogl o Fix crash with the autovideosink when you're running without a display server o Fix linking problem with examples Many Thanks to: Koop Mast Ting-Wei Lan clutter-gst 3.0.0 (06/12/2014) =============================================================================== List of changes o Add ability to set modified frames on content o Add RGBx/BGRx format support to video sink o A few small bug fixes Many Thanks to: Olav Vitters Philip Withnall clutter-gst 2.99.4 (26/06/2014) =============================================================================== List of changes o Improve GStreamer debug topics o A few small bug fixes clutter-gst 2.99.2 (09/06/2014) =============================================================================== List of changes o Add color correction support using GLSL shaders o Add overlay support using additional ClutterPaintNode o Video sink now derives from GstVideoSink Many Thanks to: Colin Walters Ryan Lortie Piotr Drag clutter-gst 2.99.0 (19/11/2013) =============================================================================== List of changes o Split the concept of player from the concept of video display in the Clutter scenegraph (ie. you can now display the same or part of the same video stream several times in a one or multiple Clutter scenes) You should start by creating a Player that is in charge of decoding a video (ClutterGstPlayer interface). 2 player classes are currently available : ClutterGstPlayback (wrapper around playbin) ClutterGstCamera (wrapper around camerabin) You then attach a player to one of the ClutterGstContent, and put the content into a ClutterActor anywhere in a scene. o Introduce ClutterGstPlayer interface as a replacement for ClutterMedia o Introduce ClutterGstCameraManager to discover/list available camera on the system o Remove usage of Clutter and Cogl deprecated APIs o Add many example to help with usage of the new API, including JavaScript examples (see examples/ directory). o Rework a basic GStreamer plugin Many Thanks to: Andre Moreira Magalhaes Bastian Winkler Bastien Nocera Marvin Schmidt Sjoerd Simons To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 pkgsrc/multimedia/clutter-gst/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/multimedia/clutter-gst/PLIST cvs rdiff -u -r1.8 -r1.9 pkgsrc/multimedia/clutter-gst/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_149707975412100 Content-Disposition: inline Content-Length: 6784 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/multimedia/clutter-gst/Makefile diff -u pkgsrc/multimedia/clutter-gst/Makefile:1.40 pkgsrc/multimedia/clutter-gst/Makefile:1.41 --- pkgsrc/multimedia/clutter-gst/Makefile:1.40 Sun Feb 12 06:24:47 2017 +++ pkgsrc/multimedia/clutter-gst/Makefile Sat Jun 10 07:29:14 2017 @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.40 2017/02/12 06:24:47 ryoon Exp $ +# $NetBSD: Makefile,v 1.41 2017/06/10 07:29:14 tsutsui Exp $ -DISTNAME= clutter-gst-2.0.12 -PKGREVISION= 4 +DISTNAME= clutter-gst-3.0.24 CATEGORIES= multimedia gnome -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/clutter-gst/2.0/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/clutter-gst/3.0/} EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/multimedia/clutter-gst/PLIST diff -u pkgsrc/multimedia/clutter-gst/PLIST:1.6 pkgsrc/multimedia/clutter-gst/PLIST:1.7 --- pkgsrc/multimedia/clutter-gst/PLIST:1.6 Fri Jan 3 12:35:06 2014 +++ pkgsrc/multimedia/clutter-gst/PLIST Sat Jun 10 07:29:14 2017 @@ -1,33 +1,54 @@ -@comment $NetBSD: PLIST,v 1.6 2014/01/03 12:35:06 obache Exp $ -include/clutter-gst-2.0/clutter-gst/clutter-gst-enum-types.h -include/clutter-gst-2.0/clutter-gst/clutter-gst-player.h -include/clutter-gst-2.0/clutter-gst/clutter-gst-types.h -include/clutter-gst-2.0/clutter-gst/clutter-gst-util.h -include/clutter-gst-2.0/clutter-gst/clutter-gst-version.h -include/clutter-gst-2.0/clutter-gst/clutter-gst-video-sink.h -include/clutter-gst-2.0/clutter-gst/clutter-gst-video-texture.h -include/clutter-gst-2.0/clutter-gst/clutter-gst.h -${PLIST.introspection}lib/girepository-1.0/ClutterGst-2.0.typelib -lib/gstreamer-1.0/libgstclutter.la -lib/libclutter-gst-2.0.la -lib/pkgconfig/clutter-gst-2.0.pc -${PLIST.introspection}share/gir-1.0/ClutterGst-2.0.gir -share/gtk-doc/html/clutter-gst/ClutterGstPlayer.html -share/gtk-doc/html/clutter-gst/ClutterGstVideoSink.html -share/gtk-doc/html/clutter-gst/ClutterGstVideoTexture.html -share/gtk-doc/html/clutter-gst/ch01.html -share/gtk-doc/html/clutter-gst/ch02.html -share/gtk-doc/html/clutter-gst/clutter-gst-Utilities.html -share/gtk-doc/html/clutter-gst/clutter-gst-Versioning-Macros.html -share/gtk-doc/html/clutter-gst/clutter-gst.devhelp2 -share/gtk-doc/html/clutter-gst/home.png -share/gtk-doc/html/clutter-gst/index.html -share/gtk-doc/html/clutter-gst/index.sgml -share/gtk-doc/html/clutter-gst/left-insensitive.png -share/gtk-doc/html/clutter-gst/left.png -share/gtk-doc/html/clutter-gst/license.html -share/gtk-doc/html/clutter-gst/right-insensitive.png -share/gtk-doc/html/clutter-gst/right.png -share/gtk-doc/html/clutter-gst/style.css -share/gtk-doc/html/clutter-gst/up-insensitive.png -share/gtk-doc/html/clutter-gst/up.png +@comment $NetBSD: PLIST,v 1.7 2017/06/10 07:29:14 tsutsui Exp $ +include/clutter-gst-3.0/clutter-gst/clutter-gst-aspectratio.h +include/clutter-gst-3.0/clutter-gst/clutter-gst-camera-device.h +include/clutter-gst-3.0/clutter-gst/clutter-gst-camera-manager.h +include/clutter-gst-3.0/clutter-gst/clutter-gst-camera.h +include/clutter-gst-3.0/clutter-gst/clutter-gst-content.h +include/clutter-gst-3.0/clutter-gst/clutter-gst-crop.h +include/clutter-gst-3.0/clutter-gst/clutter-gst-enum-types.h +include/clutter-gst-3.0/clutter-gst/clutter-gst-playback.h +include/clutter-gst-3.0/clutter-gst/clutter-gst-player.h +include/clutter-gst-3.0/clutter-gst/clutter-gst-types.h +include/clutter-gst-3.0/clutter-gst/clutter-gst-util.h +include/clutter-gst-3.0/clutter-gst/clutter-gst-version.h +include/clutter-gst-3.0/clutter-gst/clutter-gst-video-sink.h +include/clutter-gst-3.0/clutter-gst/clutter-gst.h +lib/girepository-1.0/ClutterGst-3.0.typelib +lib/gstreamer-1.0/libgstclutter-3.0.la +lib/libclutter-gst-3.0.la +lib/pkgconfig/clutter-gst-3.0.pc +share/gir-1.0/ClutterGst-3.0.gir +share/gtk-doc/html/clutter-gst-3.0/ClutterGstAspectratio.html +share/gtk-doc/html/clutter-gst-3.0/ClutterGstCamera.html +share/gtk-doc/html/clutter-gst-3.0/ClutterGstCameraDevice.html +share/gtk-doc/html/clutter-gst-3.0/ClutterGstCameraManager.html +share/gtk-doc/html/clutter-gst-3.0/ClutterGstContent.html +share/gtk-doc/html/clutter-gst-3.0/ClutterGstCrop.html +share/gtk-doc/html/clutter-gst-3.0/ClutterGstPlayback.html +share/gtk-doc/html/clutter-gst-3.0/ClutterGstPlayer.html +share/gtk-doc/html/clutter-gst-3.0/annotation-glossary.html +share/gtk-doc/html/clutter-gst-3.0/api-index-1-4.html +share/gtk-doc/html/clutter-gst-3.0/api-index-1-6.html +share/gtk-doc/html/clutter-gst-3.0/api-index-3-0.html +share/gtk-doc/html/clutter-gst-3.0/api-index-all.html +share/gtk-doc/html/clutter-gst-3.0/ch01.html +share/gtk-doc/html/clutter-gst-3.0/ch02.html +share/gtk-doc/html/clutter-gst-3.0/ch03.html +share/gtk-doc/html/clutter-gst-3.0/ch04.html +share/gtk-doc/html/clutter-gst-3.0/ch05.html +share/gtk-doc/html/clutter-gst-3.0/clutter-gst-3.0.devhelp2 +share/gtk-doc/html/clutter-gst-3.0/clutter-gst-Types.html +share/gtk-doc/html/clutter-gst-3.0/clutter-gst-Utilities.html +share/gtk-doc/html/clutter-gst-3.0/clutter-gst-Versioning-Macros.html +share/gtk-doc/html/clutter-gst-3.0/clutter-gst-Video-Sink.html +share/gtk-doc/html/clutter-gst-3.0/home.png +share/gtk-doc/html/clutter-gst-3.0/index.html +share/gtk-doc/html/clutter-gst-3.0/left-insensitive.png +share/gtk-doc/html/clutter-gst-3.0/left.png +share/gtk-doc/html/clutter-gst-3.0/license.html +share/gtk-doc/html/clutter-gst-3.0/profile.txt +share/gtk-doc/html/clutter-gst-3.0/right-insensitive.png +share/gtk-doc/html/clutter-gst-3.0/right.png +share/gtk-doc/html/clutter-gst-3.0/style.css +share/gtk-doc/html/clutter-gst-3.0/up-insensitive.png +share/gtk-doc/html/clutter-gst-3.0/up.png Index: pkgsrc/multimedia/clutter-gst/distinfo diff -u pkgsrc/multimedia/clutter-gst/distinfo:1.8 pkgsrc/multimedia/clutter-gst/distinfo:1.9 --- pkgsrc/multimedia/clutter-gst/distinfo:1.8 Tue Nov 3 23:54:23 2015 +++ pkgsrc/multimedia/clutter-gst/distinfo Sat Jun 10 07:29:14 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2015/11/03 23:54:23 agc Exp $ +$NetBSD: distinfo,v 1.9 2017/06/10 07:29:14 tsutsui Exp $ -SHA1 (clutter-gst-2.0.12.tar.xz) = da6249c6ce686ba74e459402774831f19672379f -RMD160 (clutter-gst-2.0.12.tar.xz) = b830af07dbd725753f72444adbd14759a8e7ad21 -SHA512 (clutter-gst-2.0.12.tar.xz) = d612791605e3839cf02f4df8a5856df07aa4d27a79e7efb11fc5cdf30cdfb3a31cda6f4b47eeda9188abb554cc06880905b4f0658863b5e8d7437800d887606e -Size (clutter-gst-2.0.12.tar.xz) = 356164 bytes +SHA1 (clutter-gst-3.0.24.tar.xz) = a9c83151ed56684a1a9242d8fe2cca8ef0cf918e +RMD160 (clutter-gst-3.0.24.tar.xz) = 5fa9f891656260a1e6d48bbdca3cb9ff7534e749 +SHA512 (clutter-gst-3.0.24.tar.xz) = 5f5ae109a9e4b3d1ae0a4ad8a6a8dcc7adc18fdfbd99a762da6e34b7aae5a5fb4accad6bb460689f8da146a6964d04cb22ca6fb6ae0398ac3e88c8e287f2e414 +Size (clutter-gst-3.0.24.tar.xz) = 417796 bytes --_----------=_149707975412100--