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)

vips-gobject-introspection.diff (1.4 KB) - added by ryandesign (Ryan Carsten Schmidt) 10 years ago.

Download all attachments as: .zip

Change History (3)

Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

comment:1 Changed 10 years ago by jcupitt (John Cupitt)

Looks good to me.

The next vips includes a new Python binding done using gobject-introspection, so this will become more important.

comment:2 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.