Setting license to ${PERl5_LICENSE}
Upstream changes:
0.25 (04/25/2009)
(ms) Applied patch by Christian Dengler, adding the 'hrule' graph
parameter and increasing the sleep time in 002Pod.t to two
secs to prevent system clock inacurracies from causing
test failures.
0.24 (04/02/2009)
(ms) Added support for capturing PRINT output as suggested by
Peter Mistich. print_output() now returns a ref to an array
with the output of the last graph() command's PRINT output.
0.23 (02/05/2009)
(ms) update() now accepts DateTime objects as well (suggested by
Jay Buffington)
(ms) [rt.cpan.org #43011] Fixed rounding error on 64-bit systems
reported by Todd E. Rinaldo
Changes:
RMagick 2.10.0
o ImageMagick releases earlier than 6.3.5-10 and Ruby releases earlier
than 1.8.5 no longer supported.
o (Experimental) Support the use of Ruby managed memory for all memory
allocations (available in ImageMagick 6.5.3-10)
o Add Image#selective_blur_channel (available in ImageMagick 6.5.0-3)
o Add new AlphaBackgroundChannel enum value (available in ImageMagick
6.5.2-5)
o Add new DistortCompositeOp enum value (available in ImageMagick 6.5.3-7)
This is a security update.
changes:
-fix some unsecure tmpfile writing (CVE-2009-1962)
-more bugfixes
-symbol library extensions
-changed default browser to firefox and default pdf viewer to xpdf
-HTML MAP export (fig2dev) produces reference to .png file instead
of .gif now
-minor UI improvements
Support for RGBA representation in the frequency domain, un-pre-multiply
close-to-zero alpha values to complete black instead of slightly
brighter than black, add a BABL_ALPHA_THRESHOLD constant to the
API, do a complete overhaul of the babl API and do some changes to
increase portability of the library.
version 1.2.37beta01 [May 14, 2009]
Fixed inconsistency in pngrutil.c, introduced in libpng-1.2.36. The
memset() was using "png_ptr->rowbytes" instead of "row_bytes", which
the corresponding png_malloc() uses (Joe Drew).
Clarified usage of sig_bit versus sig_bit_p in example.c (Vincent Torri)
Updated some of the makefiles in the scripts directory (merged with
those in libpng-1.4.0beta57).
version 1.2.37beta02 [May 19, 2009]
Fixed typo in libpng documentation (FILTER_AVE should be FILTER_AVG)
Relocated misplaced #endif in pngwrite.c, sCAL chunk handler.
Conditionally compile png_read_finish_row() which is not used by
progressive readers.
Added contrib/pngminim/preader to demonstrate building minimal progressive
decoder, based on contrib/gregbook with embedded libpng and zlib.
version 1.2.37beta03 [May 20, 2009]
In contrib/pngminim/*, renamed "makefile.std" to "makefile", since there
is only one makefile in those directories, and revised the README files
accordingly.
Reformated sources in libpng style (3-space indentation, comment format)
version 1.2.37rc01 [May 27, 2009]
No changes.
versions 1.2.37 and 1.0.45 [June 4, 2009]
Reformatted several remaining "else statement;" and "if () statment;" into
two lines.
Added "#define PNG_NO_WRITE_SWAP" to contrib/pngminim/encoder/pngusr.h
and "define PNG_NO_READ_SWAP" to decoder/pngusr.h and preader/pngusr.h
Added sections about the git repository and our coding style to the
documentation (merged from libpng-1.4.0beta62)
Added a section about using png_get_io_ptr() in configure scripts to detect
the presence of libpng.
Update provided by Hasso Tepper on pkgsrc-users.
Changes:
7.4.2:
Bug fixes
* Fixed segfault when rendering to front buffer with DRI 1.
* Fixed swrast texture rectangle bug when wrap mode = GL_CLAMP_TO_BORDER and filter mode = GL_LINEAR. (bug
21461)
* Fixed texture object mem leak during context destruction.
* Fixed a state validation bug in glCopyTex[Sub]Image()
* Fixed some i965 GLSL bugs.
* Fixed an R300 driver texture object bad memory reference.
7.4.1:
Bug fixes
* Fixed a two-sided lighting bug in fixed-function-to-GPU code generation
* Fixed some Darwin issues (Jeremy Huddleston)
* Indexing the GLSL gl_EyePlane[] or gl_ObjectPlane[] arrays with a variable was broken, bug 20986
* Fixed incorrect texture unit bias in TXB instruction
* glTexParameter settings weren't always propogated to drivers
* Assorted vertex/fragment program bug fixes
* Fixed point rendering in software rasterizer
* Fixed potential deadlock in object hash functions
* Fix a couple bugs surrounding front-buffer rendering with DRI2, but this is not quite complete.
* Fixed glPopAttrib() bug when restoring user clip planes
7.4:
New features
* Added MESA_GLX_FORCE_DIRECT env var for Xlib/software driver
* GLSL version 1.20 is returnd by the GL_SHADING_LANGUAGE_VERSION query
Bug fixes
* glGetActiveUniform() returned wrong size for some array types
* Fixed some error checking in glUniform()
* Fixed a potential glTexImage('proxy target') segfault
* Fixed bad reference counting for 1D/2D texture arrays
* Fixed VBO + glPush/PopClientAttrib() bug #19835
* Assorted i965 driver bug fixes
* Fixed a Windows compilation failure in s_triangle.c
* Fixed a GLSL array indexing bug
* Fixes for building on Haiku
Changes
* Updated GL/glxext.h to version 48
* Assorted updates for building on Solaris
7.3:
New features
* Support for GLSL 1.20
* Intel DRI drivers now use GEM and DRI2
Bug fixes
* Assorted GLSL bug fixes
* Assorted i965 driver fixes
* Fix for wglCreateLayerContext() in WGL/Windows driver
* Build fixes for OpenBSD and gcc 2.95
* GLSL preprocessor handles #pragma now
* Fix incorrect transformation of GL_SPOT_DIRECTION
* Fixed several bugs (#18367 and #19625) in glXMakeContextCurrent()
* Assorted Windows build fixes
Changes
* Deprecated the "XMesa" interface (include/GL/xmesa*.h files)
* Deprecated the "FXMesa" interface (include/GL/fxmesa.h file)
* Deprecated the "Allegro" interface (include/GL/amesa.h file)
* Removed include/GL/uglmesa.h header
* Removed include/GLView.h header for BeOS
7.2:
New features
* i965 driver: added support for G41 chipset (Intel)
Bug fixes
* Fixed display list bug involving primitives split across lists (bug 17564)
* Fixed some issues with glBindAttribLocation()
* Fixed crash in _tnl_InvalidateState() found with Amira (bug 15834)
* Assorted bug fixes for Ming build
* Fixed some vertex/pixel buffer object reference counting bugs
* Fixed depth/stencil bug in i915/945 driver
* Fixed some shader flow control bugs in i965 driver
* Fixed a few tdfx driver bugs which prevented driver from working
* Fixed multisample enable/disable bug
Changes
* Updated SGI header files with new license terms.
7.1:
New features
* autoconf-based configuration (and clean-up of Makefiles)
* Assorted DRI driver enhancements
* Reduced dependencies between X server and Mesa
* GL_EXT_texture_from_pixmap extension for Xlib driver
* Support for the GL shading language with i965 driver (implemented by Intel)
* ATI R500 series support (Radeon X1300-X1950) in r300 DRI driver
Bug fixes
* Numerous GLSL fixes
* Fixed some error code/detection bugs in the GLSL-related API functions
* Lots of DRI driver fixes.
A malformed (or simply huge) PNG file can lead to integer overflow in
calculating the size of the output buffer, leading to crashes or buffer
overflows later. Fixes SA35205 security advisory.
bump PKGREVISION of affected plugin
* The target profile in ProfileImage() is no longer accessed after its freed
* Bug fix for -page
* Minor change to -function Arctan to make first argument match slope
* Do not treat -page as a global option
* Create thread set for pseudo-random number generator
* Do not change opacity value for the -alpha background option.
* Rebuild automake / autoconf scripts
* Check for XMakeImage() integer overflow vulnerability
* Permit reading a specific frame of a multi-page TIFF with blobs.
* Added new -function methods Arcsin and Arctan
* Fixed a regression with PNG8: format
* The -geometry option was improperly applied twice
* Set image colorspace to YCbCrColorspace if JPEG color space is JCS_YCbCr
* Updated help output and command-line options documentation to bring
the -alpha options up to date with what's actually in the code
* Change "depreciated" to "deprecated" in several files
* Change OpenMP schedule from dynamic to static for RenderFreeType()
* Recognize unicode strings when computing caption word wrapping
* New -alpha background option to set fully-transparent pixels to the
background color
* Combined layer of transparent PSD image was not being read properly
reported in CVE-2009-0146, CVE-2009-0147, CVE-2009-0166, CVE-2009-0799,
CVE-2009-0800, CVE-2009-1179, CVE-2009-1180, CVE-2009-1181,
CVE-2009-1182 and CVE-2009-1183.
also some patches from poppler for postscript output generation problems
seen here.
* Fixed a use-after-free error in the GIF reader.
* Flushed the output log to display the current trial in real time.
* Fixed an error in reporting unrecognized file formats.
* Removed the requirement to "fix" TIFF files that contain unrecognized
metadata.
* Simplified the option abbreviation rules. Option names can now be
abbreviated to their shortest unique prefix, as in X11 applications.
upstream has provided a way to fetch the distfile with a URL that
can be constructed by pkgsrc
Upstream changes:
* Experimental support for the build tool waf.
* Fix test failures when compiling with -O0. See r631.
* Ensure that conversions from double to int are performed
correctly. Fixes for ticket31.
* Clarify what gtk_image_view_get_draw_rect() and
gtk_image_view_get_viewport() returns when the view is not
allocated.
== Changes 0.6.0 from 0.5.9: 2009-05-23
=== Improvements
* Supported Bonjour: [kimura wataru]
* Added new mascot character "Tailavi": [MoMo]
* ((<URL:http://www.cozmixng.org/repos/rabbit/trunk/sample/momo/tailavi/>))
* Added subtitle to windows title.
* Supported slide property.
* Added alternative images for "rabbit and tortoise".
* Original image is used for PDF embedding instead of
resized image.
=== Fixes
* Fixed a typo in sample/kof2005/gesture.rb: [#143][IWAI, Masaharu]
* Fixed install document: [zunda]
* Fixed English: [Eduardo Gonzalez]
Version 0.6.0 :
* Core
* Scaling beyond 200% is now possible
* Interface
* Added interactive mode
* Moved "Mode" to the output tab and renamed it
* Added 2 new scale-back modes
* Fixed non-interactive mode, added scripts for
command-line batch processing
Version 0.5.0 :
* Core
* Faster engine, lower memory requirements
* Introduced rigidity masks
* Added GAP support
* Introduced left-right/top-bottom balance
* Interface
* Ignore discard masks when enlarging
* Added reset and revert to last used values
buttons for the size, and general reset
* The dialog now comes up with the last used
values for the size
* Added info icons
* Added russian help page
Version 0.4:
* New features:
* Support for image types (color models):
GREY, GREYA, RGB, RGBA, CMY, CMYK, CMYKA
and custom
* Additional builtin energy functions based on
luma instead of brightness
* Support for custom energy functions
* Functions to read out the energy map
* Cancel function to interrupt computations
* Additional methods for bias and rigidity masks
* Use a single progress instead of several
ones when the update is performed in steps
* Can handle input buffers non-destructively
* Performace related:
* Faster rescaling thanks to optimisations in
the code
* Spare memory when not using features (e.g. the
bias)
* Configuration
* The default installation directory is now /usr
instead of /usr/local
* Compiling under MinGW now correctly produces a
DLL with the default settings
* Now it also compiles under MS Visual C++
* All public macro names start with LQR_* (old
versions are still available but can be disabled
at configure time)
Version 0.3:
* New features:
* Enlargement is not limited to 200% any more
(it is automatically performed in steps)
* Added readout functions for the internal
visibility map
Version 0.2:
* New fetures:
* Support for 16-bit, 32-bit and 64-bit
per channel images
* Rigidity masks
* Left-right/top-bottom balance
* Performace related:
* Improved attached visibility maps
management (lower memory requirements)
* All internal buffers turned from
double to float, improving both speed
and memory requirements
* Documentation:
* Reviewed manual and completed refence
* Added man pages
- Updating package for p5 cairo bindings from 1.060 to 1.061
Upstream changes:
2009-03-28 Torsten Schoenfeld <kaffeetisch@gmx.de>
* NEWS
* README
* lib/Cairo.pm: Stable release 1.061.
2009-03-28 Torsten Schoenfeld <kaffeetisch@gmx.de>
* Cairo.pm -> lib/Cairo.pm (moved)
* MakeHelper.pm -> inc/MakeHelper.pm (moved)
* MANIFEST
* Makefile.PL: Move the two modules into their own folders to make
it clear that the one is the real thing while the other is just
build helper code.
2009-03-28 Torsten Schoenfeld <kaffeetisch@gmx.de>
* Cairo.xs (cairo_object_from_sv, cairo_struct_from_sv): Hush two
compiler warnings.
2009-03-28 Torsten Schoenfeld <kaffeetisch@gmx.de>
* Cairo.pm: In the POD, use =item instead of =head4 for methods so
that not every single method shows up in a table of contents.
Also fix two other small POD glitches.
2009-03-28 Torsten Schoenfeld <kaffeetisch@gmx.de>
* MANIFEST.SKIP: Update for SVN.
2009-03-28 Torsten Schoenfeld <kaffeetisch@gmx.de>
* Makefile.PL: Use EU::MM's META_MERGE instead of EXTRA_META.
2008-10-26 Torsten Schoenfeld <kaffeetisch@gmx.de>
* Makefile.PL: CAIRO_FONT_TYPE_QUARTZ was introduced in cairo 1.6,
not 1.4.
2008-10-05 Torsten Schoenfeld <kaffeetisch@gmx.de>
* MakeHelper.pm: Use the correct enum type instead of int for the
enum converters.
2008-10-05 Torsten Schoenfeld <kaffeetisch@gmx.de>
* Cairo.pm:
* Cairo.xs:
* CairoFont.xs:
* CairoFt.xs:
* CairoMatrix.xs:
* CairoPath.xs:
* CairoPattern.xs:
* CairoSurface.xs:
* MakeHelper.pm:
* Makefile.PL:
* cairo-perl-private.h:
* cairo-perl.h:
* cairo-perl.typemap:
* examples/simple.pl:
* t/Cairo.t:
* t/CairoFont.t:
* t/CairoFt.t:
* t/CairoMatrix.t:
* t/CairoPath.t:
* t/CairoPattern.t:
* t/CairoSurface.t: In preparation of the move to SVN, use the Id
keyword in place of Header.
2008-09-07 Torsten Schoenfeld <kaffeetisch@gmx.de>
* Makefile.PL: When prompting for auto-installing dependencies,
default to 'no' so that automatic testers with CPANPLUS.pm don't
end up invoking CPAN.pm. (RT #38286)
2008-09-06 Torsten Schoenfeld <kaffeetisch@gmx.de>
* README: Fix the dependency versions for EU::Depends and
EU::PkgConfig.
* Cairo.pm: Mention http://cairographics.org/manual/ in the API
documentation section. Fix a POD error.
* Makefile.PL: Support the enum value CAIRO_FONT_TYPE_QUARTZ. (RT
#34681)
2008-06-01 Torsten Schoenfeld <kaffeetisch@gmx.de>
* t/CairoSurface.t: Cairo::PsSurface->create can under certain
conditions apparently return a surface that is not a PS surface.
Handle this gracefully. (RT #33871)
version 2.26.2
- Don't take new photo while waiting for the previous
Ignore new photo requests if we are still waiting for an "handoff"
signal for the previous one, fixes bug #582902
- Fix a couple of trivial memory leaks in the thumbnail generator code, fixes bug #578289
- Don't return if "image-loading" icon is not found, we will have an empty
pixbuf while the thumbnail thread is running but it is surely better than
no thumbnail at all. Try to fallback to generic "image" icon before giving up,
fixes (at least it should) bug #582240.
- added/updated translations
- ar, courtesy of Khaled Hosny
- be, courtesy of Ягор Кур'яновіч
- el, courtesy of Simos Xenitellis
- es, courtesy of Jorge González
- kn, courtesy of Shankar Prasad
to fix the bug where the colors slider doesn't move past value 245 when
using GTK>=2.14.0.
Also include desktopdb.mk as told by pkglint. Bump PKGREVISION.
- Updating package graphics/graphviz to 2.22.2
- Setting license to cpl-1.0
- Rework optional dependencies handling (handle dependencies
of dependencies)
Upstream changes:
March 13, 2009
- Release 2.22.2
- fix for buffer overflow (present in 2.22.0 and 2.22.1)
- Fixed bugs:
1596, 1602
March 9, 2009
- Release 2.22.1
- build fixes for Visual Studio and for FreeBSD
March 3, 2009
- Release 2.22.0
- Core:
- libgvc api changed, version bumped. Affects third party
applications using libgvc.
- plugin api changed, version bumped. Affects third party
plugins for graphviz.
- 90% conversion to cgraph has been done, but not enabled yet,
(and yes, its true what they say about the last 10% )
- drop libagraph from distribution (use libcgraph)
- layout code completely converted to floating point.
- new "dot -P" option for generating a graph of available
plugins.
- registered MIME type: text/vnd.graphviz for .gv files
- rename files from .dot to .gv to avoid conflict with
Word templates. .dot still supported, but deprecated.
- new command: mm2gv (matrix-market graph file conversion)
- rename commands: dot2gxl -> gv2gxl
gxl2dot -> gxl2gv
- Plugins:
- new rsvg plugin for support of node shapes in SVG format
- new gs plugin for support of node shapes in PS format
- new lasi plugin for support of UTF-8 characters in PS output
(the above thee plugins are Linux only, at the moment)
- new quartz plugin (MacOSx only)
- new gdiplus plugin (Windows only)
- new -Tvml support in core plugin (thanks Steve Roush)
- new -Ttk support in core plugin (also used by Tcldot and
gv_tcl language bindings.)
- disabled old style codegens completely
- Linux:
- new Ubuntu8 builds
- new Fedora 10 and 11 builds
- MacOSx:
- Universal binary for Leopard: i386, x86_64, ppc, ppc64
- Should not conflict with parallel install of MacPorts
version of graphviz
- Improved GUI
- Windows:
- VisualC project files now available, in addition to the GNU
Makefiles that are used the mingw builds.
- Language Bindings:
- fixed problem with writing dot, xdot, plain, canon to
memory or to Tcl_Channels
- renamed man pages to Debian style: gv.3tcl, gv.3perl, etc
- Fixed bugs:
827, 1365, 1366, 1367, 1368, 1374, 1375, 1376, 1378, 1380, 1382,
1383, 1385, 1386, 1388, 1390, 1391, 1392, 1394, 1395, 1397,
1398, 1399, 1405, 1407, 1410, 1412, 1414, 1415, 1416, 1421,
1424, 1425, 1427, 1429, 1431, 1433, 1435, 1436, 1437, 1438,
1440, 1441, 1444, 1446, 1451, 1452, 1453, 1456, 1457, 1459,
1460, 1461, 1462, 1463, 1464, 1465, 1466, 1470, 1474, 1475,
1476, 1477, 1478, 1484, 1485, 1489, 1490, 1492, 1493, 1495,
1496, 1499, 1500, 1501, 1502, 1503, 1505, 1509, 1513, 1521,
1523, 1525, 1530, 1531, 1532, 1533, 1535, 1536, 1539, 1540,
1542, 1543, 1546, 1547, 1551, 1553, 1554, 1561, 1565, 1566,
1568, 1569, 1570, 1571, 1573, 1577, 1578, 1579, 1580, 1581,
1582, 1584, 1586,
Changes:
RMagick 2.9.2
o Add new HorizontalTileEdgeVirtualPixelMethod,
VerticalTileEdgeVirtualPixelMethod, CheckerTileVirtualPixelMethod
VirtualPixelMethod enum values (available in ImageMagick 6.5.0-1)
o Added BilinearForwardDistortion, BilinearReverseDistortion enums
(available in ImageMagick 6.5.1-2)
o Add missing composite operators to Magick::Draw#composite method
o Add warning about dropping support for ImageMagick < 6.3.5 and
Ruby < 1.8.5
o Fix bug #25892, stack buffer overflow in Magick::TypeMetric.to_s
(reported by Roman Simecek)
matplotlib is a pure python plotting library designed to bring
publication quality plotting to python with a syntax familiar to
matlab users. A lot progress towards this goal has been made since
the first release of matplotlib, the library does produce high quality
2D plots. All of the plotting commands can be accessed either via a
functional interface familiar to matlab users or an object oriented
interface familiar to python users, and several high resolution output
formats are supported.
This package contains the Tk driver for matplotlib.
Tutorial: http://matplotlib.sourceforge.net/tutorial.html
* Defined TOO_FAR == 32767 in deflate.c (again). The definition
has continually been inadvertently omitted during zlib updates
since pngcrush version 1.6.4.
* Revised handling of xcode files so at least we can get printout
of IHDR values with "pngcrush -fix -n -v xcode.png"
Changes 1.6.16:
* Added -newtimestamp and -oldtimestamp options and changed
default condition to timestamping the output file with
the current time (i.e., -newtimestamp is default)
* If the -oldtimestamp option is used then the output file
has the same timestamp as the input file.
* Added CgBI chunk detection.
Changes 1.6.15:
* Fixes some missing typecasts on png_malloc() calls, patch from
an anonymous reporter to the SourceForge bug tracker.
* Added -time_stamp option to change time stamping from default
condition.
PyGooCanvas 0.14.1 (May 10 2009)
==================
o Fix a segfault due to an API change in PycCairo (Gian Mario)
o Autogenerate the ChangeLog from git logs (Gian Mario)
o Fix the build when using libtool 2.x (Gian Mario)
o Make the required changes after the switch to git (Gian Mario)
Based on maintainer update request by PR 41063.
While here, add commented out LICENSE (LGPL-2.1 or MPL-1.1).
Overview of changes from pycairo 1.8.2 to pycairo 1.8.4
=======================================================
General Changes:
Pycairo 1.8.4 requires cairo 1.8.4 (or later) and Python 2.6
Bug Fixes:
20674: Add get/set_extend for Gradient Patterns
New Classes:
cairo.ToyFontFace
New Methods:
Pattern.get_extend
Pattern.set_extend
ToyFontFace.get_family
ToyFontFace.get_slant
ToyFontFace.get_weight
Deleted Methods:
SurfacePattern.get_extend
SurfacePattern.set_extend
Other Changes:
Threading for surfaces with stream functions has been reenabled.
Documentation updates.
0.1.9
------------------------------------------------------------------------
Added Leica RWL raw format in list of supported files.
Updated to LibRaw 0.7.2 :
- More accurate types conversion in libraw_datastream.h to make compilers happy.
- New postprocessing parameter auto_bright_thr: set portion of clipped pixels for
auto brightening code (instead of dcraw-derived hardcoded 1%).
- '-U' option for dcraw_emu sample sets auto_bright_thr parameter.
Updated to LibRaw 0.7.1 :
- Fixed broken OpenMP support.
Updated to LibRaw 0.7.0 :
- Black (masked) pixels data extracted from RAW and avaliable in application.
- Application can turn off RAW data filtering (black level subtraction,
zero pixels removal and raw tone curve).
- New 'input framework' released. Reading raw data from file and memory buffer supported from scratch.
LibRaw-using application can implement own data reading functions (e.g. reading from network stream).
- Fuji SuperCCD: raw data extracted without 45-degree rotation.
- New sample applications: 4channels and unprocessed_raw.
- Imported (subsequentally) new dcraw versions from 8.89 to 8.93 (up to date)
Updated to libraw 0.6.15:
- more accurate pentax dSLR support
- fixes in Kodak 620x/720x identification
- faster identification procedure for some formats.
- Fixed bug in custom gamma curve creation
Updated to libraw 0.6.14:
- user-specified gamma curve.
- Pentax K2000/Km support.
- Changes in Canon sRAW processing (support for 5D2 fw 1.07).
version 1.2.36beta01 [February 28, 2009]
Revised comments in png_set_read_fn() and png_set_write_fn().
Revised order of #ifdef's and indentation in png_debug definitions of png.h
bug introduced in libpng-1.2.34.
version 1.2.36beta02 [March 21, 2009]
Use png_memset() after png_malloc() of big_row_buf when reading an
interlaced file, to avoid a possible UMR.
Undid recent revision of PNG_NO_STDIO version of png_write_flush(). Users
having trouble with fflush() can build with PNG_NO_WRITE_FLUSH defined.
Revised libpng*.txt documentation about use of png_write_flush().
Removed fflush() from pngtest.c.
Added "#define PNG_NO_WRITE_FLUSH" to contrib/pngminim/encoder/pngusr.h
version 1.2.36beta03 [March 27, 2009]
Relocated misplaced PNG_1_0_X define in png.h that caused the prototype
for png_set_strip_error_numbers() to be omitted from PNG_NO_ASSEMBLER_CODE
builds. This bug was introduced in libpng-1.2.15beta4.
Added a section on differences between 1.0.x and 1.2.x to libpng.3/libpng.txt
version 1.2.36beta04 [April 5, 2009]
Fixed potential memory leak of "new_name" in png_write_iCCP() (Ralph Giles)
version 1.2.36beta05 [April 24, 2009]
Added "ifndef PNG_SKIP_SETJMP_CHECK" block in pngconf.h to allow
application code writers to bypass the check for multiple inclusion
of setjmp.h when they know that it is safe to ignore the situation.
Made some cosmetic changes to whitespace in pngtest output.
Renamed "user_chunk_data" to "my_user_chunk_data" in pngtest.c to suppress
"shadowed declaration" warning from gcc-4.3.3.
Renamed "gamma" to "png_gamma" in pngset.c to avoid "shadowed declaration"
warning about a global "gamma" variable in math.h on some platforms.
version 1.2.36rc01 [April 30, 2009]
No changes.
version 1.0.44 and 1.2.36 [May 7, 2009]
No changes.
GooCanvas 0.14 (Mar 15 2009)
==============
o Added support for tooltips (this means we need GTK+ 2.12).
(Note that there is a GTK+ bug which will cause problems with
tooltips on a large canvas. See bug #573294.)
o Added "x", "y", "width" and "height" properties to items that
didn't have them.
o Fixed bug in goo_canvas_convert_from_item_space().
o Added "scroll-event" signal to GooCanvasItem.
GooCanvas 0.13 (Nov 30 2008)
==============
o New GooCanvasGrid item for drawing grids on the canvas.
o Support for static items that don't move as the canvas is zoomed
and scrolled (this is a bit experimental).
o Font hinting is not turned off any more - this means smaller text should
be more readable. Hopefully it doesn't affect text layout.
o Fixed a few GooCanvasTable drawing bugs.
o Fixed GooCanvasText drawing, when align is set.
o Fixed GooCanvasPolyline is_item_at() code, so the fill isn't tested.
o Added "animation-finished" signals to GooCanvasItem & Model.
Clutter-GTK 0.8.3 20/02/2009
============================
- Require Clutter >= 0.8.7
- Emit the ::activate and ::deactivate signals on the stage when we get a
focus event on the embedding widget
- Propagate the modifiers state for motion events
clutter-box2d-0.8.2:
====================
Changes:
- Fixed bug in prismatic joint constructor.
- Updated box2d version used.
- Updated and improved documentation.
- Updated and improved parameter handling in public API
entry points.
- Added support for callbacks for collisions.
- Bug fixes relating to reference keeping.
- Brought sandbox testbed app up to date with API changes.
Clutter 0.8.8 (20/02/2009)
===============================================================================
* List of changes between 0.8.6 and 0.8.8
Emmanuele Bassi (5):
Pots-release bump to 0.8.7
Bug 1365 - ClutterEntry doesn't get the cursor when it should
[behaviour-path] Bail out if we don't have knots
[behaviour] Do not notify empty behaviours
[backport] Update the viewport when updating the GL context
Neil Roberts (2):
[backport] Remove backwards timelines check in get_progress
[backport] Set the SYNC_MATRICES flag when a stage is first realized
Owen W. Taylor (2):
Fix properties that have X11 types to be 'long'
Change default tile-waste from 64 to 63
Tomas Frydrych (2):
Fixed handling of enter and leave events in clutter_x11_handle_event()
Fix clutter_x11_texture_pixmap_get/set_property() following change
of PROP_WINDOW type.
Clutter 0.8.6 (14/01/2009)
===============================================================================
* List of changes between 0.8.4 and 0.8.6
o Improve performance of the text layout by drawing multiple
glyphs in a single GL call
o Use a RGB texture for 24bpp pixmaps with the GLX texture-from-pixmap
actor
o Fix a race condition in the X11 backend when resizing the stage
o Fix an off-by-one error in clutter_stage_read_pixels()
o Use ARB_texture_rectangle inside the GLX texture-from-pixmap actor,
if the GL implementation does not provide NPOT textures
o Improved ocumentation and parameters checks
* List of bugs fixed since 0.8.4
o #1305 - NPOT textures unaligned to a pixel sometimes have border
artifacts
o #1303 - clutter_glx_texture_pixmap_using_extenstion doesn't check
if fallbacks are being used
o #1297 - Bring back support for GL_ARB_texture_rectangle
o #1309 - ClutterBehaviourDepth conflicts with orher behaviours
o #1351 - Extra ; in clutter-behaviour-ellipse.c
o #1392 - behaviour_set_alpha set same alpha twice lead to warning
and destroy the input alpha
o #1289 - Draw multiple glyphs at once
were moved or renamed.
This was for some from 2008 and 2009 and one from 2001.
Also I noticed that a CHANGES entry was wrong as said "Renamed"
when should have said "Moved" (lua-OSBF) because PKGBASE stayed the
same.
While here, clean up a lot of pkglint; it appears that the manual
substitutions in the makefile got rolled into several of the patches
at some point. Various problems remain (e.g. the build system runs
/usr/bin/make explicitly in a number of places; plus the manual
substitutions should be tidied away) but this should cover the most
serious ones.
PKGREVISION++.
Circos is a Perl application for the generation of publication-quality,
circularly composited renditions of genomic data and related annotations.
Circos is particularly suited for visualizing alignments, conservation and
intra and inter-chromosomal relationships.
Approved by: groo
Comix 4.0.4
- Applied a workaround for a bug that caused the "Open" dialog to crash
when trying to open a file when the file type filter had been reset to
blank. This bug seems to only appear on some systems, probably depending
on the installed GTK+ version.
- Fixed a bug that caused the error message for unfulfilled dependencies
to not be printed properly.
- The rar/unrar program is now invoked in such a way as to keep broken
or incomplete files extracted from RAR archives, since Comix might be
able to display parts of these files anyway.
so that it sorts correctly, and leave 1.18.1 available for a possible
future upstream bugfix point release.
Changes since 1.18:
incorporate the fix in our patch-aa
(No need to pull to pkgsrc-stable; this is the same as 1.18nb2)
changes:
-important bugfixes
-improved CID support
There was an ABI breakage between 2.3.7 and 2.3.8 which was reverted
in 2.3.9. The public 'PS_FontInfoRec' structure was expanded and
then shrunk. Applications compiled against 2.3.8 should work fine
with 2.3.9. Applications compiled against the new 2.3.9 can
theoretically exhibit problems if run against a 2.3.8 binary, if
some PS_FontInfo stuff is used. See the freetype release notes
for details. I didn't find any suspects for now. If one is found,
it should be changed to require 2.3.9, and PKGREV bumped.
- Updating package for p5 module Image::Size to 3.2
- Add license artistic 2.0
Upstream changes:
3.2 Monday February 23, 2009, 05:00:00 AM -0800
* lib/Image/Size.pm
* t/all.t
Make the package buildable in a pure-Perl software stack. Per
RT ticket #42930, make Compress::Zlib optional, so that those
who do not need it are not required to install it. Updated the
test around the compressed-SWF file to skip if Compress::Zlib
is absent.
* Build.PL (restored)
* ChangeLog (deleted)
* ChangeLog.xml (added)
* MANIFEST (deleted)
* Makefile.PL (deleted)
* README.Win32 (deleted)
* etc/ChangeLogML.xsd (added)
Making large-scale house-keeping changes to the build/dist
process. Replace ChangeLog (plain-text) with a ChangeLogML file
created from the CVS/SVN history and hand-adjusted; add the XSD
for ChangeLogML; restore Build.PL and heavily enhance; and
remove README.Win32, Makefile.PL and MANIFEST.
* lib/Image/Size.pm
Per RT ticket #43452, make the cache visible outside the
lexical scope of the module This allows the hash to be used
with packages like IPC::Shareable or IPC::MM to enable sharing
the cache between processes. Added extra documentation of this,
and a new section describing approaches to cache-sharing.
Transaction revision: 136
* imgsize
* lib/Image/Size.pm
Fix URL/specification of the license info for LGPL.
- Updating module to 2.41
Upstream changes:
2.41 Added backend support for grouping features in GD::SVG module.
2.40 ** Do not use - contains a bug **
2.39 Makefile.PL will refuse to run if the proper version of libgd is
unavailable.
2.38 Fixed bizarre warning about /usr/include/gd.h != /usr/include/gd.h.
2.37 GD/Image.pm did not bring in croak() properly, meaning that
incorrect error messages are printed out when any of the
newFromXXX() calls are made.
2.36 Instructions on using gdAntiAliased with palette images.
- removed packages p5-IO-Compress-Base, p5-IO-Compress-Zlib,
p5-IO-Compress-Bzip2 and p5-Compress-Zlib because they are
merged into p5-IO-Compress
- Updated dependend packages to depend on p5-IO-Compress
and bump PKGREVISION
Upstream changes:
2.017 30 March 2009
* Merged IO-Compress-Base, IO-Compress-Bzip2, IO-Compress-Zlib &
Compress-Zlib into IO-Compress.
* The interface to Compress-Raw-Zlib now uses the new LimitOutput
feature. This will make all of the zlib-related IO-Compress modules
less greedy in their memory consumption.
* Removed MAN3PODS from Makefile.PL
* A few changes to get the test harness to work on VMS courtesy of
Craig. A. Berry.
* IO::Compress::Base & IO::Uncompress::Base
Downgraded some croaks in the constructors to just set $! (by letting
the code attempt to open a file and fail).
This makes the behavior more consistent to a standard open.
[RT #42657]
* IO::Uncompress::Base
Doing a seek with MultiStream could drop some of the uncompressed
data. Fixed.
* IO::Compress::Zip
- Fixed problem with the uncompressed & uncompressed fields when
zip64 is enabled. They were set to 0x0000FFFF instead of
0xFFFFFFFF. Also the ZIP64 extra field was 4 bytes short.
Problem spotted by Dino Chiesa.
* IO::Uncompress::Unzip
- use POSIX::mktime instead of Time::Local::timelocal to convert
the zip DOS time field into Unix time.
* Compress::Zlib
- Documented Compress::Zlib::zlib_version()
The clutter build failed because GLX_FRONT_LEFT_EXT and
GLX_BIND_TO_TEXTURE_RGBA_EXT were not defined. (I had MesaLib-6.4.2nb3
installed.)
So add BUILDLINK_API_DEPENDS.MesaLib+= MesaLib>=7.0