Commit graph

18 commits

Author SHA1 Message Date
asau
a19397ba81 Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:20:57 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
obache
c38c120ee5 recursive bump from libffi shlib major bump
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-15 10:03:29 +00:00
abs
f687782d72 Updated multimedia/p5-GStreamer to 0.17
Overview of changes in GStreamer 0.17
=====================================

* Make GStreamer::Buffer not leak all data.
∗ Change FSF address in license notices (RT#72664/74533)
2012-09-09 12:56:37 +00:00
sbd
21792a9296 Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
dholland
7e751949e4 Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)
It turns out there were a lot of these.
2012-05-07 01:53:12 +00:00
wiz
ee311e3b36 Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
wiz
5a1e8b0499 Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)

Enjoy.
2012-02-06 12:40:37 +00:00
wiz
8a766c8bf0 Update to 0.16. Changes undocumented. 2011-08-16 21:55:34 +00:00
obache
bb3696f957 Revision bump after updating perl5 to 5.14.1. 2011-08-14 12:59:47 +00:00
obache
1d9df3258a recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
wiz
5385cb28aa 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.
2010-09-06 11:00:23 +00:00
seb
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
2010-08-21 16:32:42 +00:00
joerg
2d1ba244e9 Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
2009-03-20 19:23:50 +00:00
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
obache
86c1eb282a MAKE_JOBS_SAFE=no 2008-12-14 09:06:13 +00:00
obache
41dfbe0f38 Add buildlink3.mk 2008-11-06 14:21:10 +00:00
obache
225d9eae4b Import p5-GStreamer-0.11 as multimedia/p5-GStreamer.
This module allows you to use the GStreamer library from Perl.
2008-11-06 13:39:54 +00:00