Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 245770 - media-gfx/ufraw with lensfun support
Summary: media-gfx/ufraw with lensfun support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement with 1 vote (vote)
Assignee: Gentoo Graphics Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-05 23:04 UTC by Milos Popovic
Modified: 2009-06-01 21:54 UTC (History)
6 users (show)

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


Attachments
media-gfx/lensfun-0.2.3.ebuild (lensfun-0.2.3.ebuild,635 bytes, text/plain)
2008-11-05 23:04 UTC, Milos Popovic
Details
ufraw-0.14.1.ebuild (ufraw-0.14.1.ebuild,1.38 KB, text/plain)
2008-11-05 23:05 UTC, Milos Popovic
Details
ebuild (lensfun-0.2.3.ebuild,598 bytes, text/plain)
2008-12-29 22:47 UTC, Wolfgang Goetz
Details
gtkimageview 1.6.3 (gtkimageview-1.6.3.ebuild,649 bytes, text/plain)
2008-12-29 23:16 UTC, Wolfgang Goetz
Details
lensfun-0.2.3.ebuild (lensfun-0.2.3.ebuild,676 bytes, text/plain)
2009-01-28 11:09 UTC, Serge Gavrilov
Details
ufraw-0.15.ebuild (ufraw-0.15.ebuild,1.28 KB, text/plain)
2009-01-28 11:10 UTC, Serge Gavrilov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Milos Popovic 2008-11-05 23:04:16 UTC
This ebuild adds support for lensfun. Some should review lensfun ebuild (it is not perfect but it works :) ).

Reproducible: Always

Steps to Reproduce:
Comment 1 Milos Popovic 2008-11-05 23:04:57 UTC
Created attachment 170861 [details]
media-gfx/lensfun-0.2.3.ebuild
Comment 2 Milos Popovic 2008-11-05 23:05:34 UTC
Created attachment 170863 [details]
ufraw-0.14.1.ebuild
Comment 3 Carlo Caponi 2008-12-06 18:29:31 UTC
ACCESS DENIED  symlink:   /usr/lib/liblensfun.so
cp: cannot create symbolic link `/usr/lib/liblensfun.so': Permission denied
make: *** [install-lensfun] Error 1
Comment 4 Carlo Caponi 2008-12-06 21:11:14 UTC
resolved disabling "sandbox" and deleting bad symlinks. Thank you, Popovic, now lensfun work great on my ufraw!
Comment 5 Wolfgang Goetz 2008-12-29 22:47:32 UTC
Created attachment 176802 [details]
ebuild

cleanup: Description, eclass usage w/o sandbox probs
Comment 6 Wolfgang Goetz 2008-12-29 22:55:54 UTC
check out for ufraw-0.15 with openmp support (>=gcc-4.3.2)

greets
Wolfgang
Comment 7 Wolfgang Goetz 2008-12-29 23:04:26 UTC
This is for openmp using the tarball itself.
 [1] x86_64-pc-linux-gnu-4.1.2 *
 [2] x86_64-pc-linux-gnu-4.3.2


export CC=x86_64-pc-linux-gnu-gcc-4.3.2
export CXX=x86_64-pc-linux-gnu-g++-4.3.2
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH
./configure --with-lensfun
make
cp ufraw /usr/local/bin/ufraw.openmp
cp ufraw-batch /usr/local/bin/ufraw-batch.openmp


wrapper /usr/local/bin/ufraw:
#!/bin/sh
export LD_LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.2
/usr/local/bin/ufraw.openmp $@
Comment 8 Wolfgang Goetz 2008-12-29 23:16:03 UTC
Created attachment 176806 [details]
gtkimageview 1.6.3 

just another ufraw extension.
(see bug 192239)
Comment 9 Serge Gavrilov 2009-01-28 11:09:10 UTC
Created attachment 179940 [details]
lensfun-0.2.3.ebuild
Comment 10 Serge Gavrilov 2009-01-28 11:09:31 UTC
lensfun-0.2.3.ebuild installs nothing. To fix this I have added src-install procedure.
Comment 11 Serge Gavrilov 2009-01-28 11:10:29 UTC
Created attachment 179942 [details]
ufraw-0.15.ebuild
Comment 12 Markus Meier gentoo-dev 2009-06-01 13:44:24 UTC
media-libs/lensfun added to the tree. also added a new revision of ufraw with lensfun (and gtkimageview) support.
Comment 13 Tomasz Golinski 2009-06-01 21:54:25 UTC
Lensfun and gtkimageview compile on amd64 and work with my cvs version of ufraw. I suggest to add ~amd64 keyword.

I also suggest that gnome-base/gnome-common dependency be related to "gnome" use flag. I compiled without it, so I don't need it. Guess I'm not the only one.

And lastly - bug 192239 could be closed now.