Up to [cvs.netbsd.org] / pkgsrc / multimedia / p5-GStreamer
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.10 / (download) - annotate - [select for diffs], Sat Mar 3 00:12:20 2012 UTC (2 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
HEAD
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
Recursive bump for pcre-8.30* (shlib major change)
Revision 1.9 / (download) - annotate - [select for diffs], Mon Feb 6 12:41:06 2012 UTC (3 months, 2 weeks ago) by wiz
Branch: MAIN
Changes since 1.8: +2 -1
lines
Diff to previous 1.8 (colored)
Revbump for a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
Revision 1.8 / (download) - annotate - [select for diffs], Tue Aug 16 21:55:34 2011 UTC (9 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3
Changes since 1.7: +2 -3
lines
Diff to previous 1.7 (colored)
Update to 0.16. Changes undocumented.
Revision 1.7 / (download) - annotate - [select for diffs], Sun Aug 14 13:47:56 2011 UTC (9 months, 1 week ago) by obache
Branch: MAIN
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
Revision bump after updating perl5 to 5.14.1.
Revision 1.6 / (download) - annotate - [select for diffs], Fri Apr 22 13:42:32 2011 UTC (13 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base,
pkgsrc-2011Q2
Changes since 1.5: +2 -1
lines
Diff to previous 1.5 (colored)
recursive bump from gettext-lib shlib bump.
Revision 1.5 / (download) - annotate - [select for diffs], Mon Sep 6 11:00:23 2010 UTC (20 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3
Changes since 1.4: +3 -3
lines
Diff to previous 1.4 (colored)
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.
Revision 1.4 / (download) - annotate - [select for diffs], Sat Aug 21 16:35:19 2010 UTC (21 months ago) by seb
Branch: MAIN
Changes since 1.3: +2 -1
lines
Diff to previous 1.3 (colored)
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!
Revision 1.3 / (download) - annotate - [select for diffs], Sun Feb 22 14:09:41 2009 UTC (3 years, 3 months ago) by he
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
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.
Revision 1.2 / (download) - annotate - [select for diffs], Sun Dec 14 09:06:13 2008 UTC (3 years, 5 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base,
pkgsrc-2008Q4
Changes since 1.1: +3 -1
lines
Diff to previous 1.1 (colored)
MAKE_JOBS_SAFE=no
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Thu Nov 6 13:39:54 2008 UTC (3 years, 6 months ago) by obache
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Import p5-GStreamer-0.11 as multimedia/p5-GStreamer. This module allows you to use the GStreamer library from Perl.
Revision 1.1 / (download) - annotate - [select for diffs], Thu Nov 6 13:39:54 2008 UTC (3 years, 6 months ago) by obache
Branch: MAIN
Initial revision