From Elias M. Mariani <marianielias A gmail D com> (new maintainer) and
tweaks, hints, input from sthen@, kirby@ and bcallah@.
Comment:
multiplatform vector graphics editor
Description:
sK1 is an open source vector graphics editor. Being primarily aimed at
the prepress industry, it works with the CMYK colorspace and produces
CMYK-based PDF and postscript output.
WWW: https://sk1project.net/
Final ok sthen@, last tweaks from me
It's a snapshot release but 1.16.0 shouldn't be far ahead and we need this
for a librsvg update. Most Linux distros have moved to 1.15.X a while ago
as well.
survived a bulk
Changelog:
https://www.libraw.org/news/libraw-0-18-13
CVE-2018-10529 fixed: out of bounds read in X3F parser
CVE-2018-10528 fixed: possible stack overrun in X3F parser
CVE-2017-14265: Additional check for X-Trans CFA pattern data
No dynamic export changes detected by check_sym
I checked that the distfiles still fetched from their alternative
source.
There still remains two issues with converters/xlhtml (no other source
for the oooooold version we have in tree) and the gentoo patch in
x11/qt3.
QR (Quick Response) codes are 2D pictographic codes that can encode many types
of data. They can be quickly machine-read and are quite robust.
This package provides qrcode, a pure Python module to generate QR codes, with
direct output as SVG, or in other image formats via modules such as Pillow and
pymaging.
It also provides qr(1), a script using the above module, which can take data
from standard input or the command line and format as a QR code. By default,
ASCII art will be used if output is directed to the terminal, otherwise an
image file will be output.
Tweaks kn@ and sthen@, OK sthen@