Opened 14 years ago

Closed 14 years ago

#23683 closed defect (fixed)

wine, wine-devel, wine-crossover-games: add libpng dependency

Reported by: bruno.didot@… Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 1.8.2
Keywords: Cc: jyrkiwahlstedt, jeremyhu (Jeremy Huddleston Sequoia)
Port: wine, wine-devel, wine-crossover-games

Description

wine-devel: When libpng is installed wine-devel configures itself to support png in applications. So libpng should be by default a dependency of wine, or add --without-png (which I think is closer to a regression than an enhancement) to configure args.

Note, not tested, but might create a bug when libpng is only present in 64bits architecture, and wine compiles in 32b arch.

Change History (4)

comment:1 Changed 14 years ago by mf2k (Frank Schima)

Cc: jwa@… added
Keywords: wine-devel libpng removed
Owner: changed from macports-tickets@… to ryandesign@…
Type: requestenhancement

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

Cc: jeremyhu@… added
Port: wine wine-crossover-games added
Status: newassigned
Summary: Add libpng to wine-devel dependencieswine, wine-devel, wine-crossover-games: add libpng dependency
Type: enhancementdefect

Confirmed, the configure script does look for and find libpng, but there is no direct or indirect dependency on it.

I will have to revbump all libpng dependents anyway when I upgrade libpng to 1.4.0 so I can add the libpng dependency to the wine ports then.

comment:3 in reply to:  description Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)

Replying to bruno.didot@…:

Note, not tested, but might create a bug when libpng is only present in 64bits architecture, and wine compiles in 32b arch.

Of course; that's what the archcheck portgroup is there for.

comment:4 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: assignedclosed

I added the libpng dependency to wine and wine-devel in r66336 and to wine-crossover-games in r66337.

Note: See TracTickets for help on using tickets.