Upstream changes:
0.09 - Aug 15, 2010
- Fix issue with MANIFEST
0.08 - Aug 13, 2010
- Fix passing multiple config files to SimpleConfig.
- Tests for this (zby)
pkgsrc changes:
- Adjusting dependencies
Upstream changes:
0.36 Tue, 31 Aug 2010 23:36:19 +0200
* Avoid deprecation warnings from new Moose version by depending on
MooseX::LazyRequire 0.06 (Jeremy Carman).
pkgsrc changes:
- add license definition
- add dependencies (from META.yml/Build.PL)
Upstream changes:
version 0.004; 2010-09-01
* mro option for mix_class(), to control the method resolution order
of the mixture class
* prefix option for mix_class(), to control where the mixture class
is located
* document that PREFIX missing from genpkg() means "don't care",
and change the actual default from "" to "Class::Mix::"
* check for required Perl version at runtime
* remove extra block around each sub definition, for readability
* use full stricture in test suite
* in Build.PL, explicitly declare configure-time requirements
* remove bogus "exit 0" from Build.PL
* add MYMETA.yml to .cvsignore
changes:
added QStringRef.__str__() and QStringRef.__unicode__() to the
QString v1 API
the destruction by Qt of internally constructed QObject instances is now
automatically detected
a signal defined with pyqtSignal() can now be used with methods that make
an internal call to QObject::connect(), e.g. QTimer.singleShot()
added the --from-imports command line argument to pyuic4 and the
from_imports argument to PyQt4.uic.compileUi()
added support for Python v3.2
changes:
added the %UnitPostIncludeCode directive
/KeepReference/ will now accept a key to track when the same object
is passed to more than one method
operator() and __call__() can now accept keyword arguments
added support for Python v3.2
pkgsrc note: runtime API changed, client pkgs need to be rebuilt
* not using autogen.sh anymore, so remove some tools from USE_TOOLS.
* patch-ak does not effect anymore for above reason, add patch-ao for it.
this patch is required to avoid conflict with security/gnupg.
Bump PKGREVISION.
Upstream changes:
0.39 Fri Mar 26 20:24:58 PDT 2010
- mysql: TEXT->LONGTEXT
- mysql: when reverse engineering, transform a default of
CURRENT_TIMESTAMP into the more common NOW()
- mysql: fix reverse-engineering of empty string default
Upstream changes:
0.13 2010-05-21 18:20:00
- Changing resolution of tests to not use seconds, RT #48385
- Changing comparison in tests to support Test::More 0.96, RT #57746
pkgsrc changes:
- add patch to remove useless bits from generated GvaScript.js
Upstream changes:
1.21 18.01.2010
- bug in Builder, Gvascript.js was written to wrong location
pkgsrc changes:
- add license definition (see https://rt.cpan.org/Ticket/Display.html?id=60954)
- add homepage
- clarify that it requires a c compiler and Module::Build
Upstream changes:
0.43.1 2010-06-11 21:45:15 America/Montreal
* Change a test to use explicit number of tests instead of 'done_testing'.
0.43.0 May 23rd, 2010
* Fixed UDP checksum. Thanks to Hal Finkel. (RT#56235)
* Added Joel Knight's code for IPv6 support from
http://www.packetmischief.ca/code/netpacket/.
Thanks to Doug Farley for the bug report. (RT#57560)
0.42.0 March 25th, 2010
* Updated license to Artistic 2.0
* Fixed bad call to 'data()' in ICMP. Thanks to Ventz Petkov.
(RT#52627)
The Video Decode and Presentation API for Unix (VDPAU) provides a complete
solution for decoding, post-processing, compositing, and displaying
compressed or uncompressed video streams. These video streams may be
combined (composited) with bitmap content, to implement OSDs and other
application user interfaces.
This VDPAU API allows video programs to offload portions of the video
decoding process and video post-processing to the GPU video-hardware.