diff options
author | obache <obache@pkgsrc.org> | 2010-09-16 11:23:18 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-09-16 11:23:18 +0000 |
commit | 68c4b59bbb8af66d4672852c54adac7591569784 (patch) | |
tree | d256eb62829cb9af1adac50eadb7c6449033e9c8 /multimedia | |
parent | e7cdec4109b9337d91718244e41451643d295e51 (diff) | |
download | pkgsrc-68c4b59bbb8af66d4672852c54adac7591569784.tar.gz |
clutter-gst 1.2.0 (18/08/2010)
===============================================================================
* list of changes since 1.0.0
o Supports the ClutterMedia subtitle-related properties introduced in
1.2.0.
o Added a "idle material" to VideoTexture, a material that will be used
to paint the texture when not playing any video.
o You can now set a user-agent when streaming videos.
o The usual bulk of small fixes, small memory leaks, build (builds on
GLES2 now), don't use deprecated symbols, ...
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/clutter-gst/Makefile | 7 | ||||
-rw-r--r-- | multimedia/clutter-gst/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/multimedia/clutter-gst/Makefile b/multimedia/clutter-gst/Makefile index 7554544d4d8..4255b23412e 100644 --- a/multimedia/clutter-gst/Makefile +++ b/multimedia/clutter-gst/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.9 2010/09/14 11:00:53 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2010/09/16 11:23:18 obache Exp $ # -DISTNAME= clutter-gst-1.0.0 -PKGREVISION= 2 +DISTNAME= clutter-gst-1.2.0 CATEGORIES= multimedia -MASTER_SITES= http://source.clutter-project.org/sources/clutter-gst/1.0/ +MASTER_SITES= http://source.clutter-project.org/sources/clutter-gst/1.2/ MAINTAINER= obache@NetBSD.org HOMEPAGE= http://www.clutter-project.org/ diff --git a/multimedia/clutter-gst/distinfo b/multimedia/clutter-gst/distinfo index 926e0956947..20ccd695c0b 100644 --- a/multimedia/clutter-gst/distinfo +++ b/multimedia/clutter-gst/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2010/03/11 04:07:58 obache Exp $ +$NetBSD: distinfo,v 1.4 2010/09/16 11:23:18 obache Exp $ -SHA1 (clutter-gst-1.0.0.tar.gz) = a602062119a2140841288fe6cb284f129cb75d2e -RMD160 (clutter-gst-1.0.0.tar.gz) = e211299791e59130854cb8d518271b89bde00313 -Size (clutter-gst-1.0.0.tar.gz) = 511406 bytes +SHA1 (clutter-gst-1.2.0.tar.gz) = eed8f4a980e4146c470b6ad2f3a9e29bb5e191c3 +RMD160 (clutter-gst-1.2.0.tar.gz) = ed304e729a9e8b89b4fde987f08df199cce7d758 +Size (clutter-gst-1.2.0.tar.gz) = 513743 bytes |