summaryrefslogtreecommitdiff
path: root/multimedia/clutter-gst
diff options
context:
space:
mode:
authortsutsui <tsutsui@pkgsrc.org>2017-06-10 07:29:14 +0000
committertsutsui <tsutsui@pkgsrc.org>2017-06-10 07:29:14 +0000
commit4e0834ff4eb7453f9822b193f066c0a04297381c (patch)
treeca0a5213b43a0ee8446935c7eabee31da1765bb8 /multimedia/clutter-gst
parent44061994ca385f9a910b6d18a356605d17f91171 (diff)
downloadpkgsrc-4e0834ff4eb7453f9822b193f066c0a04297381c.tar.gz
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
Diffstat (limited to 'multimedia/clutter-gst')
-rw-r--r--multimedia/clutter-gst/Makefile7
-rw-r--r--multimedia/clutter-gst/PLIST87
-rw-r--r--multimedia/clutter-gst/distinfo10
3 files changed, 62 insertions, 42 deletions
diff --git a/multimedia/clutter-gst/Makefile b/multimedia/clutter-gst/Makefile
index dcb7d3e6781..f2ad47e1dc3 100644
--- a/multimedia/clutter-gst/Makefile
+++ b/multimedia/clutter-gst/Makefile
@@ -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
diff --git a/multimedia/clutter-gst/PLIST b/multimedia/clutter-gst/PLIST
index 9da77cf4a3d..d323eef1269 100644
--- a/multimedia/clutter-gst/PLIST
+++ b/multimedia/clutter-gst/PLIST
@@ -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
diff --git a/multimedia/clutter-gst/distinfo b/multimedia/clutter-gst/distinfo
index d6b2c1b6750..2e834f8ba3e 100644
--- a/multimedia/clutter-gst/distinfo
+++ b/multimedia/clutter-gst/distinfo
@@ -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