390203b388
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
27 lines
819 B
Makefile
27 lines
819 B
Makefile
# $NetBSD: Makefile,v 1.41 2017/06/10 07:29:14 tsutsui Exp $
|
|
|
|
DISTNAME= clutter-gst-3.0.24
|
|
CATEGORIES= multimedia gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/clutter-gst/3.0/}
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://wiki.gnome.org/Projects/Clutter
|
|
COMMENT= Clutter GStreamer integration
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= gmake pkg-config
|
|
|
|
PKGCONFIG_OVERRIDE+= clutter-gst.pc.in
|
|
|
|
.include "options.mk"
|
|
|
|
BUILDLINK_API_DEPENDS.clutter+= clutter>=1.6.0
|
|
.include "../../graphics/clutter/buildlink3.mk"
|
|
.include "../../graphics/cogl/buildlink3.mk"
|
|
BUILDLINK_API_DEPENDS.gstreamer1+= gstreamer1>=1.2.0
|
|
.include "../../multimedia/gstreamer1/buildlink3.mk"
|
|
.include "../../multimedia/gst-plugins1-base/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|