libgd-gd2-perl 1:2.46-3 source package in Ubuntu

Changelog

libgd-gd2-perl (1:2.46-3) unstable; urgency=low

  * Fix FTBFS on perl 5.14: append $Config{ccflags} to CCFLAGS
    (Closes: #636649)

libgd-gd2-perl (1:2.46-2) unstable; urgency=low

  * build-depend on libjpeg-dev (Closes: #636451)
    Needed a patch to disable the JPEG test as that is buggy and fails with
    libjpeg8 (Closes: #565920)
  * stop shipping HTML variant of GD POD
  * fix interpreter path in examples (Closes: #601404)
  * add patch fixing POD errors
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  17 Oct 2011 11:05:43 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libgd-gd2-perl_2.46.orig.tar.gz 254.9 KiB 0de778c8ea63bb3eb0d99d0ef090464ef594107addfa71750fd3a88216081735
libgd-gd2-perl_2.46-3.debian.tar.gz 13.7 KiB b3a738e06070c24f09e85a985c6577ccbc67234fd9b80b4f02e9310fb9a1e2dc
libgd-gd2-perl_2.46-3.dsc 1.4 KiB 87c1d885bfddad6ad7911d6e5ed9577888faae3e2949c51d19307e6db6fe51ad

Available diffs

View changes file

Binary packages built by this source

libgd-gd2-perl: Perl module wrapper for libgd - gd2 variant

 This is a autoloadable interface module for libgd, a popular library
 for creating and manipulating PNG files. With this library you can
 create PNG images on the fly or modify existing files. Features
 include:
 .
  * Lines, polygons, rectangles and arcs, both filled and unfilled
  * Flood fills
  * The use of arbitrary images as brushes and as tiled fill patterns
  * Line styling (dashed lines and the like)
  * Horizontal and vertical text rendering
  * Support for transparency and interlacing
  * Support for TrueType font rendering, via libfreetype.
  * Support for spline curves, via GD::Polyline
  * Support for symbolic font names, such as "helvetica:italic"
  * Support for symbolic color names, such as "green", via GD::Simple
  * Produces output in png, gif, jpeg and xbm format
  * Produces output in svg format via GD::SVG.
 .
 Included with the example code is the perl script qd.pl with QuickDraw
 routines for generating PICT2 files (used on Apple Macintosh).
 .
 This package is linked against libgd2, with Xpm (X pixmap)
 support.