Bug 258177 - audio/cadence: Add missing graphics/py-qt5-svg runtime dependency
Summary: audio/cadence: Add missing graphics/py-qt5-svg runtime dependency
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: Yuri Victorovich
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-08-31 02:49 UTC by Filipe da Silva Santos
Modified: 2021-08-31 05:00 UTC (History)
2 users (show)

See Also:
koobs: merge-quarterly?


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Filipe da Silva Santos 2021-08-31 02:49:48 UTC
When I try to start Catia without:

Traceback (most recent call last):
  File "/usr/local/share/cadence/src/catia.py", line 23, in <module>
    from shared_canvasjack import *
  File "/usr/local/share/cadence/src/shared_canvasjack.py", line 34, in <module>
    import patchcanvas
  File "/usr/local/share/cadence/src/patchcanvas.py", line 28, in <module>
    from PyQt5.QtSvg import QGraphicsSvgItem, QSvgRenderer
ModuleNotFoundError: No module named 'PyQt5.QtSvg'
Comment 1 Yuri Victorovich freebsd_committer freebsd_triage 2021-08-31 04:47:06 UTC
Fix committed, thanks!
Comment 2 commit-hook freebsd_committer freebsd_triage 2021-08-31 04:47:56 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a51473ca6d1cd312a22421712891f565230108c1

commit a51473ca6d1cd312a22421712891f565230108c1
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-08-31 04:45:51 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-08-31 04:47:15 +0000

    audio/cadence: Add missing dependencies

    PR:             258177
    Reported by:    Filipe da Silva Santos <contact@shiori.com.br>

 audio/cadence/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
Comment 3 Kubilay Kocak freebsd_committer freebsd_triage 2021-08-31 04:53:40 UTC
(In reply to commit-hook from comment #2)

Is quarterly affected?
Comment 4 Yuri Victorovich freebsd_committer freebsd_triage 2021-08-31 04:58:00 UTC
(In reply to Kubilay Kocak from comment #3)

Yes.
Comment 5 commit-hook freebsd_committer freebsd_triage 2021-08-31 05:00:59 UTC
A commit in branch 2021Q3 references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=57f4ebad10946d3305deac00fe4d9278adf4cbf1

commit 57f4ebad10946d3305deac00fe4d9278adf4cbf1
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-08-31 04:57:41 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-08-31 04:59:02 +0000

    audio/cadence: Add missing dependencies

    Manually cherry-picked from the 'main' branch.

    PR:             258177
    Reported by:    Filipe da Silva Santos <contact@shiori.com.br>

 audio/cadence/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)