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.
This commit is contained in:
wiz 2010-09-06 11:00:23 +00:00
parent 0ed1f14be1
commit 5385cb28aa
2 changed files with 7 additions and 7 deletions

View file

@ -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

View file

@ -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