diff options
author | wiz <wiz> | 2010-09-06 11:00:23 +0000 |
---|---|---|
committer | wiz <wiz> | 2010-09-06 11:00:23 +0000 |
commit | d688a1c5016b2397cc7bb541d03e7f4a88b29f7f (patch) | |
tree | 6e96ed97395e8d42518b4e7bfc61050335ff2396 /multimedia | |
parent | 2b7bafdf50538d957df2a8ba850a296ed894b42d (diff) | |
download | pkgsrc-d688a1c5016b2397cc7bb541d03e7f4a88b29f7f.tar.gz |
Update to 0.15, less test failures than 0.14 (2/31, 4/429 instead
of 3/31, 5/425). Set LICENSE.
2009-02-22 Torsten Schoenfeld <kaffeetisch@gmx.de>
* lib/GStreamer.pm
* NEWS: Release 0.15.
2009-02-22 Torsten Schoenfeld <kaffeetisch@gmx.de>
* Makefile.PL
* MANIFEST
* GStreamer.pm (removed)
* lib/GStreamer.pm (added): Move GStreamer.pm into the new lib
directory.
2009-02-22 Torsten Schoenfeld <kaffeetisch@gmx.de>
* t/GstPad.t
* xs/GstPad.xs: Wrap gst_pad_is_blocking, gst_pad_peer_query,
gst_pad_iterate_internal_links, and
gst_pad_iterate_internal_links_default.
2009-02-22 Torsten Schoenfeld <kaffeetisch@gmx.de>
* xs/GstIterator.xs (newSVGstIterator): Convert NULL iterators to
undef.
2009-02-21 Torsten Schoenfeld <kaffeetisch@gmx.de>
* xs/GstFormat.xs (SvGstFormat): Throw an exception if
gst_format_get_by_nick failed to convert the string to a format.
This means that unregistered format strings now cause errors
instead of being silently turned into GST_FORMAT_UNDEFINED.
2009-02-21 Torsten Schoenfeld <kaffeetisch@gmx.de>
* t/GstClock.t: Make the clock resolution and master clock tests
more robust.
2009-02-21 Torsten Schoenfeld <kaffeetisch@gmx.de>
* t/GstIndex.t: Make the GstIndexEntry tests more robust and correct.
2009-02-21 Torsten Schoenfeld <kaffeetisch@gmx.de>
* xs/GstIndex.xs: We don't own the GstIndexEntry objects returned
by the various GstIndex methods, so don't use the _own typemap
variant.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/p5-GStreamer/Makefile | 6 | ||||
-rw-r--r-- | multimedia/p5-GStreamer/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/multimedia/p5-GStreamer/Makefile b/multimedia/p5-GStreamer/Makefile index 6cf16acb7b4..c6071908acf 100644 --- a/multimedia/p5-GStreamer/Makefile +++ b/multimedia/p5-GStreamer/Makefile @@ -1,15 +1,15 @@ -# $NetBSD: Makefile,v 1.4 2010/08/21 16:35:19 seb Exp $ +# $NetBSD: Makefile,v 1.5 2010/09/06 11:00:23 wiz Exp $ # -DISTNAME= GStreamer-0.14 +DISTNAME= GStreamer-0.15 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= multimedia perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GStreamer/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/GStreamer/ COMMENT= Perl interface to the GStreamer library +LICENSE= gnu-lgpl-v2.1 PKG_DESTDIR_SUPPORT= user-destdir diff --git a/multimedia/p5-GStreamer/distinfo b/multimedia/p5-GStreamer/distinfo index 013b67109b7..522097e643a 100644 --- a/multimedia/p5-GStreamer/distinfo +++ b/multimedia/p5-GStreamer/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2009/02/22 14:09:41 he Exp $ +$NetBSD: distinfo,v 1.3 2010/09/06 11:00:23 wiz Exp $ -SHA1 (GStreamer-0.14.tar.gz) = 1a1d7ed89b2ca7f9b584ec7c51e534a165aaf38f -RMD160 (GStreamer-0.14.tar.gz) = c4624e310c71dd84b84aca206cc0be72fe276ec0 -Size (GStreamer-0.14.tar.gz) = 68753 bytes +SHA1 (GStreamer-0.15.tar.gz) = 767835d27eeeed637ad199db76324e86d75b6b5a +RMD160 (GStreamer-0.15.tar.gz) = b0141ff0b62c9caf679132295bb71a429d8c356c +Size (GStreamer-0.15.tar.gz) = 69396 bytes |