Mon Sep 6 11:00:23 2010 UTC ()
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.


(wiz)
diff -r1.4 -r1.5 pkgsrc/multimedia/p5-GStreamer/Makefile
diff -r1.2 -r1.3 pkgsrc/multimedia/p5-GStreamer/distinfo

cvs diff -r1.4 -r1.5 pkgsrc/multimedia/p5-GStreamer/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/multimedia/p5-GStreamer/Attic/Makefile 2010/08/21 16:35:19 1.4
+++ pkgsrc/multimedia/p5-GStreamer/Attic/Makefile 2010/09/06 11:00:23 1.5
@@ -1,25 +1,25 @@ @@ -1,25 +1,25 @@
1# $NetBSD: Makefile,v 1.4 2010/08/21 16:35:19 seb Exp $ 1# $NetBSD: Makefile,v 1.5 2010/09/06 11:00:23 wiz Exp $
2# 2#
3 3
4DISTNAME= GStreamer-0.14 4DISTNAME= GStreamer-0.15
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6PKGREVISION= 1 
7CATEGORIES= multimedia perl5 6CATEGORIES= multimedia perl5
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GStreamer/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GStreamer/}
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://search.cpan.org/dist/GStreamer/ 10HOMEPAGE= http://search.cpan.org/dist/GStreamer/
12COMMENT= Perl interface to the GStreamer library 11COMMENT= Perl interface to the GStreamer library
 12LICENSE= gnu-lgpl-v2.1
13 13
14PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
15 15
16DEPENDS+= p5-ExtUtils-Depends>=0.205:../../devel/p5-ExtUtils-Depends 16DEPENDS+= p5-ExtUtils-Depends>=0.205:../../devel/p5-ExtUtils-Depends
17DEPENDS+= p5-ExtUtils-PkgConfig>=1.07:../../devel/p5-ExtUtils-PkgConfig 17DEPENDS+= p5-ExtUtils-PkgConfig>=1.07:../../devel/p5-ExtUtils-PkgConfig
18 18
19MAKE_JOBS_SAFE= no 19MAKE_JOBS_SAFE= no
20 20
21USE_TOOLS+= pkg-config 21USE_TOOLS+= pkg-config
22USE_LANGUAGES= c 22USE_LANGUAGES= c
23 23
24PERL5_PACKLIST= auto/GStreamer/.packlist 24PERL5_PACKLIST= auto/GStreamer/.packlist
25 25

cvs diff -r1.2 -r1.3 pkgsrc/multimedia/p5-GStreamer/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/multimedia/p5-GStreamer/Attic/distinfo 2009/02/22 14:09:41 1.2
+++ pkgsrc/multimedia/p5-GStreamer/Attic/distinfo 2010/09/06 11:00:23 1.3
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.2 2009/02/22 14:09:41 he Exp $ 1$NetBSD: distinfo,v 1.3 2010/09/06 11:00:23 wiz Exp $
2 2
3SHA1 (GStreamer-0.14.tar.gz) = 1a1d7ed89b2ca7f9b584ec7c51e534a165aaf38f 3SHA1 (GStreamer-0.15.tar.gz) = 767835d27eeeed637ad199db76324e86d75b6b5a
4RMD160 (GStreamer-0.14.tar.gz) = c4624e310c71dd84b84aca206cc0be72fe276ec0 4RMD160 (GStreamer-0.15.tar.gz) = b0141ff0b62c9caf679132295bb71a429d8c356c
5Size (GStreamer-0.14.tar.gz) = 68753 bytes 5Size (GStreamer-0.15.tar.gz) = 69396 bytes