pkgsrc/multimedia/p5-GStreamer/Makefile
he 8ddd0b00f1 Update from version 0.11 to 0.14.
This despite 2/31 test programs failed, but at least compared
to 0.11, only 4/426 vs. 5/423 subtests failed, so it's at least
no worse.

Upstream changes:

2009-01-18  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* GStreamer.pm
	* NEWS: Release 0.14.

2009-01-18  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GstClock.t: Skip the wait_async test for now as it appears to
	be broken.

2008-12-20  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/Gst.t: Print version information.

2008-12-20  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* xs/GstBus.xs (bus_watch): Don't mix declarations and expressions.

2008-12-20  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GstRegistry.t: Don't assume an 'alsa' plugin is present.

2008-12-16  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* GStreamer.pm
	* NEWS: Release 0.13.

2008-12-16  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* Makefile.PL: Improve formatting a bit.

2008-12-15  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* GStreamer.pm (GST_TIME_ARGS): Improve the formatting of the
	return statement.

2008-12-15  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* gst.typemap: Always use our custom wrappers for GstClockTime and
	GstClockTimeDiff.

2008-12-15  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GstClock.t: Use a pipeline element for the clock tests.  Also
	fix a possible dead lock.

2008-12-15  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GstElement.t
	* xs/GstElement.xs: Properly marshal the return values of
	gst_element_add_pad, gst_element_remove_pad, and
	gst_element_set_locked_state.

2008-12-15  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* Makefile.PL: Tell the CPAN indexer to ignore stuff in the xs
	directory.

2008-11-26  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* GStreamer.pm
	* NEWS: Release 0.12.

2008-11-26  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GstElement.t: Fix test failure.

2008-11-26  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* xs/GstIndex.xs
	* xs/GstStructure.xs
	* xs/GstTag.xs
	* xs/GstValue.xs: Use gperl_sv_is_defined, gperl_sv_is_array_ref,
	and gperl_sv_is_hash_ref where appropriate.

2008-11-26  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GstValue.t
	* xs/GstValue.xs: Add support for GST_TYPE_FOURCC,
	GST_TYPE_DOUBLE_RANGE, GST_TYPE_ARRAY, GST_TYPE_FRACTION, and
	GST_TYPE_FRACTION_RANGE.

2008-11-26  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* xs/GstStructure.xs (SvGstStructure): Fail loudly with a
	meaningful error message when an unregistered package name is
	encountered.

2008-11-26  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* Makefile.PL: Use META_MERGE instead of EXTRA_META.
2009-02-22 14:09:41 +00:00

29 lines
823 B
Makefile

# $NetBSD: Makefile,v 1.3 2009/02/22 14:09:41 he Exp $
#
DISTNAME= GStreamer-0.14
PKGNAME= p5-${DISTNAME}
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
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= p5-ExtUtils-Depends>=0.205:../../devel/p5-ExtUtils-Depends
DEPENDS+= p5-ExtUtils-PkgConfig>=1.07:../../devel/p5-ExtUtils-PkgConfig
MAKE_JOBS_SAFE= no
USE_TOOLS+= pkg-config
USE_LANGUAGES= c
PERL5_PACKLIST= auto/GStreamer/.packlist
BUILDLINK_API_DEPENDS.p5-glib2+= p5-glib2>=1.180
.include "../../devel/p5-glib2/buildlink3.mk"
.include "../../multimedia/gstreamer0.10/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"