New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #16524 (new defect)

Opened 5 years ago

Last modified 22 months ago

qtpfsgui can't open raw file

Reported by: dersh@… Owned by: clubjuggler@…
Priority: Normal Milestone:
Component: ports Version: 1.6.0
Keywords: qtpfsgui raw NEF dcraw ufraw Cc: beat@…
Port: qtpfsgui

Description

If I try to open a NEF raw file with qtpfsgui it opens a dialog box that says "ERROR: Cannot start dcraw on file: DSC_1527.NEF" I found that the version on the web site qtpfsgui web site contains dcraw, but that the port version does not. While I have the ufraw port installed, and installed dcraw. I copied cfraw into the application qtpfsgui/Contents/MacOS and now it will open NEF files. So the problem is just that qtpfsgui is not properly finding dcraw. I suppose that it should be pointed to find the version in Macports, or the port could just copy dcraw into the application. I am not sure how to change the port file so that either of the above happen, however. Also, either ufraw or dcraw should probably be a dependent of qtpfsgui. Finally, perhaps it should be a separate ticket, but the port of dcraw can't install, since ufraw installs that same file, and I already have installed that. So something should change about one or the other of these paths/ports. Perhaps ufraw should just depend on dcraw instead of including its own version of that same code?

--Adam

Change History

comment:1 Changed 5 years ago by dersh@…

  • Cc dersh@… added

Cc Me!

comment:2 Changed 5 years ago by jmr@…

  • Cc dersh@… removed
  • Owner changed from macports-tickets@… to clubjuggler@…

Assigning to maintainer.

comment:3 Changed 4 years ago by anonymous

  • Milestone Port Bugs deleted

Milestone Port Bugs deleted

comment:4 follow-up: ↓ 6 Changed 2 years ago by jmr@…

Is this still a problem with the current version?

comment:5 Changed 22 months ago by beat@…

  • Cc beat@… added

Cc Me!

comment:6 in reply to: ↑ 4 Changed 22 months ago by beat@…

Is this still a problem with the current version?

Problem still exists. I solved it by creating a symlink: ln -s /opt/local/bin/dcraw /Applications/MacPorts/qtpfsgui.app/Contents/MacOS/

Ugly but successful :-)

Note: See TracTickets for help on using tickets.