potrace 1.16-2build1 source package in Ubuntu

Changelog

potrace (1.16-2build1) noble; urgency=high

  * No change rebuild for frame pointers (and time_t).

 -- Julian Andres Klode <email address hidden>  Thu, 18 Apr 2024 19:52:33 +0200

Upload details

Uploaded by:
Julian Andres Klode
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
graphics
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section
Resolute release universe graphics
Questing release universe graphics
Plucky release universe graphics
Oracular release universe graphics
Noble release universe graphics

Downloads

File Size SHA-256 Checksum
potrace_1.16.orig.tar.gz 641.9 KiB be8248a17dedd6ccbaab2fcc45835bb0502d062e40fbded3bc56028ce5eb7acc
potrace_1.16-2build1.debian.tar.xz 4.0 KiB a49ebe5c9ee1a429cb0bc270f210f248491493d8310708992c2598107fc04bba
potrace_1.16-2build1.dsc 1.9 KiB ede43836a9a902063e26ca939ea00881cb9e8e50bce6149656c731400b8028f0

Available diffs

View changes file

Binary packages built by this source

libpotrace-dev: development files for potrace library

 potrace is a utility for tracing a bitmap, which means, transforming
 a bitmap into a smooth, scalable image.
 .
 libpotrace-dev contains header file needed to compile programs that
 utilize the potrace library.

libpotrace0: library for tracing bitmaps

 potrace is a utility for tracing a bitmap, which means, transforming
 a bitmap into a smooth, scalable image.
 .
 libpotrace0 contains files needed to run programs that utilize the
 potrace library.

libpotrace0-dbgsym: debug symbols for libpotrace0
potrace: utility to transform bitmaps into vector graphics

 potrace is a utility for tracing a bitmap, which means, transforming
 a bitmap into a smooth, scalable image. The input is a bitmap (PBM, PGM,
 PPM, or BMP format), and the default output is an encapsulated PostScript
 file (EPS). A typical use is to create EPS files from scanned data, such as
 company or university logos, handwritten notes, etc. The resulting image is
 not "jaggy" like a bitmap, but smooth. It can then be rendered at any
 resolution.
 .
 Potrace can currently produce the following output formats: EPS,
 PostScript, PDF, SVG (scalable vector graphics), DXF, GeoJSON, PGM
 (for easy antialiasing of pixel-based images), Gimppath, and
 XFig. Additional backends might be added in the future.

potrace-dbgsym: debug symbols for potrace