Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 560120 - media-gfx/photivo-9999 does find lensfun.h
Summary: media-gfx/photivo-9999 does find lensfun.h
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Marios Andreopoulos
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-10 12:57 UTC by Helmut Jarausch
Modified: 2015-09-21 05:00 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
New live ebuild (photivo-9999.ebuild,1.38 KB, text/plain)
2015-09-20 13:49 UTC, Sam Jorna (wraeth)
Details
New new live ebuild (photivo-9999.ebuild,1.46 KB, text/plain)
2015-09-21 04:09 UTC, Sam Jorna (wraeth)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Helmut Jarausch 2015-09-10 12:57:29 UTC
photivo-9999 doesn't compile since it cannot find the header lensfun.h

E.g. replacing each
#include <lensfun.h>

with

#include <lensfun/lensfun.h>

solves the problem. Probably it's easier to add -I /usr/include/lensfun
somewhere.

Furthermore, the project has moved to bitbucket.org since
googlecode.com doesn't allow changes anymore.

Thanks for considering these changes,
Helmut
Comment 1 Sam Jorna (wraeth) gentoo-dev 2015-09-20 13:49:58 UTC
Created attachment 412334 [details]
New live ebuild
Comment 2 Ian Delaney (RETIRED) gentoo-dev 2015-09-21 03:30:23 UTC
Discussion over re-write / improvement of the sed statement made in irc.
Comment 3 Sam Jorna (wraeth) gentoo-dev 2015-09-21 04:09:30 UTC
Created attachment 412392 [details]
New new live ebuild

Modified live ebuild with cleaner sed statement
Comment 4 Ian Delaney (RETIRED) gentoo-dev 2015-09-21 05:00:16 UTC
commit 0e0af4b996ea2af1667d48a7c800c10081731f54
Author: Ian Delaney <idella4@gentoo.org>
Date:   Mon Sep 21 12:58:31 2015 +0800

    media-gfx/photivo: fix location of header file in live ebuild
    
    patch by wraeth submitted via, and closes, bug #560120