Opened 10 years ago
Closed 10 years ago
#45370 closed defect (fixed)
vips uses gobject introspection
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | jcupitt (John Cupitt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.1 |
Keywords: | haspatch | Cc: | dbevans (David B. Evans) |
Port: | vips |
Description
vips uses gobject introspection, therefore since we don't yet have a gobject introspection portgroup (#45263), it falls to each portfile to handle this correctly. That includes:
- add the
port:gobject-introspection
dependency (for clarity; it would already have been installed due to the pango dependency) - add the
--enable-introspection
configure argument (for clarity; it's enabled by default) - add code to build using the right compiler
- add the block to fix the build on Darwin 8
See attached patch.
Attachments (1)
Change History (3)
Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)
Attachment: | vips-gobject-introspection.diff added |
---|
comment:1 Changed 10 years ago by jcupitt (John Cupitt)
comment:2 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Looks good to me.
The next vips includes a new Python binding done using gobject-introspection, so this will become more important.