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
This commit is contained in:
parent
5087f4902d
commit
db09df3db0
5 changed files with 14 additions and 11 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.31 2013/10/10 14:41:57 ryoon Exp $
|
||||
# $NetBSD: Makefile,v 1.32 2014/01/03 12:35:06 obache Exp $
|
||||
#
|
||||
|
||||
DISTNAME= clutter-gst-2.0.4
|
||||
PKGREVISION= 2
|
||||
DISTNAME= clutter-gst-2.0.8
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/clutter-gst/2.0/}
|
||||
EXTRACT_SUFX= .tar.xz
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.5 2013/07/15 02:06:54 obache Exp $
|
||||
@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
|
||||
|
@ -23,8 +23,11 @@ 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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.26 2013/10/10 14:41:57 ryoon Exp $
|
||||
# $NetBSD: buildlink3.mk,v 1.27 2014/01/03 12:35:06 obache Exp $
|
||||
#
|
||||
|
||||
BUILDLINK_TREE+= clutter-gst
|
||||
|
@ -7,7 +7,7 @@ BUILDLINK_TREE+= clutter-gst
|
|||
CLUTTER_GST_BUILDLINK3_MK:=
|
||||
|
||||
BUILDLINK_API_DEPENDS.clutter-gst+= clutter-gst>=2.0.0
|
||||
BUILDLINK_ABI_DEPENDS.clutter-gst?= clutter-gst>=2.0.4nb2
|
||||
BUILDLINK_ABI_DEPENDS.clutter-gst?= clutter-gst>=2.0.8
|
||||
BUILDLINK_PKGSRCDIR.clutter-gst?= ../../multimedia/clutter-gst
|
||||
|
||||
.include "../../graphics/clutter/buildlink3.mk"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.5 2013/07/15 02:06:54 obache Exp $
|
||||
$NetBSD: distinfo,v 1.6 2014/01/03 12:35:06 obache Exp $
|
||||
|
||||
SHA1 (clutter-gst-2.0.4.tar.xz) = 623923ac8bfee20f0ce60b2d3671673ad342afaa
|
||||
RMD160 (clutter-gst-2.0.4.tar.xz) = 71a3de98e1204247fc8ca71d2872c25db196c722
|
||||
Size (clutter-gst-2.0.4.tar.xz) = 351632 bytes
|
||||
SHA1 (clutter-gst-2.0.8.tar.xz) = b692ff83e0484d87b55fc3ac6e420c83a7504a95
|
||||
RMD160 (clutter-gst-2.0.8.tar.xz) = 8618558439f0880efb09b27744a6bf5c0d2a2e1a
|
||||
Size (clutter-gst-2.0.8.tar.xz) = 355796 bytes
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
# $NetBSD: options.mk,v 1.2 2013/07/22 12:53:05 obache Exp $
|
||||
# $NetBSD: options.mk,v 1.3 2014/01/03 12:35:06 obache Exp $
|
||||
#
|
||||
|
||||
PKG_OPTIONS_VAR= PKG_OPTIONS.clutter-gst
|
||||
PKG_SUPPORTED_OPTIONS= introspection
|
||||
PKG_SUGGESTED_OPTIONS= introspection
|
||||
|
||||
.include "../../mk/bsd.options.mk"
|
||||
|
||||
|
|
Loading…
Reference in a new issue