libgd-gd2-perl 1:2.46-3.1build1 source package in Ubuntu

Changelog

libgd-gd2-perl (1:2.46-3.1build1) trusty; urgency=low

  * Rebuild for Perl 5.18.
 -- Colin Watson <email address hidden>   Mon, 21 Oct 2013 10:06:25 +0100

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Trusty
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release main perl

Downloads

File Size SHA-256 Checksum
libgd-gd2-perl_2.46.orig.tar.gz 254.9 KiB 0de778c8ea63bb3eb0d99d0ef090464ef594107addfa71750fd3a88216081735
libgd-gd2-perl_2.46-3.1build1.debian.tar.gz 26.7 KiB 87b9756f0301b865885a1e163501ef9dff1c022ab742096edf141ff4490b5cd0
libgd-gd2-perl_2.46-3.1build1.dsc 2.2 KiB 5ebd1795fd86b4b644cffc36b5c7c2a98df15aad11d00ca4fa8e310f1b2ba98d

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.