libgd-perl 2.75-1 source package in Ubuntu

Changelog

libgd-perl (2.75-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 2.75.
  * Update debian/upstream/metadata.
  * Declare compliance with Debian Policy 4.6.0.
  * Drop unneeded version constraints from (build) dependencies.
  * debian/control: remove (incomplete) list of libgd-dev's dependencies
    from Build-Depends.

 -- gregor herrmann <email address hidden>  Sat, 29 Jan 2022 19:57:40 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libgd-perl_2.75-1.dsc 2.4 KiB f4103ea4232c69a06a1cd1eaff73abc58d61297362568b47ba8f269ffda38de9
libgd-perl_2.75.orig.tar.gz 258.1 KiB 41214724dcf9b0c44e7f395940c58c62c06d19eba4807a94751e78cd9480091c
libgd-perl_2.75-1.debian.tar.xz 12.1 KiB 21ae6d894be2753c1920497602ee1bb22a3300dc74561cf884241e43ee6dd2a9

No changes file available.

Binary packages built by this source

libgd-perl: Perl module wrapper for libgd

 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).

libgd-perl-dbgsym: debug symbols for libgd-perl