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

Changelog

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

  * New upstream release.
  * Tidy watch file: Strip unneeded + in regexp.
  * Update copyright file:
    + Rewrite using draft 174 of DEP-5 format.
    + Extend copyright years for Debian packaging.
    + Fix use initial wildcard Files section.
    + Rewrap license fields at 72 chars.
  * Bump policy compliance to standards-version 3.9.2.
  * Drop removal-during-install of no longer shipped bdf2gdfont.pl.
  * Improve package relations:
    + Relax (drop versioning) for package satisifed even in oldstable:
      - libgd2-xpm-dev
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  09 May 2011 11:52:57 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Oneiric
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-1.debian.tar.gz 12.9 KiB 3c0c01be3df9697b58507686183ac9643b1d0995900ca80b8972a43d12c6226a
libgd-gd2-perl_2.46-1.dsc 2.0 KiB effb7b61cc5ccd0d3cc5cf0b215fd1414a19aec63b51bad1a59e4bccf8cc2662

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.