Opened 11 years ago
Closed 11 years ago
#40138 closed submission (fixed)
py-python-poppler-qt4 @0.16.3
Reported by: | dliessi (Davide Liessi) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | cooljeanius (Eric Gallager) | |
Port: | py-python-poppler-qt4 |
Description
python-poppler-qt4 is a Python binding for Poppler-Qt4 (see https://code.google.com/p/python-poppler-qt4/). It is a dependency of frescobaldi, a LilyPond sheet music text editor (see http://www.frescobaldi.org/). I'm going to submit also a Portfile for frescobaldi.
Attachments (5)
Change History (12)
Changed 11 years ago by dliessi (Davide Liessi)
comment:1 Changed 11 years ago by dliessi (Davide Liessi)
Changed 11 years ago by dliessi (Davide Liessi)
Attachment: | Portfile.2 added |
---|
Add modeline to Portfile; require also quartz variant in poppler
comment:2 Changed 11 years ago by dliessi (Davide Liessi)
quartz variant in poppler (with qt4 variant) is required because of #20309.
comment:3 Changed 11 years ago by dliessi (Davide Liessi)
This port would benefit from #38350: it would allow to remove the use of PortGroup active_variants.
Changed 11 years ago by dliessi (Davide Liessi)
Attachment: | Portfile.3 added |
---|
revision bump because of SIP update about a month ago; since the Portfile has already had public exposure, I'm updating the revision also here in the submitted Portfile
Changed 11 years ago by dliessi (Davide Liessi)
Attachment: | Portfile.4 added |
---|
move documentation and example files as required by porthier(7)
comment:5 follow-up: 6 Changed 11 years ago by mf2k (Frank Schima)
A few comments:
- The
revision
line should be deleted because the revision starts at 0. - The
python.default_version 27
should be removed because that is the default.
Changed 11 years ago by dliessi (Davide Liessi)
Attachment: | Portfile.5 added |
---|
corrections suggested in comment:5
comment:6 Changed 11 years ago by dliessi (Davide Liessi)
Replying to macsforever2000@…:
- The
revision
line should be deleted because the revision starts at 0.- The
python.default_version 27
should be removed because that is the default.
Done.
comment:7 Changed 11 years ago by mf2k (Frank Schima)
Port: | py-python-poppler-qt4 added |
---|---|
Resolution: | → fixed |
Status: | new → closed |
I also moved the post-destroot
block into the if {$subport != $name
} block.
I have just submitted a Portfile for frescobaldi as ticket #40139.