scour 0.38.2-ok1 source package in openKylin

Changelog

scour (0.38.2-ok1) yangtze; urgency=medium

  * Build for openkylin.

 -- sufang <email address hidden>  Fri, 26 Aug 2022 10:46:53 +0800

Upload details

Uploaded by:
sufang
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Nile V2.0 proposed main python
Nile V2.0 release main python
Yangtze V1.0 release main python
Yangtze V1.0 proposed main python

Downloads

File Size SHA-256 Checksum
scour_0.38.2.orig.tar.gz 99.6 KiB 275601c9e200f2096271858e6da6ed65b8bc5ddfcff441ce29d372764da22393
scour_0.38.2-ok1.debian.tar.xz 10.3 KiB aa79d72890e19c36497001fdbddb63bea8d753525318ec29d169cdf0fc3dd82f
scour_0.38.2-ok1.dsc 1.8 KiB 52d96271d52ac882066512d5c54ff3bda27770596dab52ff0701908f39d3b893

View changes file

Binary packages built by this source

python3-scour: SVG scrubber and optimizer (Python 3 module)

 Scour is a Python module that aggressively cleans SVG files, removing a lot of
 unnecessary information that certain tools or authors embed into their
 documents. The goal of scour is to provide an identically rendered image
 (i.e. a scoured document should have no discernible visible differences from
 the original file) while minimizing the file size.
 .
 WARNING: Scour is intended to be run on files that have been edited in Vector
 Graphics editors such as Inkscape or Adobe Illustrator. Scour attempts to
 optimize the file, and as result, it will change the file's structure and
 (possibly) its semantics. If you have hand-edited your SVG files, you will
 probably not be happy with the output of Scour.
 .
 Never use scour to overwrite your original file!

scour: SVG scrubber and optimizer (CLI and debhelper)

 Scour is a Python module that aggressively cleans SVG files, removing a lot of
 unnecessary information that certain tools or authors embed into their
 documents. The goal of scour is to provide an identically rendered image
 (i.e. a scoured document should have no discernible visible differences from
 the original file) while minimizing the file size.
 .
 WARNING: Scour is intended to be run on files that have been edited in Vector
 Graphics editors such as Inkscape or Adobe Illustrator. Scour attempts to
 optimize the file, and as result, it will change the file's structure and
 (possibly) its semantics. If you have hand-edited your SVG files, you will
 probably not be happy with the output of Scour.
 .
 This package provides the "scour" command line utility and a dh_scour
 debhelper extension which optimizes all shipped SVGs during package build. If
 gir1.2-rsvg-2.0 and python3-gi-cairo are available, it will also do a
 before/after comparison and discard the optimized image if they differ by more
 than 0.05%.