Opened 13 years ago
Closed 13 years ago
#31377 closed update (fixed)
vips and nip2 to @7.26.x
Reported by: | ak.ml@… | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.0.3 |
Keywords: | haspatch | Cc: | jcupitt (John Cupitt) |
Port: | vips, nip2 |
Description
I added licenses, but I'd appreciate if you double-checked.
For vips
, liboil
is no longer used: replaced by orc
(7.23.0 ChangeLog), using lcms2
and cfitsio
.
Also I added livecheck.
Attachments (2)
Change History (8)
Changed 13 years ago by ak.ml@…
Attachment: | vips-Portfile.diff added |
---|
Changed 13 years ago by ak.ml@…
Attachment: | nip2-Portfile.diff added |
---|
comment:1 follow-up: 2 Changed 13 years ago by jcupitt (John Cupitt)
comment:2 Changed 13 years ago by ak.ml@…
Replying to jcupitt@…:
I read the portfiles and it all seems OK to me. Thank you very much for doing this work.
Since you're the main developer (correct me if I'm wrong), do you have access to a Mac and can you install these ports?
When I looked again the packaging, I've realized that the python module isn't installed where MacPorts usually installs modules.
It's currently installed in ${prefix
} (i.e. /opt/local/lib/python2.7/site-packages
) when it should be installed under $PYTHON_PREFIX
(i.e. /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages
).
The python bindings work, it's just that you have to adjust PYTHONPATH
to be able to use them.
Don't hesitate to create a ticket when you release a new version of vips
/ nip2
even if you don't provide updated Portfiles.
Commenting the Changelog (new dependencies, dropped dependencies, new configure switches, etc.) might be of great value.
comment:3 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Should we commit these patches as they are now or do they still need modification?
comment:4 Changed 13 years ago by ak.ml@…
For me it's ok to commit.
There's also a vips
update to @7.26.5
:
checksums rmd160 1100681b0c939cc65eac6268f8e58168a7302489 \ sha256 d64d665c75f769a679adf44dc38ef208cafdcfe7f27be77d2472a59c135a92c8
comment:5 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from macports-tickets@… to ryandesign@… |
---|---|
Status: | new → assigned |
Summary: | Update vips and nip2 to @7.26.3 → vips and nip2 to @7.26.x |
- r86547: vips: update to 7.26.6
comment:6 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
- r86548: nip2: update to 7.26.3
I read the portfiles and it all seems OK to me. Thank you very much for doing this work.