Bug 249240 - graphics/inkscape: upgrade to 1.0.1
Summary: graphics/inkscape: upgrade to 1.0.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: freebsd-desktop (Team)
URL: https://inkscape.org/release/inkscape...
Keywords:
Depends on:
Blocks:
 
Reported: 2020-09-10 22:07 UTC by Vladimir Druzenko
Modified: 2020-09-26 11:21 UTC (History)
1 user (show)

See Also:
tcberner: maintainer-feedback-


Attachments
Update to 1.0.1, added support of "Color-managed PDF export using Scribus" (7.25 KB, patch)
2020-09-24 18:12 UTC, Vladimir Druzenko
vvd: maintainer-approval?
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Druzenko freebsd_committer freebsd_triage 2020-09-10 22:07:31 UTC
Inkscape 1.0.1 is mainly a stability and bugfix release. It also comes with a few new features that hadn't been stable enough to make it into Inkscape 1.0.

Can try to create patch, but a bit later.
Comment 1 Vladimir Druzenko freebsd_committer freebsd_triage 2020-09-24 18:12:08 UTC
Created attachment 218251 [details]
Update to 1.0.1, added support of "Color-managed PDF export using Scribus"

New option SCRIBUS add run dependency from print/scribus-devel:

New Features
Color-managed PDF export using Scribus

An experimental Scribus PDF export extension has been added. It is available as one of the many export formats in the 'Save as' and 'Save a Copy' dialogs.

To be able to get a correct and color-managed CMYK PDF file with text converted to curves that corresponds to your drawing in Inkscape, you must:

    have Scribus 1.5.x installed (the Scribus executable must not be called scribus-ng)
    have enabled color management for your document
    have selected one color profile to use for the colors in your file
    assign all colors in the document with the color managed color selector in the Fill and Stroke dialog
    not use filters in your drawing (this includes blur)
    not use any transparency if you're exporting to PDF/X-1, PDF/X-3 or PDF 1.3
    not include any bitmap images
    not use markers
    not use any other SVG features that are not supported by Scribus

Tested on 12.1-p10 amd64: make check-plist/install/run.
Comment 2 Tobias C. Berner freebsd_committer freebsd_triage 2020-09-25 09:07:45 UTC
Mainteiner Timeout -> over to desktop@
Comment 3 commit-hook freebsd_committer freebsd_triage 2020-09-26 11:20:57 UTC
A commit references this bug:

Author: tcberner
Date: Sat Sep 26 11:20:49 UTC 2020
New revision: 550166
URL: https://svnweb.freebsd.org/changeset/ports/550166

Log:
  graphics/inkscape: upgrade to 1.0.1

  Changelog:
  	https://inkscape.org/release/inkscape-1.0.1/

  PR:		249240
  Submitted by:	VVD <vvd@unislabs.com>
  Approved by:	gnome (timeout)

Changes:
  head/graphics/inkscape/Makefile
  head/graphics/inkscape/distinfo
  head/graphics/inkscape/files/patch-share_templates_create__default__templates.py
  head/graphics/inkscape/pkg-plist
Comment 4 Tobias C. Berner freebsd_committer freebsd_triage 2020-09-26 11:21:15 UTC
Committed. Thanks.