Opened 13 years ago

Closed 13 years ago

#27032 closed defect (fixed)

libopenraw 0.0.8 not found by gdk-pixbuf2

Reported by: elelay (Eric Le Lay) Owned by: dbevans (David B. Evans)
Priority: Normal Milestone:
Component: ports Version: 1.9.1
Keywords: Cc:
Port: libopenraw

Description

libopenraw installs its gdk-pixbuf2 integration in ${prefix}/lib/gtk-2.0/2.10.0/loaders which is the old (pre 2.21.3) directory when gdk-pixbuf2 was distributed with gtk.

As a result raw files wont be readable in the gimp (unconfirmed).

Here is a patch to install the library in the correct directory (${prefix}/lib/gdk-pixbuf-2.0/2.10/loaders) and to regenerate the loaders.cache file.

Attachments (1)

libopenraw.diff (1.5 KB) - added by elelay (Eric Le Lay) 13 years ago.
diff against r72800

Download all attachments as: .zip

Change History (3)

Changed 13 years ago by elelay (Eric Le Lay)

Attachment: libopenraw.diff added

diff against r72800

comment:1 Changed 13 years ago by dbevans (David B. Evans)

Status: newassigned

comment:2 Changed 13 years ago by dbevans (David B. Evans)

Keywords: gtk-pixbuf2 loaders removed
Resolution: fixed
Status: assignedclosed

Actually this doesn't effect gimp2 since it uses ufraw to open and display raw photo files and ufraw doesn't use libopenraw. Testing confirms that gimp2 works OK using Nikon NEF files.

The only direct dependents of libopenraw in the port tree are gegl and gthumb. Neither of these seem to be effected either.

Committed with minor changes in r72812. Thanks.

Note: See TracTickets for help on using tickets.