diff options
author | obache <obache@pkgsrc.org> | 2010-03-11 04:07:58 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-03-11 04:07:58 +0000 |
commit | f3648950a870d650d1f59e5a213da4ed02f360d7 (patch) | |
tree | 4cdb96594169895469aca20541089a8817b589d3 /multimedia | |
parent | 885e277e1a95ef0e65be7e455c1a4a02f1380277 (diff) | |
download | pkgsrc-f3648950a870d650d1f59e5a213da4ed02f360d7.tar.gz |
Update clutter-gst to 1.0.0.
clutter-gst 1.0.0 (09/02/2010)
===============================================================================
* list of changes since 0.10.0
o Uses the playbin2 GStreamer element.
o Autoloads subtitle files when they have the same name than the video
being played and are in the same directory.
o GObject introspection support.
o Added a new clutter_gst_init_with_arg() symbol, changed *get_playbin()
to a more generic *get_pipeline()
o A lot of small bug fixes and code clean up.
Many thanks to:
Bastian Winkler
Ole André Vadla Ravnås
Roland Peffer
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/clutter-gst/Makefile | 6 | ||||
-rw-r--r-- | multimedia/clutter-gst/PLIST | 8 | ||||
-rw-r--r-- | multimedia/clutter-gst/buildlink3.mk | 4 | ||||
-rw-r--r-- | multimedia/clutter-gst/distinfo | 8 |
4 files changed, 12 insertions, 14 deletions
diff --git a/multimedia/clutter-gst/Makefile b/multimedia/clutter-gst/Makefile index 1fce05bdc12..d6b2a0c7e51 100644 --- a/multimedia/clutter-gst/Makefile +++ b/multimedia/clutter-gst/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.5 2009/10/26 08:52:43 obache Exp $ +# $NetBSD: Makefile,v 1.6 2010/03/11 04:07:58 obache Exp $ # -DISTNAME= clutter-gst-0.10.0 +DISTNAME= clutter-gst-1.0.0 CATEGORIES= multimedia -MASTER_SITES= http://www.clutter-project.org/sources/clutter-gst/0.10/ +MASTER_SITES= http://www.clutter-project.org/sources/clutter-gst/1.0/ MAINTAINER= obache@NetBSD.org HOMEPAGE= http://www.clutter-project.org/ diff --git a/multimedia/clutter-gst/PLIST b/multimedia/clutter-gst/PLIST index abfd3999bff..ddb78a16979 100644 --- a/multimedia/clutter-gst/PLIST +++ b/multimedia/clutter-gst/PLIST @@ -1,13 +1,11 @@ -@comment $NetBSD: PLIST,v 1.3 2009/10/26 08:52:43 obache Exp $ -include/clutter-1.0/clutter-gst/clutter-gst-audio.h +@comment $NetBSD: PLIST,v 1.4 2010/03/11 04:07:58 obache Exp $ include/clutter-1.0/clutter-gst/clutter-gst-util.h include/clutter-1.0/clutter-gst/clutter-gst-version.h include/clutter-1.0/clutter-gst/clutter-gst-video-sink.h include/clutter-1.0/clutter-gst/clutter-gst-video-texture.h include/clutter-1.0/clutter-gst/clutter-gst.h -lib/libclutter-gst-0.10.la -lib/pkgconfig/clutter-gst-0.10.pc -share/gtk-doc/html/clutter-gst/ClutterGstAudio.html +lib/libclutter-gst-1.0.la +lib/pkgconfig/clutter-gst-1.0.pc share/gtk-doc/html/clutter-gst/ClutterGstVideoSink.html share/gtk-doc/html/clutter-gst/ClutterGstVideoTexture.html share/gtk-doc/html/clutter-gst/ch01.html diff --git a/multimedia/clutter-gst/buildlink3.mk b/multimedia/clutter-gst/buildlink3.mk index f3487a0b603..21f5f4b8a7d 100644 --- a/multimedia/clutter-gst/buildlink3.mk +++ b/multimedia/clutter-gst/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.4 2009/10/26 08:52:43 obache Exp $ +# $NetBSD: buildlink3.mk,v 1.5 2010/03/11 04:07:58 obache Exp $ # BUILDLINK_TREE+= clutter-gst @@ -6,7 +6,7 @@ BUILDLINK_TREE+= clutter-gst .if !defined(CLUTTER_GST_BUILDLINK3_MK) CLUTTER_GST_BUILDLINK3_MK:= -BUILDLINK_API_DEPENDS.clutter-gst+= clutter-gst>=0.10.0 +BUILDLINK_API_DEPENDS.clutter-gst+= clutter-gst>=1.0.0 BUILDLINK_PKGSRCDIR.clutter-gst?= ../../multimedia/clutter-gst .include "../../graphics/clutter/buildlink3.mk" diff --git a/multimedia/clutter-gst/distinfo b/multimedia/clutter-gst/distinfo index d634531f826..926e0956947 100644 --- a/multimedia/clutter-gst/distinfo +++ b/multimedia/clutter-gst/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2009/10/26 08:52:43 obache Exp $ +$NetBSD: distinfo,v 1.3 2010/03/11 04:07:58 obache Exp $ -SHA1 (clutter-gst-0.10.0.tar.gz) = dc2d040b76e890f7a010a49676bb59ef1b52bc23 -RMD160 (clutter-gst-0.10.0.tar.gz) = 04591b4be03b9b561e60c6712c8fceb2b07c8b15 -Size (clutter-gst-0.10.0.tar.gz) = 490143 bytes +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 |